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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/javascripts/analytics/devops_report/components/devops_score.vue87
-rw-r--r--app/assets/javascripts/analytics/devops_report/devops_score.js20
-rw-r--r--app/assets/javascripts/boards/components/board_content_sidebar.vue11
-rw-r--r--app/assets/javascripts/issuable/components/status_box.vue103
-rw-r--r--app/assets/javascripts/merge_request/components/status_box.vue71
-rw-r--r--app/assets/javascripts/merge_request/eventhub.js3
-rw-r--r--app/assets/javascripts/notes/components/comment_form.vue4
-rw-r--r--app/assets/javascripts/notes/stores/getters.js5
-rw-r--r--app/assets/javascripts/pages/admin/dev_ops_report/index.js2
-rw-r--r--app/assets/javascripts/pages/projects/merge_requests/init_merge_request_show.js12
-rw-r--r--app/assets/javascripts/pages/projects/merge_requests/queries/get_state.query.graphql7
-rw-r--r--app/assets/javascripts/projects/compare/components/app.vue57
-rw-r--r--app/assets/javascripts/projects/compare/components/repo_dropdown.vue52
-rw-r--r--app/assets/javascripts/projects/compare/components/revision_card.vue26
-rw-r--r--app/assets/javascripts/projects/compare/components/revision_dropdown.vue13
-rw-r--r--app/assets/javascripts/projects/compare/index.js6
-rw-r--r--app/assets/javascripts/sidebar/components/sidebar_editable_item.vue8
-rw-r--r--app/assets/javascripts/sidebar/components/subscriptions/sidebar_subscriptions.vue42
-rw-r--r--app/assets/javascripts/sidebar/components/subscriptions/sidebar_subscriptions_widget.vue202
-rw-r--r--app/assets/javascripts/sidebar/constants.js21
-rw-r--r--app/assets/javascripts/sidebar/mount_sidebar.js23
-rw-r--r--app/assets/javascripts/sidebar/queries/epic_subscribed.query.graphql11
-rw-r--r--app/assets/javascripts/sidebar/queries/issue_subscribed.query.graphql11
-rw-r--r--app/assets/javascripts/sidebar/queries/merge_request_subscribed.query.graphql10
-rw-r--r--app/assets/javascripts/sidebar/queries/update_epic_subscription.mutation.graphql9
-rw-r--r--app/assets/javascripts/sidebar/queries/update_issue_subscription.mutation.graphql11
-rw-r--r--app/assets/javascripts/sidebar/queries/update_merge_request_subscription.mutation.graphql11
-rw-r--r--app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js23
-rw-r--r--app/assets/stylesheets/page_bundles/dev_ops_report.scss255
-rw-r--r--app/controllers/application_controller.rb4
-rw-r--r--app/controllers/projects/settings/ci_cd_controller.rb2
-rw-r--r--app/graphql/resolvers/ci/runner_resolver.rb36
-rw-r--r--app/graphql/types/ci/job_type.rb2
-rw-r--r--app/graphql/types/ci/runner_access_level_enum.rb15
-rw-r--r--app/graphql/types/ci/runner_status_enum.rb15
-rw-r--r--app/graphql/types/ci/runner_type.rb42
-rw-r--r--app/graphql/types/ci/runner_type_enum.rb15
-rw-r--r--app/graphql/types/permission_types/ci/job.rb14
-rw-r--r--app/graphql/types/query_type.rb7
-rw-r--r--app/helpers/auth_helper.rb12
-rw-r--r--app/helpers/dev_ops_report_helper.rb72
-rw-r--r--app/helpers/issuables_helper.rb12
-rw-r--r--app/helpers/merge_requests_helper.rb10
-rw-r--r--app/helpers/users_helper.rb2
-rw-r--r--app/models/note.rb1
-rw-r--r--app/models/project.rb6
-rw-r--r--app/presenters/project_presenter.rb18
-rw-r--r--app/services/ci/test_failure_history_service.rb2
-rw-r--r--app/services/merge_requests/create_from_issue_service.rb2
-rw-r--r--app/services/projects/create_service.rb2
-rw-r--r--app/services/repositories/changelog_service.rb2
-rw-r--r--app/views/admin/dev_ops_report/_card.html.haml25
-rw-r--r--app/views/admin/dev_ops_report/_report.html.haml22
-rw-r--r--app/views/doorkeeper/authorizations/new.html.haml4
-rw-r--r--app/views/layouts/header/_new_dropdown.html.haml19
-rw-r--r--app/views/layouts/header/_new_repo_experiment.html.haml11
-rw-r--r--app/views/projects/buttons/_dropdown.html.haml6
-rw-r--r--app/views/projects/empty.html.haml2
-rw-r--r--app/views/projects/environments/index.html.haml2
-rw-r--r--app/views/projects/merge_requests/_mr_title.html.haml6
-rw-r--r--app/views/shared/issuable/_status_box.html.haml6
-rw-r--r--changelogs/unreleased/225345-re-add-swap-revisions.yml5
-rw-r--r--changelogs/unreleased/235479-actioncontroller-respondtomismatcherror-in-wiki-controller.yml5
-rw-r--r--changelogs/unreleased/271244-fe-devops-report-convert-score-page-to-vue-components.yml5
-rw-r--r--changelogs/unreleased/300658-refactor-sidebar-notifications-subscriptions-component-to-use-vue-.yml5
-rw-r--r--changelogs/unreleased/fix-project-deletion-timeout.yml5
-rw-r--r--changelogs/unreleased/id-rename-default_branch_or_master.yml5
-rw-r--r--changelogs/unreleased/if-remove_recalculate_project_auth_migration.yml5
-rw-r--r--changelogs/unreleased/link-to-group-oauth.yml5
-rw-r--r--changelogs/unreleased/pb-expose-job-permissions-graphql.yml5
-rw-r--r--changelogs/unreleased/reset-relative-position-on-import.yml6
-rw-r--r--config/feature_categories.yml6
-rw-r--r--config/feature_flags/development/limit_epic_groups_query.yml8
-rw-r--r--config/feature_flags/development/main_branch_over_master.yml8
-rw-r--r--config/feature_flags/development/remove_description_html_in_release_api.yml8
-rw-r--r--config/feature_flags/development/remove_description_html_in_release_api_override.yml8
-rw-r--r--config/feature_flags/development/runner_graphql_query.yml8
-rw-r--r--config/initializers/postgres_cte_as_materialized.rb2
-rw-r--r--db/migrate/20210423171304_re_order_fk_source_project_id_in_merge_requests.rb24
-rw-r--r--db/post_migrate/20210429143649_add_new_issues_index_for_relative_position.rb17
-rw-r--r--db/schema_migrations/202104231713041
-rw-r--r--db/schema_migrations/202104291436491
-rw-r--r--db/structure.sql8
-rw-r--r--doc/api/graphql/reference/index.md75
-rw-r--r--doc/api/issues.md264
-rw-r--r--doc/development/import_export.md21
-rw-r--r--doc/development/usage_ping/dictionary.md66
-rw-r--r--doc/user/project/repository/branches/img/branch_filter_search_box_v13_10.pngbin17166 -> 0 bytes
-rw-r--r--doc/user/project/repository/branches/img/branch_filter_search_box_v13_12.pngbin0 -> 15803 bytes
-rw-r--r--doc/user/project/repository/branches/img/compare_branches_v13_10.pngbin82538 -> 0 bytes
-rw-r--r--doc/user/project/repository/branches/img/compare_branches_v13_12.pngbin0 -> 46536 bytes
-rw-r--r--doc/user/project/repository/branches/img/repository_filter_search_box_v13_10.pngbin17166 -> 0 bytes
-rw-r--r--doc/user/project/repository/branches/img/repository_filter_search_box_v13_12.pngbin0 -> 12634 bytes
-rw-r--r--doc/user/project/repository/branches/img/swap_revisions_after_v13_12.pngbin0 -> 8949 bytes
-rw-r--r--doc/user/project/repository/branches/img/swap_revisions_before_v13_12.pngbin0 -> 8935 bytes
-rw-r--r--doc/user/project/repository/branches/index.md16
-rw-r--r--lib/api/entities/release.rb7
-rw-r--r--lib/api/repositories.rb2
-rw-r--r--lib/gitlab/background_migration/recalculate_project_authorizations.rb32
-rw-r--r--lib/gitlab/ci/reports/test_failure_history.rb2
-rw-r--r--lib/gitlab/database/as_with_materialized.rb14
-rw-r--r--lib/gitlab/import_export/attributes_finder.rb6
-rw-r--r--lib/gitlab/import_export/base/relation_factory.rb3
-rw-r--r--lib/gitlab/import_export/group/import_export.yml2
-rw-r--r--lib/gitlab/import_export/group/legacy_import_export.yml2
-rw-r--r--lib/gitlab/import_export/json/streaming_serializer.rb68
-rw-r--r--lib/gitlab/import_export/project/import_export.yml25
-rw-r--r--lib/gitlab/import_export/project/relation_factory.rb17
-rw-r--r--lib/gitlab/import_export/relation_tree_restorer.rb5
-rw-r--r--lib/gitlab/usage_data.rb6
-rw-r--r--lib/gitlab/usage_data_counters/known_events/epic_events.yml14
-rw-r--r--locale/am_ET/gitlab.po2862
-rw-r--r--locale/ar_SA/gitlab.po2874
-rw-r--r--locale/as_IN/gitlab.po2862
-rw-r--r--locale/az_AZ/gitlab.po2862
-rw-r--r--locale/ba_RU/gitlab.po2859
-rw-r--r--locale/bg/gitlab.po2862
-rw-r--r--locale/bn_BD/gitlab.po2862
-rw-r--r--locale/bn_IN/gitlab.po2862
-rw-r--r--locale/br_FR/gitlab.po2871
-rw-r--r--locale/bs_BA/gitlab.po2865
-rw-r--r--locale/ca_ES/gitlab.po2864
-rw-r--r--locale/cs_CZ/gitlab.po2868
-rw-r--r--locale/cy_GB/gitlab.po2874
-rw-r--r--locale/da_DK/gitlab.po2862
-rw-r--r--locale/de/gitlab.po2902
-rw-r--r--locale/el_GR/gitlab.po2862
-rw-r--r--locale/eo/gitlab.po2862
-rw-r--r--locale/es/gitlab.po2976
-rw-r--r--locale/et_EE/gitlab.po2862
-rw-r--r--locale/fa_IR/gitlab.po2862
-rw-r--r--locale/fi_FI/gitlab.po2862
-rw-r--r--locale/fil_PH/gitlab.po2862
-rw-r--r--locale/fr/gitlab.po2876
-rw-r--r--locale/gitlab.pot38
-rw-r--r--locale/gl_ES/gitlab.po2862
-rw-r--r--locale/he_IL/gitlab.po2868
-rw-r--r--locale/hi_IN/gitlab.po2862
-rw-r--r--locale/hr_HR/gitlab.po2865
-rw-r--r--locale/hu_HU/gitlab.po2862
-rw-r--r--locale/hy_AM/gitlab.po2862
-rw-r--r--locale/id_ID/gitlab.po2859
-rw-r--r--locale/ig_NG/gitlab.po2859
-rw-r--r--locale/is_IS/gitlab.po2862
-rw-r--r--locale/it/gitlab.po2864
-rw-r--r--locale/ja/gitlab.po2989
-rw-r--r--locale/ka_GE/gitlab.po2862
-rw-r--r--locale/kab/gitlab.po2862
-rw-r--r--locale/ko/gitlab.po2875
-rw-r--r--locale/ku_TR/gitlab.po2862
-rw-r--r--locale/ky_KG/gitlab.po2862
-rw-r--r--locale/lt_LT/gitlab.po2868
-rw-r--r--locale/mk_MK/gitlab.po2862
-rw-r--r--locale/mn_MN/gitlab.po2862
-rw-r--r--locale/nb_NO/gitlab.po2934
-rw-r--r--locale/nl_NL/gitlab.po2864
-rw-r--r--locale/pa_IN/gitlab.po2862
-rw-r--r--locale/pl_PL/gitlab.po2868
-rw-r--r--locale/pt_BR/gitlab.po2916
-rw-r--r--locale/pt_PT/gitlab.po2886
-rw-r--r--locale/ro_RO/gitlab.po2865
-rw-r--r--locale/ru/gitlab.po2952
-rw-r--r--locale/si_LK/gitlab.po2862
-rw-r--r--locale/sk_SK/gitlab.po2868
-rw-r--r--locale/sl_SI/gitlab.po2868
-rw-r--r--locale/sq_AL/gitlab.po2862
-rw-r--r--locale/sr_CS/gitlab.po2865
-rw-r--r--locale/sr_SP/gitlab.po2865
-rw-r--r--locale/sv_SE/gitlab.po2862
-rw-r--r--locale/sw_KE/gitlab.po2862
-rw-r--r--locale/ta_IN/gitlab.po2862
-rw-r--r--locale/tr_TR/gitlab.po2898
-rw-r--r--locale/uk/gitlab.po3436
-rw-r--r--locale/ur_PK/gitlab.po2862
-rw-r--r--locale/uz_UZ/gitlab.po2862
-rw-r--r--locale/vi_VN/gitlab.po2859
-rw-r--r--locale/zh_CN/gitlab.po3077
-rw-r--r--locale/zh_HK/gitlab.po2863
-rw-r--r--locale/zh_TW/gitlab.po2869
-rw-r--r--package.json1
-rw-r--r--spec/controllers/oauth/authorizations_controller_spec.rb69
-rw-r--r--spec/factories/projects.rb2
-rw-r--r--spec/features/admin/admin_dev_ops_report_spec.rb6
-rw-r--r--spec/features/groups_spec.rb29
-rw-r--r--spec/features/issues/user_toggles_subscription_spec.rb4
-rw-r--r--spec/frontend/admin/analytics/devops_score/components/devops_score_spec.js91
-rw-r--r--spec/frontend/admin/analytics/devops_score/mock_data.js42
-rw-r--r--spec/frontend/boards/components/board_content_sidebar_spec.js4
-rw-r--r--spec/frontend/issuable/components/status_box_spec.js (renamed from spec/frontend/merge_request/components/status_box_spec.js)18
-rw-r--r--spec/frontend/notes/components/comment_form_spec.js4
-rw-r--r--spec/frontend/projects/compare/components/app_spec.js77
-rw-r--r--spec/frontend/projects/compare/components/mock_data.js37
-rw-r--r--spec/frontend/projects/compare/components/repo_dropdown_spec.js56
-rw-r--r--spec/frontend/projects/compare/components/revision_card_spec.js8
-rw-r--r--spec/frontend/projects/compare/components/revision_dropdown_spec.js22
-rw-r--r--spec/frontend/sidebar/components/subscriptions/sidebar_subscriptions_widget_spec.js131
-rw-r--r--spec/frontend/sidebar/mock_data.js14
-rw-r--r--spec/frontend/sidebar/sidebar_subscriptions_spec.js36
-rw-r--r--spec/graphql/types/ci/job_type_spec.rb2
-rw-r--r--spec/graphql/types/ci/runner_type_spec.rb16
-rw-r--r--spec/graphql/types/permission_types/ci/job_spec.rb13
-rw-r--r--spec/graphql/types/query_type_spec.rb7
-rw-r--r--spec/helpers/auth_helper_spec.rb33
-rw-r--r--spec/helpers/dev_ops_report_helper_spec.rb35
-rw-r--r--spec/helpers/users_helper_spec.rb2
-rw-r--r--spec/lib/api/entities/release_spec.rb39
-rw-r--r--spec/lib/gitlab/background_migration/recalculate_project_authorizations_spec.rb241
-rw-r--r--spec/lib/gitlab/import_export/base/relation_factory_spec.rb1
-rw-r--r--spec/lib/gitlab/import_export/config_spec.rb2
-rw-r--r--spec/lib/gitlab/import_export/group/relation_factory_spec.rb1
-rw-r--r--spec/lib/gitlab/import_export/json/streaming_serializer_spec.rb58
-rw-r--r--spec/lib/gitlab/import_export/project/relation_factory_spec.rb72
-rw-r--r--spec/lib/gitlab/import_export/project/sample/relation_factory_spec.rb1
-rw-r--r--spec/lib/gitlab/tree_summary_spec.rb2
-rw-r--r--spec/lib/gitlab/usage_data_spec.rb7
-rw-r--r--spec/models/note_spec.rb10
-rw-r--r--spec/models/project_spec.rb31
-rw-r--r--spec/requests/api/graphql/ci/runner_spec.rb144
-rw-r--r--spec/spec_helper.rb9
-rw-r--r--spec/support/shared_examples/features/sidebar_shared_examples.rb20
-rw-r--r--spec/views/layouts/header/_new_dropdown.haml_spec.rb1
221 files changed, 157022 insertions, 39936 deletions
diff --git a/app/assets/javascripts/analytics/devops_report/components/devops_score.vue b/app/assets/javascripts/analytics/devops_report/components/devops_score.vue
new file mode 100644
index 00000000000..7dc552623f6
--- /dev/null
+++ b/app/assets/javascripts/analytics/devops_report/components/devops_score.vue
@@ -0,0 +1,87 @@
+<script>
+import { GlBadge, GlTable } from '@gitlab/ui';
+import { GlSingleStat } from '@gitlab/ui/dist/charts';
+import { sprintf, s__ } from '~/locale';
+
+const defaultHeaderAttrs = {
+ thClass: 'gl-bg-white!',
+ thAttr: { 'data-testid': 'header' },
+};
+
+export default {
+ components: {
+ GlBadge,
+ GlTable,
+ GlSingleStat,
+ },
+ inject: {
+ devopsScoreMetrics: {
+ default: null,
+ },
+ },
+ computed: {
+ titleHelperText() {
+ return sprintf(
+ s__(
+ 'DevopsReport|DevOps score metrics are based on usage over the last 30 days. Last updated: %{timestamp}.',
+ ),
+ { timestamp: this.devopsScoreMetrics.createdAt },
+ );
+ },
+ },
+ tableHeaderFields: [
+ {
+ key: 'title',
+ label: '',
+ ...defaultHeaderAttrs,
+ },
+ {
+ key: 'usage',
+ label: s__('DevopsReport|Your usage'),
+ ...defaultHeaderAttrs,
+ },
+ {
+ key: 'leadInstance',
+ label: s__('DevopsReport|Leader usage'),
+ ...defaultHeaderAttrs,
+ },
+ {
+ key: 'score',
+ label: s__('DevopsReport|Score'),
+ ...defaultHeaderAttrs,
+ },
+ ],
+};
+</script>
+<template>
+ <div data-testid="devops-score-app">
+ <div class="gl-text-gray-400 gl-my-4" data-testid="devops-score-note-text">
+ {{ titleHelperText }}
+ </div>
+ <gl-single-stat
+ unit="%"
+ size="sm"
+ :title="s__('DevopsReport|Your score')"
+ :should-animate="true"
+ :value="devopsScoreMetrics.averageScore.value"
+ :meta-icon="devopsScoreMetrics.averageScore.scoreLevel.icon"
+ :meta-text="devopsScoreMetrics.averageScore.scoreLevel.label"
+ :variant="devopsScoreMetrics.averageScore.scoreLevel.variant"
+ />
+ <gl-table
+ :fields="$options.tableHeaderFields"
+ :items="devopsScoreMetrics.cards"
+ thead-class="gl-border-t-0 gl-border-b-solid gl-border-b-1 gl-border-b-gray-100"
+ stacked="sm"
+ >
+ <template #cell(usage)="{ item }">
+ <div data-testid="usageCol">
+ <span>{{ item.usage }}</span>
+ <gl-badge :variant="item.scoreLevel.variant" size="sm" class="gl-ml-1">{{
+ item.scoreLevel.label
+ }}</gl-badge>
+ </div>
+ </template>
+ </gl-table>
+ </div>
+</template>
diff --git a/app/assets/javascripts/analytics/devops_report/devops_score.js b/app/assets/javascripts/analytics/devops_report/devops_score.js
new file mode 100644
index 00000000000..46b27e0a340
--- /dev/null
+++ b/app/assets/javascripts/analytics/devops_report/devops_score.js
@@ -0,0 +1,20 @@
+import Vue from 'vue';
+import DevopsScore from './components/devops_score.vue';
+
+export default () => {
+ const el = document.getElementById('js-devops-score');
+
+ if (!el) return false;
+
+ const { devopsScoreMetrics } = el.dataset;
+
+ return new Vue({
+ el,
+ provide: {
+ devopsScoreMetrics: JSON.parse(devopsScoreMetrics),
+ },
+ render(h) {
+ return h(DevopsScore);
+ },
+ });
+};
diff --git a/app/assets/javascripts/boards/components/board_content_sidebar.vue b/app/assets/javascripts/boards/components/board_content_sidebar.vue
index 0050d64235f..5a41a01e167 100644
--- a/app/assets/javascripts/boards/components/board_content_sidebar.vue
+++ b/app/assets/javascripts/boards/components/board_content_sidebar.vue
@@ -4,13 +4,13 @@ import { mapState, mapActions, mapGetters } from 'vuex';
import BoardSidebarDueDate from '~/boards/components/sidebar/board_sidebar_due_date.vue';
import BoardSidebarLabelsSelect from '~/boards/components/sidebar/board_sidebar_labels_select.vue';
import BoardSidebarMilestoneSelect from '~/boards/components/sidebar/board_sidebar_milestone_select.vue';
-import BoardSidebarSubscription from '~/boards/components/sidebar/board_sidebar_subscription.vue';
import BoardSidebarTimeTracker from '~/boards/components/sidebar/board_sidebar_time_tracker.vue';
import BoardSidebarTitle from '~/boards/components/sidebar/board_sidebar_title.vue';
import { ISSUABLE } from '~/boards/constants';
import { contentTop } from '~/lib/utils/common_utils';
import SidebarAssigneesWidget from '~/sidebar/components/assignees/sidebar_assignees_widget.vue';
import SidebarConfidentialityWidget from '~/sidebar/components/confidential/sidebar_confidentiality_widget.vue';
+import SidebarSubscriptionsWidget from '~/sidebar/components/subscriptions/sidebar_subscriptions_widget.vue';
import glFeatureFlagsMixin from '~/vue_shared/mixins/gl_feature_flags_mixin';
export default {
@@ -23,7 +23,7 @@ export default {
BoardSidebarTimeTracker,
BoardSidebarLabelsSelect,
BoardSidebarDueDate,
- BoardSidebarSubscription,
+ SidebarSubscriptionsWidget,
BoardSidebarMilestoneSelect,
BoardSidebarEpicSelect: () =>
import('ee_component/boards/components/sidebar/board_sidebar_epic_select.vue'),
@@ -98,7 +98,12 @@ export default {
:issuable-type="issuableType"
@confidentialityUpdated="setActiveItemConfidential($event)"
/>
- <board-sidebar-subscription class="subscriptions" />
+ <sidebar-subscriptions-widget
+ :iid="activeBoardItem.iid"
+ :full-path="fullPath"
+ :issuable-type="issuableType"
+ data-testid="sidebar-notifications"
+ />
</template>
</gl-drawer>
</template>
diff --git a/app/assets/javascripts/issuable/components/status_box.vue b/app/assets/javascripts/issuable/components/status_box.vue
new file mode 100644
index 00000000000..cb768f2bc5b
--- /dev/null
+++ b/app/assets/javascripts/issuable/components/status_box.vue
@@ -0,0 +1,103 @@
+<script>
+import { GlIcon } from '@gitlab/ui';
+import Vue from 'vue';
+import { fetchPolicies } from '~/lib/graphql';
+import { __ } from '~/locale';
+
+export const statusBoxState = Vue.observable({
+ state: '',
+ updateStatus: null,
+});
+
+const CLASSES = {
+ opened: 'status-box-open',
+ locked: 'status-box-open',
+ closed: 'status-box-mr-closed',
+ merged: 'status-box-mr-merged',
+};
+
+const STATUS = {
+ opened: [__('Open'), 'issue-open-m'],
+ locked: [__('Open'), 'issue-open-m'],
+ closed: [__('Closed'), 'issue-close'],
+ merged: [__('Merged'), 'git-merge'],
+};
+
+export default {
+ components: {
+ GlIcon,
+ },
+ inject: {
+ query: { default: null },
+ projectPath: { default: null },
+ iid: { default: null },
+ },
+ props: {
+ initialState: {
+ type: String,
+ required: false,
+ default: null,
+ },
+ issuableType: {
+ type: String,
+ required: false,
+ default: '',
+ },
+ },
+ data() {
+ if (this.initialState) {
+ statusBoxState.state = this.initialState;
+ }
+
+ return statusBoxState;
+ },
+ computed: {
+ statusBoxClass() {
+ return CLASSES[`${this.issuableType}_${this.state}`] || CLASSES[this.state];
+ },
+ statusHumanName() {
+ return (STATUS[`${this.issuableType}_${this.state}`] || STATUS[this.state])[0];
+ },
+ statusIconName() {
+ return (STATUS[`${this.issuableType}_${this.state}`] || STATUS[this.state])[1];
+ },
+ },
+ created() {
+ if (!statusBoxState.updateStatus) {
+ statusBoxState.updateStatus = this.fetchState;
+ }
+ },
+ beforeDestroy() {
+ if (statusBoxState.updateStatus && this.query) {
+ statusBoxState.updateStatus = null;
+ }
+ },
+ methods: {
+ async fetchState() {
+ const { data } = await this.$apollo.query({
+ query: this.query,
+ variables: {
+ projectPath: this.projectPath,
+ iid: this.iid,
+ },
+ fetchPolicy: fetchPolicies.NO_CACHE,
+ });
+
+ statusBoxState.state = data?.workspace?.issuable?.state;
+ },
+ },
+};
+</script>
+
+<template>
+ <div :class="statusBoxClass" class="issuable-status-box status-box">
+ <gl-icon
+ :name="statusIconName"
+ class="gl-display-block gl-sm-display-none!"
+ data-testid="status-icon"
+ />
+ <span class="gl-display-none gl-sm-display-block">
+ {{ statusHumanName }}
+ </span>
+ </div>
+</template>
diff --git a/app/assets/javascripts/merge_request/components/status_box.vue b/app/assets/javascripts/merge_request/components/status_box.vue
deleted file mode 100644
index 526aafc1def..00000000000
--- a/app/assets/javascripts/merge_request/components/status_box.vue
+++ /dev/null
@@ -1,71 +0,0 @@
-<script>
-import { GlIcon } from '@gitlab/ui';
-import { __ } from '~/locale';
-import mrEventHub from '../eventhub';
-
-const CLASSES = {
- opened: 'status-box-open',
- locked: 'status-box-open',
- closed: 'status-box-mr-closed',
- merged: 'status-box-mr-merged',
-};
-
-const STATUS = {
- opened: [__('Open'), 'issue-open-m'],
- locked: [__('Open'), 'issue-open-m'],
- closed: [__('Closed'), 'issue-close'],
- merged: [__('Merged'), 'git-merge'],
-};
-
-export default {
- components: {
- GlIcon,
- },
- props: {
- initialState: {
- type: String,
- required: true,
- },
- },
- data() {
- return {
- state: this.initialState,
- };
- },
- computed: {
- statusBoxClass() {
- return CLASSES[this.state];
- },
- statusHumanName() {
- return STATUS[this.state][0];
- },
- statusIconName() {
- return STATUS[this.state][1];
- },
- },
- created() {
- mrEventHub.$on('mr.state.updated', this.updateState);
- },
- beforeDestroy() {
- mrEventHub.$off('mr.state.updated', this.updateState);
- },
- methods: {
- updateState({ state }) {
- this.state = state;
- },
- },
-};
-</script>
-
-<template>
- <div :class="statusBoxClass" class="issuable-status-box status-box">
- <gl-icon
- :name="statusIconName"
- class="gl-display-block gl-sm-display-none!"
- data-testid="status-icon"
- />
- <span class="gl-display-none gl-sm-display-block">
- {{ statusHumanName }}
- </span>
- </div>
-</template>
diff --git a/app/assets/javascripts/merge_request/eventhub.js b/app/assets/javascripts/merge_request/eventhub.js
deleted file mode 100644
index e31806ad199..00000000000
--- a/app/assets/javascripts/merge_request/eventhub.js
+++ /dev/null
@@ -1,3 +0,0 @@
-import createEventHub from '~/helpers/event_hub_factory';
-
-export default createEventHub();
diff --git a/app/assets/javascripts/notes/components/comment_form.vue b/app/assets/javascripts/notes/components/comment_form.vue
index 79d8ce78329..90be5b3e470 100644
--- a/app/assets/javascripts/notes/components/comment_form.vue
+++ b/app/assets/javascripts/notes/components/comment_form.vue
@@ -15,6 +15,7 @@ import { mapActions, mapGetters, mapState } from 'vuex';
import Autosave from '~/autosave';
import { refreshUserMergeRequestCounts } from '~/commons/nav/user_merge_requests';
import { deprecatedCreateFlash as Flash } from '~/flash';
+import { statusBoxState } from '~/issuable/components/status_box.vue';
import httpStatusCodes from '~/lib/utils/http_status';
import {
capitalizeFirstCharacter,
@@ -162,7 +163,7 @@ export default {
canToggleIssueState() {
return (
this.getNoteableData.current_user.can_update &&
- this.getNoteableData.state !== constants.MERGED &&
+ this.openState !== constants.MERGED &&
!this.closedAndLocked
);
},
@@ -283,6 +284,7 @@ export default {
const toggleState = this.isOpen ? this.closeIssuable : this.reopenIssuable;
toggleState()
+ .then(() => statusBoxState.updateStatus && statusBoxState.updateStatus())
.then(refreshUserMergeRequestCounts)
.catch(() => Flash(constants.toggleStateErrorMessage[this.noteableType][this.openState]));
},
diff --git a/app/assets/javascripts/notes/stores/getters.js b/app/assets/javascripts/notes/stores/getters.js
index 39f66063cfb..b04b1d28ffa 100644
--- a/app/assets/javascripts/notes/stores/getters.js
+++ b/app/assets/javascripts/notes/stores/getters.js
@@ -1,4 +1,6 @@
import { flattenDeep, clone } from 'lodash';
+import { statusBoxState } from '~/issuable/components/status_box.vue';
+import { isInMRPage } from '~/lib/utils/common_utils';
import * as constants from '../constants';
import { collapseSystemNotes } from './collapse_utils';
@@ -82,7 +84,8 @@ export const getBlockedByIssues = (state) => state.noteableData.blocked_by_issue
export const userCanReply = (state) => Boolean(state.noteableData.current_user.can_create_note);
-export const openState = (state) => state.noteableData.state;
+export const openState = (state) =>
+ isInMRPage() ? statusBoxState.state : state.noteableData.state;
export const getUserData = (state) => state.userData || {};
diff --git a/app/assets/javascripts/pages/admin/dev_ops_report/index.js b/app/assets/javascripts/pages/admin/dev_ops_report/index.js
index cf06ee2c22a..23b53315680 100644
--- a/app/assets/javascripts/pages/admin/dev_ops_report/index.js
+++ b/app/assets/javascripts/pages/admin/dev_ops_report/index.js
@@ -1,3 +1,5 @@
+import initDevOpsScore from '~/analytics/devops_report/devops_score';
import initDevOpsScoreEmptyState from '~/analytics/devops_report/devops_score_empty_state';
initDevOpsScoreEmptyState();
+initDevOpsScore();
diff --git a/app/assets/javascripts/pages/projects/merge_requests/init_merge_request_show.js b/app/assets/javascripts/pages/projects/merge_requests/init_merge_request_show.js
index 021122d7637..6cd3202815b 100644
--- a/app/assets/javascripts/pages/projects/merge_requests/init_merge_request_show.js
+++ b/app/assets/javascripts/pages/projects/merge_requests/init_merge_request_show.js
@@ -1,14 +1,17 @@
import Vue from 'vue';
+import VueApollo from 'vue-apollo';
import loadAwardsHandler from '~/awards_handler';
import ShortcutsIssuable from '~/behaviors/shortcuts/shortcuts_issuable';
import initPipelines from '~/commit/pipelines/pipelines_bundle';
import initIssuableSidebar from '~/init_issuable_sidebar';
import initInviteMembersModal from '~/invite_members/init_invite_members_modal';
import initInviteMembersTrigger from '~/invite_members/init_invite_members_trigger';
+import StatusBox from '~/issuable/components/status_box.vue';
+import createDefaultClient from '~/lib/graphql';
import { handleLocationHash } from '~/lib/utils/common_utils';
-import StatusBox from '~/merge_request/components/status_box.vue';
import initSourcegraph from '~/sourcegraph';
import ZenMode from '~/zen_mode';
+import getStateQuery from './queries/get_state.query.graphql';
export default function initMergeRequestShow() {
const awardEmojiEl = document.getElementById('js-vue-awards-block');
@@ -30,9 +33,16 @@ export default function initMergeRequestShow() {
initInviteMembersTrigger();
const el = document.querySelector('.js-mr-status-box');
+ const apolloProvider = new VueApollo({ defaultClient: createDefaultClient() });
// eslint-disable-next-line no-new
new Vue({
el,
+ apolloProvider,
+ provide: {
+ query: getStateQuery,
+ projectPath: el.dataset.projectPath,
+ iid: el.dataset.iid,
+ },
render(h) {
return h(StatusBox, {
props: {
diff --git a/app/assets/javascripts/pages/projects/merge_requests/queries/get_state.query.graphql b/app/assets/javascripts/pages/projects/merge_requests/queries/get_state.query.graphql
new file mode 100644
index 00000000000..b5a82b9428e
--- /dev/null
+++ b/app/assets/javascripts/pages/projects/merge_requests/queries/get_state.query.graphql
@@ -0,0 +1,7 @@
+query getMergeRequestState($projectPath: ID!, $iid: String!) {
+ workspace: project(fullPath: $projectPath) {
+ issuable: mergeRequest(iid: $iid) {
+ state
+ }
+ }
+}
diff --git a/app/assets/javascripts/projects/compare/components/app.vue b/app/assets/javascripts/projects/compare/components/app.vue
index d2fb524489e..f7cfc82db11 100644
--- a/app/assets/javascripts/projects/compare/components/app.vue
+++ b/app/assets/javascripts/projects/compare/components/app.vue
@@ -1,6 +1,7 @@
<script>
import { GlButton } from '@gitlab/ui';
import csrf from '~/lib/utils/csrf';
+import { joinPaths } from '~/lib/utils/url_utility';
import RevisionCard from './revision_card.vue';
export default {
@@ -36,11 +37,46 @@ export default {
type: String,
required: true,
},
+ defaultProject: {
+ type: Object,
+ required: true,
+ },
+ projects: {
+ type: Array,
+ required: true,
+ },
+ },
+ data() {
+ return {
+ from: {
+ projects: this.projects,
+ selectedProject: this.defaultProject,
+ revision: this.paramsFrom,
+ refsProjectPath: this.refsProjectPath,
+ },
+ to: {
+ selectedProject: this.defaultProject,
+ revision: this.paramsTo,
+ refsProjectPath: this.refsProjectPath,
+ },
+ };
},
methods: {
onSubmit() {
this.$refs.form.submit();
},
+ onSelectProject({ direction, project }) {
+ const refsPath = joinPaths(gon.relative_url_root || '', `/${project.name}`, '/refs');
+ // direction is either 'from' or 'to'
+ this[direction].refsProjectPath = refsPath;
+ this[direction].selectedProject = project;
+ },
+ onSelectRevision({ direction, revision }) {
+ this[direction].revision = revision; // direction is either 'from' or 'to'
+ },
+ onSwapRevision() {
+ [this.from, this.to] = [this.to, this.from]; // swaps 'from' and 'to'
+ },
},
};
</script>
@@ -57,10 +93,15 @@ export default {
class="gl-lg-flex-direction-row gl-lg-display-flex gl-align-items-center compare-revision-cards"
>
<revision-card
- :refs-project-path="refsProjectPath"
+ data-testid="sourceRevisionCard"
+ :refs-project-path="to.refsProjectPath"
revision-text="Source"
params-name="to"
- :params-branch="paramsTo"
+ :params-branch="to.revision"
+ :projects="to.projects"
+ :selected-project="to.selectedProject"
+ @selectProject="onSelectProject"
+ @selectRevision="onSelectRevision"
/>
<div
class="compare-ellipsis gl-display-flex gl-justify-content-center gl-align-items-center gl-my-4 gl-md-my-0"
@@ -69,16 +110,24 @@ export default {
...
</div>
<revision-card
- :refs-project-path="refsProjectPath"
+ data-testid="targetRevisionCard"
+ :refs-project-path="from.refsProjectPath"
revision-text="Target"
params-name="from"
- :params-branch="paramsFrom"
+ :params-branch="from.revision"
+ :projects="from.projects"
+ :selected-project="from.selectedProject"
+ @selectProject="onSelectProject"
+ @selectRevision="onSelectRevision"
/>
</div>
<div class="gl-mt-4">
<gl-button category="primary" variant="success" @click="onSubmit">
{{ s__('CompareRevisions|Compare') }}
</gl-button>
+ <gl-button data-testid="swapRevisionsButton" class="btn btn-default" @click="onSwapRevision">
+ {{ s__('CompareRevisions|Swap revisions') }}
+ </gl-button>
<gl-button
v-if="projectMergeRequestPath"
:href="projectMergeRequestPath"
diff --git a/app/assets/javascripts/projects/compare/components/repo_dropdown.vue b/app/assets/javascripts/projects/compare/components/repo_dropdown.vue
index cb9d8b64b33..ba1e00a2b36 100644
--- a/app/assets/javascripts/projects/compare/components/repo_dropdown.vue
+++ b/app/assets/javascripts/projects/compare/components/repo_dropdown.vue
@@ -1,57 +1,51 @@
<script>
import { GlDropdown, GlDropdownItem, GlSearchBoxByType } from '@gitlab/ui';
-const SOURCE_PARAM_NAME = 'to';
-
export default {
components: {
GlDropdown,
GlDropdownItem,
GlSearchBoxByType,
},
- inject: ['projectTo', 'projectsFrom'],
props: {
paramsName: {
type: String,
required: true,
},
+ projects: {
+ type: Array,
+ required: false,
+ default: null,
+ },
+ selectedProject: {
+ type: Object,
+ required: true,
+ },
},
data() {
return {
searchTerm: '',
- selectedRepo: {},
};
},
computed: {
+ disableRepoDropdown() {
+ return this.projects === null;
+ },
filteredRepos() {
const lowerCaseSearchTerm = this.searchTerm.toLowerCase();
- return this?.projectsFrom.filter(({ name }) =>
- name.toLowerCase().includes(lowerCaseSearchTerm),
- );
- },
- isSourceRevision() {
- return this.paramsName === SOURCE_PARAM_NAME;
+ return this?.projects.filter(({ name }) => name.toLowerCase().includes(lowerCaseSearchTerm));
},
inputName() {
return `${this.paramsName}_project_id`;
},
},
- mounted() {
- this.setDefaultRepo();
- },
methods: {
- onClick(repo) {
- this.selectedRepo = repo;
- this.emitTargetProject(repo.name);
- },
- setDefaultRepo() {
- this.selectedRepo = this.projectTo;
+ onClick(project) {
+ this.emitTargetProject(project);
},
- emitTargetProject(name) {
- if (!this.isSourceRevision) {
- this.$emit('changeTargetProject', name);
- }
+ emitTargetProject(project) {
+ this.$emit('selectProject', { direction: this.paramsName, project });
},
},
};
@@ -59,23 +53,23 @@ export default {
<template>
<div>
- <input type="hidden" :name="inputName" :value="selectedRepo.id" />
+ <input type="hidden" :name="inputName" :value="selectedProject.id" />
<gl-dropdown
- :text="selectedRepo.name"
+ :text="selectedProject.name"
:header-text="s__(`CompareRevisions|Select target project`)"
class="gl-w-full gl-font-monospace gl-sm-pr-3"
toggle-class="gl-min-w-0"
- :disabled="isSourceRevision"
+ :disabled="disableRepoDropdown"
>
<template #header>
- <gl-search-box-by-type v-if="!isSourceRevision" v-model.trim="searchTerm" />
+ <gl-search-box-by-type v-if="!disableRepoDropdown" v-model.trim="searchTerm" />
</template>
- <template v-if="!isSourceRevision">
+ <template v-if="!disableRepoDropdown">
<gl-dropdown-item
v-for="repo in filteredRepos"
:key="repo.id"
is-check-item
- :is-checked="selectedRepo.id === repo.id"
+ :is-checked="selectedProject.id === repo.id"
@click="onClick(repo)"
>
{{ repo.name }}
diff --git a/app/assets/javascripts/projects/compare/components/revision_card.vue b/app/assets/javascripts/projects/compare/components/revision_card.vue
index 15d24792310..02a329221cc 100644
--- a/app/assets/javascripts/projects/compare/components/revision_card.vue
+++ b/app/assets/javascripts/projects/compare/components/revision_card.vue
@@ -27,17 +27,14 @@ export default {
required: false,
default: null,
},
- },
- data() {
- return {
- selectedRefsProjectPath: this.refsProjectPath,
- };
- },
- methods: {
- onChangeTargetProject(targetProjectName) {
- if (this.paramsName === 'from') {
- this.selectedRefsProjectPath = `/${targetProjectName}/refs`;
- }
+ projects: {
+ type: Array,
+ required: false,
+ default: null,
+ },
+ selectedProject: {
+ type: Object,
+ required: true,
},
},
};
@@ -52,13 +49,16 @@ export default {
<repo-dropdown
class="gl-sm-w-half"
:params-name="paramsName"
- @changeTargetProject="onChangeTargetProject"
+ :projects="projects"
+ :selected-project="selectedProject"
+ v-on="$listeners"
/>
<revision-dropdown
class="gl-sm-w-half gl-mt-3 gl-sm-mt-0"
- :refs-project-path="selectedRefsProjectPath"
+ :refs-project-path="refsProjectPath"
:params-name="paramsName"
:params-branch="paramsBranch"
+ v-on="$listeners"
/>
</div>
</gl-card>
diff --git a/app/assets/javascripts/projects/compare/components/revision_dropdown.vue b/app/assets/javascripts/projects/compare/components/revision_dropdown.vue
index d0b69344c12..3e7e20adb34 100644
--- a/app/assets/javascripts/projects/compare/components/revision_dropdown.vue
+++ b/app/assets/javascripts/projects/compare/components/revision_dropdown.vue
@@ -56,6 +56,9 @@ export default {
searchTerm: debounce(function debounceSearch() {
this.searchBranchesAndTags();
}, SEARCH_DEBOUNCE_MS),
+ paramsBranch(newBranch) {
+ this.setSelectedRevision(newBranch);
+ },
},
mounted() {
this.fetchBranchesAndTags();
@@ -84,7 +87,7 @@ export default {
this.loading = true;
if (reset) {
- this.selectedRevision = this.getDefaultBranch();
+ this.setSelectedRevision(this.paramsBranch);
}
return axios
@@ -108,10 +111,14 @@ export default {
return this.paramsBranch || EMPTY_DROPDOWN_TEXT;
},
onClick(revision) {
- this.selectedRevision = revision;
+ this.setSelectedRevision(revision);
+ this.$emit('selectRevision', { direction: this.paramsName, revision });
},
onSearchEnter() {
- this.selectedRevision = this.searchTerm;
+ this.setSelectedRevision(this.searchTerm);
+ },
+ setSelectedRevision(revision) {
+ this.selectedRevision = revision || EMPTY_DROPDOWN_TEXT;
},
},
};
diff --git a/app/assets/javascripts/projects/compare/index.js b/app/assets/javascripts/projects/compare/index.js
index 4ba4e308cd4..322dff773b8 100644
--- a/app/assets/javascripts/projects/compare/index.js
+++ b/app/assets/javascripts/projects/compare/index.js
@@ -22,10 +22,6 @@ export default function init() {
components: {
CompareApp,
},
- provide: {
- projectTo: JSON.parse(projectTo),
- projectsFrom: JSON.parse(projectsFrom),
- },
render(createElement) {
return createElement(CompareApp, {
props: {
@@ -35,6 +31,8 @@ export default function init() {
projectCompareIndexPath,
projectMergeRequestPath,
createMrPath,
+ defaultProject: JSON.parse(projectTo),
+ projects: JSON.parse(projectsFrom),
},
});
},
diff --git a/app/assets/javascripts/sidebar/components/sidebar_editable_item.vue b/app/assets/javascripts/sidebar/components/sidebar_editable_item.vue
index 148ecae0785..0fb8d762c7c 100644
--- a/app/assets/javascripts/sidebar/components/sidebar_editable_item.vue
+++ b/app/assets/javascripts/sidebar/components/sidebar_editable_item.vue
@@ -43,6 +43,11 @@ export default {
property: null,
}),
},
+ canEdit: {
+ type: Boolean,
+ required: false,
+ default: true,
+ },
},
data() {
return {
@@ -113,8 +118,9 @@ export default {
inline
class="gl-mx-auto gl-my-0 hide-expanded"
/>
+ <slot name="collapsed-right"></slot>
<gl-button
- v-if="canUpdate && !initialLoading"
+ v-if="canUpdate && !initialLoading && canEdit"
variant="link"
class="gl-text-gray-900! gl-hover-text-blue-800! gl-ml-auto hide-collapsed"
data-testid="edit-button"
diff --git a/app/assets/javascripts/sidebar/components/subscriptions/sidebar_subscriptions.vue b/app/assets/javascripts/sidebar/components/subscriptions/sidebar_subscriptions.vue
deleted file mode 100644
index 3ad097138a3..00000000000
--- a/app/assets/javascripts/sidebar/components/subscriptions/sidebar_subscriptions.vue
+++ /dev/null
@@ -1,42 +0,0 @@
-<script>
-import { deprecatedCreateFlash as Flash } from '../../../flash';
-import { __ } from '../../../locale';
-import Store from '../../stores/sidebar_store';
-import subscriptions from './subscriptions.vue';
-
-export default {
- components: {
- subscriptions,
- },
- props: {
- mediator: {
- type: Object,
- required: true,
- },
- },
- data() {
- return {
- store: new Store(),
- };
- },
- methods: {
- onToggleSubscription() {
- this.mediator.toggleSubscription().catch(() => {
- Flash(__('Error occurred when toggling the notification subscription'));
- });
- },
- },
-};
-</script>
-
-<template>
- <div class="block subscriptions">
- <subscriptions
- :loading="store.isFetching.subscriptions"
- :project-emails-disabled="store.projectEmailsDisabled"
- :subscribe-disabled-description="store.subscribeDisabledDescription"
- :subscribed="store.subscribed"
- @toggleSubscription="onToggleSubscription"
- />
- </div>
-</template>
diff --git a/app/assets/javascripts/sidebar/components/subscriptions/sidebar_subscriptions_widget.vue b/app/assets/javascripts/sidebar/components/subscriptions/sidebar_subscriptions_widget.vue
new file mode 100644
index 00000000000..ee7502e3457
--- /dev/null
+++ b/app/assets/javascripts/sidebar/components/subscriptions/sidebar_subscriptions_widget.vue
@@ -0,0 +1,202 @@
+<script>
+import { GlIcon, GlLoadingIcon, GlToggle, GlTooltipDirective } from '@gitlab/ui';
+import createFlash from '~/flash';
+import { IssuableType } from '~/issue_show/constants';
+import { __, sprintf } from '~/locale';
+import SidebarEditableItem from '~/sidebar/components/sidebar_editable_item.vue';
+import { subscribedQueries } from '~/sidebar/constants';
+
+const ICON_ON = 'notifications';
+const ICON_OFF = 'notifications-off';
+
+export default {
+ tracking: {
+ event: 'click_edit_button',
+ label: 'right_sidebar',
+ property: 'subscriptions',
+ },
+ directives: {
+ GlTooltip: GlTooltipDirective,
+ },
+ components: {
+ GlIcon,
+ GlLoadingIcon,
+ GlToggle,
+ SidebarEditableItem,
+ },
+ inject: ['canUpdate'],
+ props: {
+ iid: {
+ type: String,
+ required: true,
+ },
+ fullPath: {
+ type: String,
+ required: true,
+ },
+ issuableType: {
+ required: true,
+ type: String,
+ },
+ },
+ data() {
+ return {
+ subscribed: false,
+ loading: false,
+ emailsDisabled: false,
+ };
+ },
+ apollo: {
+ subscribed: {
+ query() {
+ return subscribedQueries[this.issuableType].query;
+ },
+ variables() {
+ return {
+ fullPath: this.fullPath,
+ iid: String(this.iid),
+ };
+ },
+ update(data) {
+ return data.workspace?.issuable?.subscribed || false;
+ },
+ result({ data }) {
+ this.emailsDisabled = this.parentIsGroup
+ ? data.workspace?.emailsDisabled
+ : data.workspace?.issuable?.emailsDisabled;
+ this.$emit('subscribedUpdated', data.workspace?.issuable?.subscribed);
+ },
+ error() {
+ createFlash({
+ message: sprintf(
+ __('Something went wrong while setting %{issuableType} notifications.'),
+ {
+ issuableType: this.issuableType,
+ },
+ ),
+ });
+ },
+ },
+ },
+ computed: {
+ isLoading() {
+ return this.$apollo.queries?.subscribed?.loading || this.loading;
+ },
+ notificationTooltip() {
+ if (this.emailsDisabled) {
+ return this.subscribeDisabledDescription;
+ }
+ return this.subscribed ? this.$options.i18n.labelOn : this.$options.i18n.labelOff;
+ },
+ notificationIcon() {
+ if (this.emailsDisabled || !this.subscribed) {
+ return ICON_OFF;
+ }
+ return ICON_ON;
+ },
+ parentIsGroup() {
+ return this.issuableType === IssuableType.Epic;
+ },
+ subscribeDisabledDescription() {
+ return sprintf(__('Disabled by %{parent} owner'), {
+ parent: this.parentIsGroup ? 'group' : 'project',
+ });
+ },
+ },
+ methods: {
+ setSubscribed(subscribed) {
+ this.loading = true;
+ this.$apollo
+ .mutate({
+ mutation: subscribedQueries[this.issuableType].mutation,
+ variables: {
+ fullPath: this.fullPath,
+ iid: this.iid,
+ subscribedState: subscribed,
+ },
+ })
+ .then(
+ ({
+ data: {
+ updateIssuableSubscription: { errors },
+ },
+ }) => {
+ if (errors.length) {
+ createFlash({
+ message: errors[0],
+ });
+ }
+ },
+ )
+ .catch(() => {
+ createFlash({
+ message: sprintf(
+ __('Something went wrong while setting %{issuableType} notifications.'),
+ {
+ issuableType: this.issuableType,
+ },
+ ),
+ });
+ })
+ .finally(() => {
+ this.loading = false;
+ });
+ },
+ toggleSubscribed() {
+ if (this.emailsDisabled) {
+ this.expandSidebar();
+ } else {
+ this.setSubscribed(!this.subscribed);
+ }
+ },
+ expandSidebar() {
+ this.$emit('expandSidebar');
+ },
+ },
+ i18n: {
+ notifications: __('Notifications'),
+ labelOn: __('Notifications on'),
+ labelOff: __('Notifications off'),
+ },
+};
+</script>
+
+<template>
+ <sidebar-editable-item
+ ref="editable"
+ :title="$options.i18n.notifications"
+ :tracking="$options.tracking"
+ :loading="isLoading"
+ :can-edit="false"
+ class="block subscriptions"
+ >
+ <template #collapsed-right>
+ <gl-toggle
+ :value="subscribed"
+ :is-loading="isLoading"
+ :disabled="emailsDisabled || !canUpdate"
+ class="hide-collapsed gl-ml-auto"
+ data-testid="subscription-toggle"
+ :label="$options.i18n.notifications"
+ label-position="hidden"
+ @change="setSubscribed"
+ />
+ </template>
+ <template #collapsed>
+ <span
+ ref="tooltip"
+ v-gl-tooltip.viewport.left
+ :title="notificationTooltip"
+ class="sidebar-collapsed-icon"
+ @click="toggleSubscribed"
+ >
+ <gl-loading-icon v-if="isLoading" class="sidebar-item-icon is-active" />
+ <gl-icon v-else :name="notificationIcon" :size="16" class="sidebar-item-icon is-active" />
+ </span>
+ <div v-show="emailsDisabled" class="gl-mt-3 hide-collapsed gl-text-gray-500">
+ {{ subscribeDisabledDescription }}
+ </div>
+ </template>
+ <template #default> </template>
+ </sidebar-editable-item>
+</template>
diff --git a/app/assets/javascripts/sidebar/constants.js b/app/assets/javascripts/sidebar/constants.js
index 21876ee8dab..93469760ce7 100644
--- a/app/assets/javascripts/sidebar/constants.js
+++ b/app/assets/javascripts/sidebar/constants.js
@@ -2,16 +2,22 @@ import { IssuableType } from '~/issue_show/constants';
import epicConfidentialQuery from '~/sidebar/queries/epic_confidential.query.graphql';
import epicDueDateQuery from '~/sidebar/queries/epic_due_date.query.graphql';
import epicStartDateQuery from '~/sidebar/queries/epic_start_date.query.graphql';
+import epicSubscribedQuery from '~/sidebar/queries/epic_subscribed.query.graphql';
import issuableAssigneesSubscription from '~/sidebar/queries/issuable_assignees.subscription.graphql';
import issueConfidentialQuery from '~/sidebar/queries/issue_confidential.query.graphql';
import issueDueDateQuery from '~/sidebar/queries/issue_due_date.query.graphql';
import issueReferenceQuery from '~/sidebar/queries/issue_reference.query.graphql';
+import issueSubscribedQuery from '~/sidebar/queries/issue_subscribed.query.graphql';
import mergeRequestReferenceQuery from '~/sidebar/queries/merge_request_reference.query.graphql';
+import mergeRequestSubscribed from '~/sidebar/queries/merge_request_subscribed.query.graphql';
import updateEpicConfidentialMutation from '~/sidebar/queries/update_epic_confidential.mutation.graphql';
import updateEpicDueDateMutation from '~/sidebar/queries/update_epic_due_date.mutation.graphql';
import updateEpicStartDateMutation from '~/sidebar/queries/update_epic_start_date.mutation.graphql';
+import updateEpicSubscriptionMutation from '~/sidebar/queries/update_epic_subscription.mutation.graphql';
import updateIssueConfidentialMutation from '~/sidebar/queries/update_issue_confidential.mutation.graphql';
import updateIssueDueDateMutation from '~/sidebar/queries/update_issue_due_date.mutation.graphql';
+import updateIssueSubscriptionMutation from '~/sidebar/queries/update_issue_subscription.mutation.graphql';
+import updateMergeRequestSubscriptionMutation from '~/sidebar/queries/update_merge_request_subscription.mutation.graphql';
import getIssueAssignees from '~/vue_shared/components/sidebar/queries/get_issue_assignees.query.graphql';
import issueParticipantsQuery from '~/vue_shared/components/sidebar/queries/get_issue_participants.query.graphql';
import getMergeRequestAssignees from '~/vue_shared/components/sidebar/queries/get_mr_assignees.query.graphql';
@@ -80,6 +86,21 @@ export const dateFields = {
},
};
+export const subscribedQueries = {
+ [IssuableType.Issue]: {
+ query: issueSubscribedQuery,
+ mutation: updateIssueSubscriptionMutation,
+ },
+ [IssuableType.Epic]: {
+ query: epicSubscribedQuery,
+ mutation: updateEpicSubscriptionMutation,
+ },
+ [IssuableType.MergeRequest]: {
+ query: mergeRequestSubscribed,
+ mutation: updateMergeRequestSubscriptionMutation,
+ },
+};
+
export const dueDateQueries = {
[IssuableType.Issue]: {
query: issueDueDateQuery,
diff --git a/app/assets/javascripts/sidebar/mount_sidebar.js b/app/assets/javascripts/sidebar/mount_sidebar.js
index a214dcd4479..d3bfa7c4b58 100644
--- a/app/assets/javascripts/sidebar/mount_sidebar.js
+++ b/app/assets/javascripts/sidebar/mount_sidebar.js
@@ -24,7 +24,7 @@ import IssuableLockForm from './components/lock/issuable_lock_form.vue';
import sidebarParticipants from './components/participants/sidebar_participants.vue';
import SidebarReviewers from './components/reviewers/sidebar_reviewers.vue';
import SidebarSeverity from './components/severity/sidebar_severity.vue';
-import sidebarSubscriptions from './components/subscriptions/sidebar_subscriptions.vue';
+import SidebarSubscriptionsWidget from './components/subscriptions/sidebar_subscriptions_widget.vue';
import SidebarTimeTracking from './components/time_tracking/sidebar_time_tracking.vue';
import SidebarMoveIssue from './lib/sidebar_move_issue';
@@ -334,21 +334,32 @@ function mountParticipantsComponent(mediator) {
});
}
-function mountSubscriptionsComponent(mediator) {
+function mountSubscriptionsComponent() {
const el = document.querySelector('.js-sidebar-subscriptions-entry-point');
if (!el) return;
+ const { fullPath, iid, editable } = getSidebarOptions();
+
// eslint-disable-next-line no-new
new Vue({
el,
+ apolloProvider,
components: {
- sidebarSubscriptions,
+ SidebarSubscriptionsWidget,
+ },
+ provide: {
+ canUpdate: editable,
},
render: (createElement) =>
- createElement('sidebar-subscriptions', {
+ createElement('sidebar-subscriptions-widget', {
props: {
- mediator,
+ iid: String(iid),
+ fullPath,
+ issuableType:
+ isInIssuePage() || isInIncidentPage() || isInDesignPage()
+ ? IssuableType.Issue
+ : IssuableType.MergeRequest,
},
}),
});
@@ -425,7 +436,7 @@ export function mountSidebar(mediator) {
mountReferenceComponent(mediator);
mountLockComponent();
mountParticipantsComponent(mediator);
- mountSubscriptionsComponent(mediator);
+ mountSubscriptionsComponent();
mountCopyEmailComponent();
new SidebarMoveIssue(
diff --git a/app/assets/javascripts/sidebar/queries/epic_subscribed.query.graphql b/app/assets/javascripts/sidebar/queries/epic_subscribed.query.graphql
new file mode 100644
index 00000000000..9f1967e1685
--- /dev/null
+++ b/app/assets/javascripts/sidebar/queries/epic_subscribed.query.graphql
@@ -0,0 +1,11 @@
+query epicSubscribed($fullPath: ID!, $iid: ID) {
+ workspace: group(fullPath: $fullPath) {
+ __typename
+ emailsDisabled
+ issuable: epic(iid: $iid) {
+ __typename
+ id
+ subscribed
+ }
+ }
+}
diff --git a/app/assets/javascripts/sidebar/queries/issue_subscribed.query.graphql b/app/assets/javascripts/sidebar/queries/issue_subscribed.query.graphql
new file mode 100644
index 00000000000..7d38b5d3bd8
--- /dev/null
+++ b/app/assets/javascripts/sidebar/queries/issue_subscribed.query.graphql
@@ -0,0 +1,11 @@
+query issueSubscribed($fullPath: ID!, $iid: String) {
+ workspace: project(fullPath: $fullPath) {
+ __typename
+ issuable: issue(iid: $iid) {
+ __typename
+ id
+ subscribed
+ emailsDisabled
+ }
+ }
+}
diff --git a/app/assets/javascripts/sidebar/queries/merge_request_subscribed.query.graphql b/app/assets/javascripts/sidebar/queries/merge_request_subscribed.query.graphql
new file mode 100644
index 00000000000..3b54a2e529b
--- /dev/null
+++ b/app/assets/javascripts/sidebar/queries/merge_request_subscribed.query.graphql
@@ -0,0 +1,10 @@
+query mergeRequestSubscribed($fullPath: ID!, $iid: String!) {
+ workspace: project(fullPath: $fullPath) {
+ __typename
+ issuable: mergeRequest(iid: $iid) {
+ __typename
+ id
+ subscribed
+ }
+ }
+}
diff --git a/app/assets/javascripts/sidebar/queries/update_epic_subscription.mutation.graphql b/app/assets/javascripts/sidebar/queries/update_epic_subscription.mutation.graphql
index f2b806102f4..af43766aed5 100644
--- a/app/assets/javascripts/sidebar/queries/update_epic_subscription.mutation.graphql
+++ b/app/assets/javascripts/sidebar/queries/update_epic_subscription.mutation.graphql
@@ -1,6 +1,9 @@
-mutation epicSetSubscription($input: EpicSetSubscriptionInput!) {
- updateIssuableSubscription: epicSetSubscription(input: $input) {
- epic {
+mutation epicSetSubscription($fullPath: ID!, $iid: ID!, $subscribedState: Boolean!) {
+ updateIssuableSubscription: epicSetSubscription(
+ input: { groupPath: $fullPath, iid: $iid, subscribedState: $subscribedState }
+ ) {
+ issuable: epic {
+ id
subscribed
}
errors
diff --git a/app/assets/javascripts/sidebar/queries/update_issue_subscription.mutation.graphql b/app/assets/javascripts/sidebar/queries/update_issue_subscription.mutation.graphql
new file mode 100644
index 00000000000..81891fb601f
--- /dev/null
+++ b/app/assets/javascripts/sidebar/queries/update_issue_subscription.mutation.graphql
@@ -0,0 +1,11 @@
+mutation issueSetSubscription($fullPath: ID!, $iid: String!, $subscribedState: Boolean!) {
+ updateIssuableSubscription: issueSetSubscription(
+ input: { projectPath: $fullPath, iid: $iid, subscribedState: $subscribedState }
+ ) {
+ issuable: issue {
+ id
+ subscribed
+ }
+ errors
+ }
+}
diff --git a/app/assets/javascripts/sidebar/queries/update_merge_request_subscription.mutation.graphql b/app/assets/javascripts/sidebar/queries/update_merge_request_subscription.mutation.graphql
new file mode 100644
index 00000000000..69944ff9a13
--- /dev/null
+++ b/app/assets/javascripts/sidebar/queries/update_merge_request_subscription.mutation.graphql
@@ -0,0 +1,11 @@
+mutation mergeRequestSetSubscription($fullPath: ID!, $iid: String!, $subscribedState: Boolean!) {
+ updateIssuableSubscription: mergeRequestSetSubscription(
+ input: { projectPath: $fullPath, iid: $iid, subscribedState: $subscribedState }
+ ) {
+ issuable: mergeRequest {
+ id
+ subscribed
+ }
+ errors
+ }
+}
diff --git a/app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js b/app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js
index f57b638dd81..9f85140bab8 100644
--- a/app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js
+++ b/app/assets/javascripts/vue_merge_request_widget/stores/mr_widget_store.js
@@ -1,6 +1,6 @@
import { format } from 'timeago.js';
import getStateKey from 'ee_else_ce/vue_merge_request_widget/stores/get_state_key';
-import mrEventHub from '~/merge_request/eventhub';
+import { statusBoxState } from '~/issuable/components/status_box.vue';
import { formatDate } from '../../lib/utils/datetime_utility';
import { MTWPS_MERGE_STRATEGY, MT_MERGE_STRATEGY, MWPS_MERGE_STRATEGY } from '../constants';
import { stateKey } from './state_maps';
@@ -23,6 +23,8 @@ export default class MergeRequestStore {
setData(data, isRebased) {
this.initApprovals();
+ this.updateStatusState(data.state);
+
if (isRebased) {
this.sha = data.diff_head_sha;
}
@@ -156,16 +158,14 @@ export default class MergeRequestStore {
this.canRevertInCurrentMR = currentUser.can_revert_on_current_merge_request || false;
this.setState();
-
- if (!window.gon?.features?.mergeRequestWidgetGraphql) {
- this.emitUpdatedState();
- }
}
setGraphqlData(project) {
const { mergeRequest } = project;
const pipeline = mergeRequest.headPipeline;
+ this.updateStatusState(mergeRequest.state);
+
this.projectArchived = project.archived;
this.onlyAllowMergeIfPipelineSucceeds = project.onlyAllowMergeIfPipelineSucceeds;
@@ -190,10 +190,15 @@ export default class MergeRequestStore {
this.workInProgress = mergeRequest.workInProgress;
this.mergeRequestState = mergeRequest.state;
- this.emitUpdatedState();
this.setState();
}
+ updateStatusState(state) {
+ if (this.mergeRequestState !== state && statusBoxState.updateStatus) {
+ statusBoxState.updateStatus();
+ }
+ }
+
setState() {
if (this.mergeOngoing) {
this.state = 'merging';
@@ -216,12 +221,6 @@ export default class MergeRequestStore {
}
}
- emitUpdatedState() {
- mrEventHub.$emit('mr.state.updated', {
- state: this.mergeRequestState,
- });
- }
-
setPaths(data) {
// Paths are set on the first load of the page and not auto-refreshed
this.squashBeforeMergeHelpPath = data.squash_before_merge_help_path;
diff --git a/app/assets/stylesheets/page_bundles/dev_ops_report.scss b/app/assets/stylesheets/page_bundles/dev_ops_report.scss
index 5c6019efce6..690d2f6f41e 100644
--- a/app/assets/stylesheets/page_bundles/dev_ops_report.scss
+++ b/app/assets/stylesheets/page_bundles/dev_ops_report.scss
@@ -1,261 +1,6 @@
@import 'mixins_and_variables_and_functions';
-$space-between-cards: 8px;
-
.devops-empty svg {
margin: 64px auto 32px;
max-width: 420px;
}
-
-.devops-header {
- margin-top: $gl-padding;
- margin-bottom: $gl-padding;
- padding: 0 4px;
- display: flex;
- align-items: center;
-
- .devops-header-title {
- font-size: 48px;
- line-height: 1;
- margin: 0;
- }
-
- .devops-header-subtitle {
- font-size: 22px;
- line-height: 1;
- color: var(--gl-text-color-secondary, $gl-text-color-secondary);
- margin-left: 8px;
- font-weight: $gl-font-weight-normal;
-
- .devops-header-icon {
- vertical-align: px-to-rem(-$gl-spacing-scale-1);
- }
-
- a {
- font-size: 18px;
- color: var(--gl-text-color-secondary, $gl-text-color-secondary);
-
- &:hover {
- color: var(--blue-500, $blue-500);
- }
- }
- }
-}
-
-.devops-cards {
- display: flex;
- justify-content: center;
- flex-wrap: wrap;
-}
-
-.devops-card-wrapper {
- display: flex;
- flex-direction: column;
- align-items: stretch;
- text-align: center;
- width: 50%;
- border-color: var(--border-color, $border-color);
- margin: 0 0 32px;
- padding: $space-between-cards / 2;
- position: relative;
-
- @include media-breakpoint-up(xs) {
- width: percentage(1 / 4);
- }
-
- @include media-breakpoint-up(sm) {
- width: percentage(1 / 5);
- }
-
- @include media-breakpoint-up(md) {
- width: percentage(1 / 6);
- }
-
- @include media-breakpoint-up(lg) {
- width: percentage(1 / 10);
- }
-}
-
-.devops-card {
- border: solid 1px var(--border-color, $border-color);
- border-radius: 3px;
- border-top-width: 3px;
- display: flex;
- flex-direction: column;
- flex-grow: 1;
-}
-
-.devops-card-low {
- border-top-color: var(--red-400, $red-400);
-
- .board-card-score-big {
- background-color: var(--red-50, $red-50);
- }
-}
-
-.devops-card-average {
- border-top-color: var(--orange-200, $orange-200);
-
- .board-card-score-big {
- background-color: var(--orange-50, $orange-50);
- }
-}
-
-.devops-card-high {
- border-top-color: var(--green-400, $green-400);
-
- .board-card-score-big {
- background-color: var(--green-50, $green-50);
- }
-}
-
-.devops-card-title {
- margin: $gl-padding auto auto;
- max-width: 100px;
-
- h3 {
- font-size: 14px;
- margin: 0 0 2px;
- }
-
- .light-text {
- font-size: 13px;
- line-height: 1.25;
- color: var(--gl-text-color-secondary, $gl-text-color-secondary);
- }
-}
-
-.board-card-scores {
- display: flex;
- justify-content: space-around;
- align-items: center;
- margin: $gl-padding $gl-btn-padding;
- line-height: 1;
-}
-
-.board-card-score {
- color: var(--gl-text-color-secondary, $gl-text-color-secondary);
-
- .board-card-score-name {
- font-size: 13px;
- margin-top: 4px;
- }
-}
-
-.board-card-score-value {
- font-size: 16px;
- color: var(--gl-text-color, $gl-text-color);
- font-weight: $gl-font-weight-normal;
-}
-
-.board-card-score-big {
- border-top: 2px solid var(--border-color, $border-color);
- border-bottom: 1px solid var(--border-color, $border-color);
- font-size: 22px;
- padding: 10px 0;
- font-weight: $gl-font-weight-normal;
-}
-
-.board-card-buttons {
- display: flex;
-
- > * {
- font-size: 16px;
- color: var(--gl-text-color-secondary, $gl-text-color-secondary);
- padding: 10px;
- flex-grow: 1;
-
- &:hover {
- background-color: var(--border-color, $border-color);
- color: var(--border-color, $border-color);
- }
-
- + * {
- border-left: solid 1px var(--border-color, $border-color);
- }
- }
-}
-
-.devops-steps {
- margin-top: $gl-padding;
- height: 1px;
- min-width: 100%;
- justify-content: space-around;
- position: relative;
- background: var(--border-color, $border-color);
-}
-
-.devops-step {
- $step-positions: 5% 10% 30% 42% 48% 55% 60% 70% 75% 90%;
- @each $pos in $step-positions {
- $i: index($step-positions, $pos);
-
- &:nth-child(#{$i}) {
- left: $pos;
- }
- }
-
- position: absolute;
- transform-origin: 75% 50%;
- padding: 8px;
- height: 50px;
- width: 50px;
- border-radius: 3px;
- display: flex;
- flex-direction: column;
- align-items: center;
- border: solid 1px var(--border-color, $border-color);
- background: var(--white, $white);
- transform: translate(-50%, -50%);
- color: var(--gl-text-color-secondary, $gl-text-color-secondary);
- fill: var(--gl-text-color-secondary, $gl-text-color-secondary);
- box-shadow: 0 2px 4px var(--dropdown-shadow-color, $dropdown-shadow-color);
-
- &:hover {
- padding: 8px 10px;
- fill: currentColor;
- z-index: 100;
- height: auto;
- width: auto;
-
- .devops-step-title {
- max-height: 2em;
- opacity: 1;
- transition: opacity 0.2s;
- }
-
- svg {
- transform: scale(1.5);
- margin: $gl-btn-padding;
- }
- }
-
- svg {
- transition: transform 0.1s;
- width: 30px;
- height: 30px;
- min-height: 30px;
- min-width: 30px;
- }
-}
-
-.devops-step-title {
- max-height: 0;
- opacity: 0;
- text-transform: uppercase;
- margin: $gl-vert-padding 0 0;
- text-align: center;
- font-size: 12px;
-}
-
-.devops-high-score {
- color: var(--green-400, $green-400);
-}
-
-.devops-average-score {
- color: var(--orange-500, $orange-500);
-}
-
-.devops-low-score {
- color: var(--red-400, $red-400);
-}
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
index 607f3435394..8a53a9b9555 100644
--- a/app/controllers/application_controller.rb
+++ b/app/controllers/application_controller.rb
@@ -207,13 +207,13 @@ class ApplicationController < ActionController::Base
end
respond_to do |format|
- format.any { head status }
format.html do
render template,
layout: "errors",
status: status,
locals: { message: message }
end
+ format.any { head status }
end
end
@@ -223,8 +223,8 @@ class ApplicationController < ActionController::Base
def render_403
respond_to do |format|
- format.any { head :forbidden }
format.html { render "errors/access_denied", layout: "errors", status: :forbidden }
+ format.any { head :forbidden }
end
end
diff --git a/app/controllers/projects/settings/ci_cd_controller.rb b/app/controllers/projects/settings/ci_cd_controller.rb
index 014f348d630..c67d7f53faf 100644
--- a/app/controllers/projects/settings/ci_cd_controller.rb
+++ b/app/controllers/projects/settings/ci_cd_controller.rb
@@ -144,7 +144,7 @@ module Projects
end
def define_badges_variables
- @ref = params[:ref] || @project.default_branch || 'master'
+ @ref = params[:ref] || @project.default_branch_or_main
@badges = [Gitlab::Ci::Badge::Pipeline::Status,
Gitlab::Ci::Badge::Coverage::Report]
diff --git a/app/graphql/resolvers/ci/runner_resolver.rb b/app/graphql/resolvers/ci/runner_resolver.rb
new file mode 100644
index 00000000000..ca94e28b2e9
--- /dev/null
+++ b/app/graphql/resolvers/ci/runner_resolver.rb
@@ -0,0 +1,36 @@
+# frozen_string_literal: true
+
+module Resolvers
+ module Ci
+ class RunnerResolver < BaseResolver
+ include LooksAhead
+
+ type Types::Ci::RunnerType, null: true
+ extras [:lookahead]
+ description 'Runner information.'
+
+ argument :id,
+ type: ::Types::GlobalIDType[::Ci::Runner],
+ required: true,
+ description: 'Runner ID.'
+
+ def resolve_with_lookahead(id:)
+ find_runner(id: id)
+ end
+
+ private
+
+ def find_runner(id:)
+ runner_id = GitlabSchema.parse_gid(id, expected_type: ::Ci::Runner).model_id.to_i
+ preload_tag_list = lookahead.selects?(:tag_list)
+
+ BatchLoader::GraphQL.for(runner_id).batch(key: { preload_tag_list: preload_tag_list }) do |ids, loader, batch|
+ results = ::Ci::Runner.id_in(ids)
+ results = results.with_tags if batch[:key][:preload_tag_list]
+
+ results.each { |record| loader.call(record.id, record) }
+ end
+ end
+ end
+ end
+end
diff --git a/app/graphql/types/ci/job_type.rb b/app/graphql/types/ci/job_type.rb
index 07e05a736cd..21df25865d4 100644
--- a/app/graphql/types/ci/job_type.rb
+++ b/app/graphql/types/ci/job_type.rb
@@ -8,6 +8,8 @@ module Types
connection_type_class(Types::CountableConnectionType)
+ expose_permissions Types::PermissionTypes::Ci::Job
+
field :id, ::Types::GlobalIDType[::CommitStatus].as('JobID'), null: true,
description: 'ID of the job.'
field :pipeline, Types::Ci::PipelineType, null: true,
diff --git a/app/graphql/types/ci/runner_access_level_enum.rb b/app/graphql/types/ci/runner_access_level_enum.rb
new file mode 100644
index 00000000000..e98f80336f1
--- /dev/null
+++ b/app/graphql/types/ci/runner_access_level_enum.rb
@@ -0,0 +1,15 @@
+# frozen_string_literal: true
+
+module Types
+ module Ci
+ class RunnerAccessLevelEnum < BaseEnum
+ graphql_name 'CiRunnerAccessLevel'
+
+ ::Ci::Runner.access_levels.keys.each do |type|
+ value type.upcase,
+ description: "A runner that is #{type.tr('_', ' ')}.",
+ value: type
+ end
+ end
+ end
+end
diff --git a/app/graphql/types/ci/runner_status_enum.rb b/app/graphql/types/ci/runner_status_enum.rb
new file mode 100644
index 00000000000..ad69175e44a
--- /dev/null
+++ b/app/graphql/types/ci/runner_status_enum.rb
@@ -0,0 +1,15 @@
+# frozen_string_literal: true
+
+module Types
+ module Ci
+ class RunnerStatusEnum < BaseEnum
+ graphql_name 'CiRunnerStatus'
+
+ ::Ci::Runner::AVAILABLE_STATUSES.each do |status|
+ value status.to_s.upcase,
+ description: "A runner that is #{status.to_s.tr('_', ' ')}.",
+ value: status.to_sym
+ end
+ end
+ end
+end
diff --git a/app/graphql/types/ci/runner_type.rb b/app/graphql/types/ci/runner_type.rb
new file mode 100644
index 00000000000..3abed7289d5
--- /dev/null
+++ b/app/graphql/types/ci/runner_type.rb
@@ -0,0 +1,42 @@
+# frozen_string_literal: true
+
+module Types
+ module Ci
+ class RunnerType < BaseObject
+ graphql_name 'CiRunner'
+ authorize :read_runner
+
+ field :id, ::Types::GlobalIDType[::Ci::Runner], null: false,
+ description: 'ID of the runner.'
+ field :description, GraphQL::STRING_TYPE, null: true,
+ description: 'Description of the runner.'
+ field :contacted_at, Types::TimeType, null: true,
+ description: 'Last contact from the runner.',
+ method: :contacted_at
+ field :maximum_timeout, GraphQL::INT_TYPE, null: true,
+ description: 'Maximum timeout (in seconds) for jobs processed by the runner.'
+ field :access_level, ::Types::Ci::RunnerAccessLevelEnum, null: false,
+ description: 'Access level of the runner.'
+ field :active, GraphQL::BOOLEAN_TYPE, null: false,
+ description: 'Indicates the runner is allowed to receive jobs.'
+ field :status, ::Types::Ci::RunnerStatusEnum, null: false,
+ description: 'Status of the runner.'
+ field :version, GraphQL::STRING_TYPE, null: false,
+ description: 'Version of the runner.'
+ field :short_sha, GraphQL::STRING_TYPE, null: true,
+ description: %q(First eight characters of the runner's token used to authenticate new job requests. Used as the runner's unique ID.)
+ field :revision, GraphQL::STRING_TYPE, null: false,
+ description: 'Revision of the runner.'
+ field :locked, GraphQL::BOOLEAN_TYPE, null: true,
+ description: 'Indicates the runner is locked.'
+ field :run_untagged, GraphQL::BOOLEAN_TYPE, null: false,
+ description: 'Indicates the runner is able to run untagged jobs.'
+ field :ip_address, GraphQL::STRING_TYPE, null: false,
+ description: 'IP address of the runner.'
+ field :runner_type, ::Types::Ci::RunnerTypeEnum, null: false,
+ description: 'Type of the runner.'
+ field :tag_list, [GraphQL::STRING_TYPE], null: true,
+ description: 'Tags associated with the runner.'
+ end
+ end
+end
diff --git a/app/graphql/types/ci/runner_type_enum.rb b/app/graphql/types/ci/runner_type_enum.rb
new file mode 100644
index 00000000000..f771635f4ed
--- /dev/null
+++ b/app/graphql/types/ci/runner_type_enum.rb
@@ -0,0 +1,15 @@
+# frozen_string_literal: true
+
+module Types
+ module Ci
+ class RunnerTypeEnum < BaseEnum
+ graphql_name 'CiRunnerType'
+
+ ::Ci::Runner.runner_types.keys.each do |type|
+ value type.upcase,
+ description: "A runner that is #{type.tr('_', ' ')}.",
+ value: type
+ end
+ end
+ end
+end
diff --git a/app/graphql/types/permission_types/ci/job.rb b/app/graphql/types/permission_types/ci/job.rb
new file mode 100644
index 00000000000..c9a85317e67
--- /dev/null
+++ b/app/graphql/types/permission_types/ci/job.rb
@@ -0,0 +1,14 @@
+# frozen_string_literal: true
+
+module Types
+ module PermissionTypes
+ module Ci
+ class Job < BasePermissionType
+ graphql_name 'JobPermissions'
+
+ abilities :read_job_artifacts, :read_build
+ ability_field :update_build, calls_gitaly: true
+ end
+ end
+ end
+end
diff --git a/app/graphql/types/query_type.rb b/app/graphql/types/query_type.rb
index 545d82b8f36..6cb20129ad6 100644
--- a/app/graphql/types/query_type.rb
+++ b/app/graphql/types/query_type.rb
@@ -112,6 +112,13 @@ module Types
field :runner_platforms, resolver: Resolvers::Ci::RunnerPlatformsResolver
field :runner_setup, resolver: Resolvers::Ci::RunnerSetupResolver
+ field :runner, Types::Ci::RunnerType,
+ null: true,
+ resolver: Resolvers::Ci::RunnerResolver,
+ extras: [:lookahead],
+ description: "Find a runner.",
+ feature_flag: :runner_graphql_query
+
field :ci_config, resolver: Resolvers::Ci::ConfigResolver, complexity: 126 # AUTHENTICATED_COMPLEXITY / 2 + 1
def design_management
diff --git a/app/helpers/auth_helper.rb b/app/helpers/auth_helper.rb
index cacf9c7ad0b..7cfe8ffb266 100644
--- a/app/helpers/auth_helper.rb
+++ b/app/helpers/auth_helper.rb
@@ -176,6 +176,18 @@ module AuthHelper
!current_user
end
+ def auth_app_owner_text(owner)
+ return unless owner
+
+ if owner.is_a?(Group)
+ group_link = link_to(owner.name, group_path(owner))
+ _("This application was created for group %{group_link}.").html_safe % { group_link: group_link }
+ else
+ user_link = link_to(owner.name, user_path(owner))
+ _("This application was created by %{user_link}.").html_safe % { user_link: user_link }
+ end
+ end
+
extend self
end
diff --git a/app/helpers/dev_ops_report_helper.rb b/app/helpers/dev_ops_report_helper.rb
index ab7e56fc1a2..6137cb1f648 100644
--- a/app/helpers/dev_ops_report_helper.rb
+++ b/app/helpers/dev_ops_report_helper.rb
@@ -1,18 +1,78 @@
# frozen_string_literal: true
module DevOpsReportHelper
+ def devops_score_metrics(metric)
+ {
+ averageScore: average_score_data(metric),
+ cards: devops_score_card_data(metric),
+ createdAt: metric.created_at.strftime('%Y-%m-%d %H:%M')
+ }
+ end
+
+ private
+
+ def format_score(score)
+ precision = score < 1 ? 2 : 1
+ number_with_precision(score, precision: precision)
+ end
+
def score_level(score)
if score < 33.33
- 'low'
+ {
+ label: s_('DevopsReport|Low'),
+ variant: 'muted'
+ }
elsif score < 66.66
- 'average'
+ {
+ label: s_('DevopsReport|Moderate'),
+ variant: 'neutral'
+ }
else
- 'high'
+ {
+ label: s_('DevopsReport|High'),
+ variant: 'success'
+ }
end
end
- def format_score(score)
- precision = score < 1 ? 2 : 1
- number_with_precision(score, precision: precision)
+ def average_score_level(score)
+ if score < 33.33
+ {
+ label: s_('DevopsReport|Low'),
+ variant: 'danger',
+ icon: 'status-failed'
+ }
+ elsif score < 66.66
+ {
+ label: s_('DevopsReport|Moderate'),
+ variant: 'warning',
+ icon: 'status-alert'
+ }
+ else
+ {
+ label: s_('DevopsReport|High'),
+ variant: 'success',
+ icon: 'status_success_solid'
+ }
+ end
+ end
+
+ def average_score_data(metric)
+ {
+ value: format_score(metric.average_percentage_score),
+ scoreLevel: average_score_level(metric.average_percentage_score)
+ }
+ end
+
+ def devops_score_card_data(metric)
+ metric.cards.map do |card|
+ {
+ title: "#{card.title} #{card.description}",
+ usage: format_score(card.instance_score),
+ leadInstance: format_score(card.leader_score),
+ score: format_score(card.percentage_score),
+ scoreLevel: score_level(card.percentage_score)
+ }
+ end
end
end
diff --git a/app/helpers/issuables_helper.rb b/app/helpers/issuables_helper.rb
index d149389b31f..cb54437f941 100644
--- a/app/helpers/issuables_helper.rb
+++ b/app/helpers/issuables_helper.rb
@@ -332,6 +332,18 @@ module IssuablesHelper
end
end
+ def state_name_with_icon(issuable)
+ if issuable.is_a?(MergeRequest) && issuable.merged?
+ [_("Merged"), "git-merge"]
+ elsif issuable.is_a?(MergeRequest) && issuable.closed?
+ [_("Closed"), "close"]
+ elsif issuable.closed?
+ [_("Closed"), "mobile-issue-close"]
+ else
+ [_("Open"), "issue-open-m"]
+ end
+ end
+
private
def sidebar_gutter_collapsed?
diff --git a/app/helpers/merge_requests_helper.rb b/app/helpers/merge_requests_helper.rb
index df7fcb0f3da..af8d6da4d84 100644
--- a/app/helpers/merge_requests_helper.rb
+++ b/app/helpers/merge_requests_helper.rb
@@ -29,16 +29,6 @@ module MergeRequestsHelper
classes.join(' ')
end
- def state_name_with_icon(merge_request)
- if merge_request.merged?
- [_("Merged"), "git-merge"]
- elsif merge_request.closed?
- [_("Closed"), "close"]
- else
- [_("Open"), "issue-open-m"]
- end
- end
-
def merge_path_description(merge_request, separator)
if merge_request.for_fork?
"Project:Branches: #{@merge_request.source_project_path}:#{@merge_request.source_branch} #{separator} #{@merge_request.target_project.full_path}:#{@merge_request.target_branch}"
diff --git a/app/helpers/users_helper.rb b/app/helpers/users_helper.rb
index 1979426f844..16222b1c863 100644
--- a/app/helpers/users_helper.rb
+++ b/app/helpers/users_helper.rb
@@ -100,7 +100,7 @@ module UsersHelper
badges << blocked_user_badge(user) if user.blocked?
badges << { text: s_('AdminUsers|Admin'), variant: 'success' } if user.admin?
badges << { text: s_('AdminUsers|External'), variant: 'secondary' } if user.external?
- badges << { text: s_("AdminUsers|It's you!"), variant: nil } if current_user == user
+ badges << { text: s_("AdminUsers|It's you!"), variant: 'muted' } if current_user == user
end
end
diff --git a/app/models/note.rb b/app/models/note.rb
index 728393a6eca..346b32ae510 100644
--- a/app/models/note.rb
+++ b/app/models/note.rb
@@ -107,6 +107,7 @@ class Note < ApplicationRecord
scope :fresh, -> { order_created_asc.with_order_id_asc }
scope :updated_after, ->(time) { where('updated_at > ?', time) }
scope :with_updated_at, ->(time) { where(updated_at: time) }
+ scope :with_suggestions, -> { joins(:suggestions) }
scope :inc_author_project, -> { includes(:project, :author) }
scope :inc_author, -> { includes(:author) }
scope :with_api_entity_associations, -> { preload(:note_diff_file, :author) }
diff --git a/app/models/project.rb b/app/models/project.rb
index 4aa094fed29..4e995c1fff2 100644
--- a/app/models/project.rb
+++ b/app/models/project.rb
@@ -2532,8 +2532,10 @@ class Project < ApplicationRecord
.exists?
end
- def default_branch_or_master
- default_branch || 'master'
+ def default_branch_or_main
+ return default_branch if default_branch
+
+ Feature.enabled?(:main_branch_over_master, self, default_enabled: :yaml) ? 'main' : 'master'
end
def ci_config_path_or_default
diff --git a/app/presenters/project_presenter.rb b/app/presenters/project_presenter.rb
index 681c5cfca74..5e53dbf33d8 100644
--- a/app/presenters/project_presenter.rb
+++ b/app/presenters/project_presenter.rb
@@ -108,7 +108,7 @@ class ProjectPresenter < Gitlab::View::Presenter::Delegated
end
def add_license_ide_path
- ide_edit_path(project, default_branch_or_master, 'LICENSE')
+ ide_edit_path(project, default_branch_or_main, 'LICENSE')
end
def add_changelog_path
@@ -116,7 +116,7 @@ class ProjectPresenter < Gitlab::View::Presenter::Delegated
end
def add_changelog_ide_path
- ide_edit_path(project, default_branch_or_master, 'CHANGELOG')
+ ide_edit_path(project, default_branch_or_main, 'CHANGELOG')
end
def add_contribution_guide_path
@@ -124,7 +124,7 @@ class ProjectPresenter < Gitlab::View::Presenter::Delegated
end
def add_contribution_guide_ide_path
- ide_edit_path(project, default_branch_or_master, 'CONTRIBUTING.md')
+ ide_edit_path(project, default_branch_or_main, 'CONTRIBUTING.md')
end
def add_readme_path
@@ -132,7 +132,7 @@ class ProjectPresenter < Gitlab::View::Presenter::Delegated
end
def add_readme_ide_path
- ide_edit_path(project, default_branch_or_master, 'README.md')
+ ide_edit_path(project, default_branch_or_main, 'README.md')
end
def add_ci_yml_path
@@ -249,10 +249,10 @@ class ProjectPresenter < Gitlab::View::Presenter::Delegated
nil,
nil,
{
- 'target_branch' => default_branch_or_master,
- 'original_branch' => default_branch_or_master,
+ 'target_branch' => default_branch_or_main,
+ 'original_branch' => default_branch_or_main,
'can_push_code' => 'true',
- 'path' => project_create_blob_path(project, default_branch_or_master),
+ 'path' => project_create_blob_path(project, default_branch_or_main),
'project_path' => project.path
}
)
@@ -268,7 +268,7 @@ class ProjectPresenter < Gitlab::View::Presenter::Delegated
def new_file_anchor_data
if can_current_user_push_to_default_branch?
- new_file_path = empty_repo? ? ide_edit_path(project, default_branch_or_master) : project_new_blob_path(project, default_branch_or_master)
+ new_file_path = empty_repo? ? ide_edit_path(project, default_branch_or_main) : project_new_blob_path(project, default_branch_or_main)
AnchorData.new(false,
statistic_icon + _('New file'),
@@ -472,7 +472,7 @@ class ProjectPresenter < Gitlab::View::Presenter::Delegated
commit_message ||= s_("CommitMessage|Add %{file_name}") % { file_name: file_name }
project_new_blob_path(
project,
- default_branch_or_master,
+ default_branch_or_main,
file_name: file_name,
commit_message: commit_message,
branch_name: branch_name
diff --git a/app/services/ci/test_failure_history_service.rb b/app/services/ci/test_failure_history_service.rb
index 58bbc716ff0..a3f45c1b9cd 100644
--- a/app/services/ci/test_failure_history_service.rb
+++ b/app/services/ci/test_failure_history_service.rb
@@ -30,7 +30,7 @@ module Ci
end
def should_track_failures?
- return false unless project.default_branch_or_master == pipeline.ref
+ return false unless project.default_branch_or_main == pipeline.ref
# We fetch for up to MAX_TRACKABLE_FAILURES + 1 builds. So if ever we get
# 201 total number of builds with the assumption that each job has at least
diff --git a/app/services/merge_requests/create_from_issue_service.rb b/app/services/merge_requests/create_from_issue_service.rb
index b43e697d3ab..e03043ef6a2 100644
--- a/app/services/merge_requests/create_from_issue_service.rb
+++ b/app/services/merge_requests/create_from_issue_service.rb
@@ -73,7 +73,7 @@ module MergeRequests
end
def default_branch
- target_project.default_branch || 'master'
+ target_project.default_branch_or_main
end
def merge_request
diff --git a/app/services/projects/create_service.rb b/app/services/projects/create_service.rb
index a8481f40604..3a1fadc68c3 100644
--- a/app/services/projects/create_service.rb
+++ b/app/services/projects/create_service.rb
@@ -149,7 +149,7 @@ module Projects
def create_readme
commit_attrs = {
- branch_name: @project.default_branch || 'master',
+ branch_name: @project.default_branch_or_main,
commit_message: 'Initial commit',
file_path: 'README.md',
file_content: "# #{@project.name}\n\n#{@project.description}"
diff --git a/app/services/repositories/changelog_service.rb b/app/services/repositories/changelog_service.rb
index 0122bfb154d..bac3fdf36da 100644
--- a/app/services/repositories/changelog_service.rb
+++ b/app/services/repositories/changelog_service.rb
@@ -39,7 +39,7 @@ module Repositories
project,
user,
version:,
- branch: project.default_branch_or_master,
+ branch: project.default_branch_or_main,
from: nil,
to: branch,
date: DateTime.now,
diff --git a/app/views/admin/dev_ops_report/_card.html.haml b/app/views/admin/dev_ops_report/_card.html.haml
deleted file mode 100644
index dd6e5c0f108..00000000000
--- a/app/views/admin/dev_ops_report/_card.html.haml
+++ /dev/null
@@ -1,25 +0,0 @@
-.devops-card-wrapper
- .devops-card{ class: "devops-card-#{score_level(card.percentage_score)}" }
- .devops-card-title
- %h3
- = card.title
- .light-text
- = card.description
- .board-card-scores
- .board-card-score
- .board-card-score-value
- = format_score(card.instance_score)
- .board-card-score-name= _('You')
- .board-card-score
- .board-card-score-value
- = format_score(card.leader_score)
- .board-card-score-name= _('Lead')
- .board-card-score-big
- = number_to_percentage(card.percentage_score, precision: 1)
- .board-card-buttons
- - if card.blog
- %a.btn-svg{ href: card.blog }
- = sprite_icon('information-o')
- - if card.docs
- %a.btn-svg{ href: card.docs }
- = sprite_icon('question-o')
diff --git a/app/views/admin/dev_ops_report/_report.html.haml b/app/views/admin/dev_ops_report/_report.html.haml
index 95ef1298d03..db68a7a2291 100644
--- a/app/views/admin/dev_ops_report/_report.html.haml
+++ b/app/views/admin/dev_ops_report/_report.html.haml
@@ -8,25 +8,5 @@
- elsif @metric.blank?
= render 'no_data'
- else
- .devops
- .gl-my-3.gl-text-gray-400{ data: { testid: 'devops-score-note-text' } }
- = s_('DevopsReport|DevOps score metrics are based on usage over the last 30 days. Last updated: %{timestamp}.').html_safe % { timestamp: @metric.created_at.strftime('%Y-%m-%d %H:%M') }
- .devops-header
- %h2.devops-header-title{ class: "devops-#{score_level(@metric.average_percentage_score)}-score" }
- = number_to_percentage(@metric.average_percentage_score, precision: 1)
- .devops-header-subtitle
- = s_('DevopsReport|DevOps')
- %br
- = s_('DevopsReport|Score')
- = link_to sprite_icon('question-o', css_class: 'devops-header-icon'), help_page_path('user/admin_area/analytics/dev_ops_report')
+ #js-devops-score{ data: { devops_score_metrics: devops_score_metrics(@metric).to_json } }
- .devops-cards.board-card-container
- - @metric.cards.each do |card|
- = render 'card', card: card
-
- .devops-steps.d-none.d-lg-block
- - @metric.idea_to_production_steps.each_with_index do |step, index|
- .devops-step{ class: "devops-#{score_level(step.percentage_score)}-score" }
- = custom_icon("i2p_step_#{index + 1}")
- %h4.devops-step-title
- = step.title
diff --git a/app/views/doorkeeper/authorizations/new.html.haml b/app/views/doorkeeper/authorizations/new.html.haml
index 5e93b1d89eb..f0e7a96f69f 100644
--- a/app/views/doorkeeper/authorizations/new.html.haml
+++ b/app/views/doorkeeper/authorizations/new.html.haml
@@ -17,10 +17,8 @@
= _("An application called %{link_to_client} is requesting access to your GitLab account.").html_safe % { link_to_client: link_to_client }
- auth_app_owner = @pre_auth.client.application.owner
- - if auth_app_owner
- - link_to_owner = link_to(auth_app_owner.name, user_path(auth_app_owner))
- = _("This application was created by %{link_to_owner}.").html_safe % { link_to_owner: link_to_owner }
+ = auth_app_owner_text(auth_app_owner)
= _("Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access.")
- if @pre_auth.scopes
%p
diff --git a/app/views/layouts/header/_new_dropdown.html.haml b/app/views/layouts/header/_new_dropdown.html.haml
index 7b49e6f716e..ca90d2e02fa 100644
--- a/app/views/layouts/header/_new_dropdown.html.haml
+++ b/app/views/layouts/header/_new_dropdown.html.haml
@@ -1,3 +1,4 @@
+- new_repo_experiment_text = content_for(:new_repo_experiment)
%li.header-new.dropdown{ data: { track_label: "new_dropdown", track_event: "click_dropdown", track_experiment: "new_repo" } }
= link_to new_project_path, class: "header-new-dropdown-toggle has-tooltip qa-new-menu-toggle", id: "js-onboarding-new-project-link", title: _("New..."), ref: 'tooltip', aria: { label: _("New...") }, data: { toggle: 'dropdown', placement: 'bottom', container: 'body', display: 'static' } do
= sprite_icon('plus-square')
@@ -12,9 +13,9 @@
%li.dropdown-bold-header
= _('This group')
- if create_group_project
- %li= link_to _('New project'), new_project_path(namespace_id: @group.id)
+ %li= link_to new_repo_experiment_text, new_project_path(namespace_id: @group.id), data: { track_experiment: 'new_repo', track_event: 'click_link_new_project_group', track_label: 'plus_menu_dropdown' }
- if create_group_subgroup
- %li= link_to _('New subgroup'), new_group_path(parent_id: @group.id)
+ %li= link_to _('New subgroup'), new_group_path(parent_id: @group.id), data: { track_event: 'click_link_new_subgroup', track_label: 'plus_menu_dropdown' }
= render_if_exists 'layouts/header/create_epic_new_dropdown_item'
= render 'layouts/header/group_invite_members_new_dropdown_item'
%li.divider
@@ -29,16 +30,18 @@
%li.dropdown-bold-header
= _('This project')
- if create_project_issue
- %li= link_to _('New issue'), new_project_issue_path(@project)
+ %li= link_to _('New issue'), new_project_issue_path(@project), data: { track_event: 'click_link_new_issue', track_label: 'plus_menu_dropdown' }
- if merge_project
- %li= link_to _('New merge request'), project_new_merge_request_path(merge_project)
+ %li= link_to _('New merge request'), project_new_merge_request_path(merge_project), data: { track_event: 'click_link_new_mr', track_label: 'plus_menu_dropdown' }
+
- if create_project_snippet
- %li= link_to _('New snippet'), new_project_snippet_path(@project)
+ %li= link_to _('New snippet'), new_project_snippet_path(@project), data: { track_event: 'click_link_new_snippet_project', track_label: 'plus_menu_dropdown' }
= render 'layouts/header/project_invite_members_new_dropdown_item'
%li.divider
%li.dropdown-bold-header GitLab
- = content_for :new_repo_experiment
+ - if current_user.can_create_project?
+ %li= link_to new_repo_experiment_text, new_project_path, class: 'qa-global-new-project-link', data: { track_experiment: 'new_repo', track_event: 'click_link_new_project', track_label: 'plus_menu_dropdown' }
- if current_user.can_create_group?
- %li= link_to _('New group'), new_group_path
+ %li= link_to _('New group'), new_group_path, data: { track_event: 'click_link_new_group', track_label: 'plus_menu_dropdown' }
- if current_user.can?(:create_snippet)
- %li= link_to _('New snippet'), new_snippet_path, class: 'qa-global-new-snippet-link'
+ %li= link_to _('New snippet'), new_snippet_path, data: { track_event: 'click_link_new_snippet_parent', track_label: 'plus_menu_dropdown' }, class: 'qa-global-new-snippet-link'
diff --git a/app/views/layouts/header/_new_repo_experiment.html.haml b/app/views/layouts/header/_new_repo_experiment.html.haml
index 73f960844cb..aaa13d593cd 100644
--- a/app/views/layouts/header/_new_repo_experiment.html.haml
+++ b/app/views/layouts/header/_new_repo_experiment.html.haml
@@ -1,7 +1,6 @@
- content_for :new_repo_experiment do
- - if current_user&.can_create_project?
- - experiment(:new_repo, user: current_user) do |e|
- - e.use do
- %li= link_to _('New project'), new_project_path, class: 'qa-global-new-project-link', data: { track_experiment: 'new_repo', track_event: 'click_link', track_label: 'plus_menu_dropdown' }
- - e.try do
- %li= link_to _('New project/repository'), new_project_path, class: 'qa-global-new-project-link', data: { track_experiment: 'new_repo', track_event: 'click_link', track_label: 'plus_menu_dropdown' }
+ - experiment(:new_repo, user: current_user) do |e|
+ - e.use do
+ = _('New project')
+ - e.try do
+ = _('New project/repository')
diff --git a/app/views/projects/buttons/_dropdown.html.haml b/app/views/projects/buttons/_dropdown.html.haml
index 5effa5a9e92..12ce4667e1a 100644
--- a/app/views/projects/buttons/_dropdown.html.haml
+++ b/app/views/projects/buttons/_dropdown.html.haml
@@ -28,14 +28,14 @@
%li.dropdown-header= _('This repository')
- if can_push_code
- %li.qa-new-file-option= link_to _('New file'), project_new_blob_path(@project, @project.default_branch || 'master')
+ %li.qa-new-file-option= link_to _('New file'), project_new_blob_path(@project, @project.default_branch_or_main)
- unless @project.empty_repo?
%li= link_to _('New branch'), new_project_branch_path(@project)
%li= link_to _('New tag'), new_project_tag_path(@project)
- elsif can_collaborate_with_project?(@project)
- %li= link_to _('New file'), project_new_blob_path(@project, @project.default_branch || 'master')
+ %li= link_to _('New file'), project_new_blob_path(@project, @project.default_branch_or_main)
- elsif create_mr_from_new_fork
- - continue_params = { to: project_new_blob_path(@project, @project.default_branch || 'master'),
+ - continue_params = { to: project_new_blob_path(@project, @project.default_branch_or_main),
notice: edit_in_new_fork_notice,
notice_now: edit_in_new_fork_notice_now }
- fork_path = project_forks_path(@project, namespace_key: current_user.namespace.id, continue: continue_params)
diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml
index 171222368d6..b76f6b27aa8 100644
--- a/app/views/projects/empty.html.haml
+++ b/app/views/projects/empty.html.haml
@@ -1,5 +1,5 @@
- @content_class = "limit-container-width" unless fluid_layout
-- default_branch_name = @project.default_branch_or_master
+- default_branch_name = @project.default_branch_or_main
- @skip_current_level_breadcrumb = true
= render partial: 'flash_messages', locals: { project: @project }
diff --git a/app/views/projects/environments/index.html.haml b/app/views/projects/environments/index.html.haml
index 06a2ed46805..0136184f80d 100644
--- a/app/views/projects/environments/index.html.haml
+++ b/app/views/projects/environments/index.html.haml
@@ -7,4 +7,4 @@
"new-environment-path" => new_project_environment_path(@project),
"help-page-path" => help_page_path("ci/environments/index.md"),
"project-path" => @project.full_path,
- "default-branch-name" => @project.default_branch_or_master } }
+ "default-branch-name" => @project.default_branch_or_main } }
diff --git a/app/views/projects/merge_requests/_mr_title.html.haml b/app/views/projects/merge_requests/_mr_title.html.haml
index 26d8e571973..6ecf78f0460 100644
--- a/app/views/projects/merge_requests/_mr_title.html.haml
+++ b/app/views/projects/merge_requests/_mr_title.html.haml
@@ -1,7 +1,6 @@
- @no_breadcrumb_border = true
- can_update_merge_request = can?(current_user, :update_merge_request, @merge_request)
- can_reopen_merge_request = can?(current_user, :reopen_merge_request, @merge_request)
-- state_human_name, state_icon_name = state_name_with_icon(@merge_request)
- are_close_and_open_buttons_hidden = merge_request_button_hidden?(@merge_request, true) && merge_request_button_hidden?(@merge_request, false)
- if @merge_request.closed_or_merged_without_fork?
@@ -12,10 +11,7 @@
.detail-page-header.border-bottom-0.pt-0.pb-0
.detail-page-header-body
- .issuable-status-box.status-box.js-mr-status-box{ class: status_box_class(@merge_request), data: { state: @merge_request.state } }
- = sprite_icon(state_icon_name, css_class: 'gl-display-block gl-sm-display-none!')
- %span.gl-display-none.gl-sm-display-block
- = state_human_name
+ = render "shared/issuable/status_box", issuable: @merge_request
.issuable-meta
#js-issuable-header-warnings
diff --git a/app/views/shared/issuable/_status_box.html.haml b/app/views/shared/issuable/_status_box.html.haml
new file mode 100644
index 00000000000..c0e972684d2
--- /dev/null
+++ b/app/views/shared/issuable/_status_box.html.haml
@@ -0,0 +1,6 @@
+- state_human_name, state_icon_name = state_name_with_icon(issuable)
+
+.issuable-status-box.status-box.js-mr-status-box{ class: status_box_class(issuable), data: { project_path: issuable.project.path_with_namespace, iid: issuable.iid, state: issuable.state } }
+ = sprite_icon(state_icon_name, css_class: 'gl-display-block gl-sm-display-none!')
+ %span.gl-display-none.gl-sm-display-block
+ = state_human_name
diff --git a/changelogs/unreleased/225345-re-add-swap-revisions.yml b/changelogs/unreleased/225345-re-add-swap-revisions.yml
new file mode 100644
index 00000000000..521340dd0e2
--- /dev/null
+++ b/changelogs/unreleased/225345-re-add-swap-revisions.yml
@@ -0,0 +1,5 @@
+---
+title: Add ability to swap revisions when comparing
+merge_request: 60491
+author:
+type: added
diff --git a/changelogs/unreleased/235479-actioncontroller-respondtomismatcherror-in-wiki-controller.yml b/changelogs/unreleased/235479-actioncontroller-respondtomismatcherror-in-wiki-controller.yml
new file mode 100644
index 00000000000..2fd9f1e1072
--- /dev/null
+++ b/changelogs/unreleased/235479-actioncontroller-respondtomismatcherror-in-wiki-controller.yml
@@ -0,0 +1,5 @@
+---
+title: Return an HTML response for a request with the Accept */* header
+merge_request: 56288
+author:
+type: fixed
diff --git a/changelogs/unreleased/271244-fe-devops-report-convert-score-page-to-vue-components.yml b/changelogs/unreleased/271244-fe-devops-report-convert-score-page-to-vue-components.yml
new file mode 100644
index 00000000000..717147560c1
--- /dev/null
+++ b/changelogs/unreleased/271244-fe-devops-report-convert-score-page-to-vue-components.yml
@@ -0,0 +1,5 @@
+---
+title: Redesign the DevOps Score report
+merge_request: 59856
+author:
+type: changed
diff --git a/changelogs/unreleased/300658-refactor-sidebar-notifications-subscriptions-component-to-use-vue-.yml b/changelogs/unreleased/300658-refactor-sidebar-notifications-subscriptions-component-to-use-vue-.yml
new file mode 100644
index 00000000000..af76e8aaf8b
--- /dev/null
+++ b/changelogs/unreleased/300658-refactor-sidebar-notifications-subscriptions-component-to-use-vue-.yml
@@ -0,0 +1,5 @@
+---
+title: Toggle subscribed state when clicking on icon in collapsed sidebar
+merge_request: 60345
+author:
+type: changed
diff --git a/changelogs/unreleased/fix-project-deletion-timeout.yml b/changelogs/unreleased/fix-project-deletion-timeout.yml
new file mode 100644
index 00000000000..c0dc39bc012
--- /dev/null
+++ b/changelogs/unreleased/fix-project-deletion-timeout.yml
@@ -0,0 +1,5 @@
+---
+title: Reorder source_project_id foreign key constraint in merge_requests table
+merge_request: 60313
+author:
+type: changed
diff --git a/changelogs/unreleased/id-rename-default_branch_or_master.yml b/changelogs/unreleased/id-rename-default_branch_or_master.yml
new file mode 100644
index 00000000000..223139fb251
--- /dev/null
+++ b/changelogs/unreleased/id-rename-default_branch_or_master.yml
@@ -0,0 +1,5 @@
+---
+title: Rename default branch for empty project actions
+merge_request: 60258
+author:
+type: changed
diff --git a/changelogs/unreleased/if-remove_recalculate_project_auth_migration.yml b/changelogs/unreleased/if-remove_recalculate_project_auth_migration.yml
new file mode 100644
index 00000000000..9852eee5c85
--- /dev/null
+++ b/changelogs/unreleased/if-remove_recalculate_project_auth_migration.yml
@@ -0,0 +1,5 @@
+---
+title: Make RecalculateProjectAuthorizations background migration no-op
+merge_request: 60825
+author:
+type: other
diff --git a/changelogs/unreleased/link-to-group-oauth.yml b/changelogs/unreleased/link-to-group-oauth.yml
new file mode 100644
index 00000000000..3a8b786dff5
--- /dev/null
+++ b/changelogs/unreleased/link-to-group-oauth.yml
@@ -0,0 +1,5 @@
+---
+title: Fix link to subgroup OAuth application
+merge_request: 60066
+author:
+type: fixed
diff --git a/changelogs/unreleased/pb-expose-job-permissions-graphql.yml b/changelogs/unreleased/pb-expose-job-permissions-graphql.yml
new file mode 100644
index 00000000000..a9f0a245c3f
--- /dev/null
+++ b/changelogs/unreleased/pb-expose-job-permissions-graphql.yml
@@ -0,0 +1,5 @@
+---
+title: Expose user permissions on JobType
+merge_request: 60427
+author:
+type: added
diff --git a/changelogs/unreleased/reset-relative-position-on-import.yml b/changelogs/unreleased/reset-relative-position-on-import.yml
new file mode 100644
index 00000000000..10603aad908
--- /dev/null
+++ b/changelogs/unreleased/reset-relative-position-on-import.yml
@@ -0,0 +1,6 @@
+---
+title: Export issues sorted by relative position and recompute issue relative position
+ on project import
+merge_request: 59175
+author:
+type: changed
diff --git a/config/feature_categories.yml b/config/feature_categories.yml
index 915c40fdbbc..2c2922d6fae 100644
--- a/config/feature_categories.yml
+++ b/config/feature_categories.yml
@@ -33,6 +33,7 @@
- container_scanning
- continuous_delivery
- continuous_integration
+- continuous_integration_scaling
- database
- dataops
- dependency_firewall
@@ -45,7 +46,10 @@
- editor_extension
- epics
- error_tracking
-- experimentation
+- experimentation_activation
+- experimentation_adoption
+- experimentation_conversion
+- experimentation_expansion
- feature_flags
- five_minute_production_app
- foundations
diff --git a/config/feature_flags/development/limit_epic_groups_query.yml b/config/feature_flags/development/limit_epic_groups_query.yml
new file mode 100644
index 00000000000..33944602dc3
--- /dev/null
+++ b/config/feature_flags/development/limit_epic_groups_query.yml
@@ -0,0 +1,8 @@
+---
+name: limit_epic_groups_query
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/59360
+rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/327624
+milestone: '13.12'
+type: development
+group: group::product planning
+default_enabled: false
diff --git a/config/feature_flags/development/main_branch_over_master.yml b/config/feature_flags/development/main_branch_over_master.yml
new file mode 100644
index 00000000000..5a0c08c25f0
--- /dev/null
+++ b/config/feature_flags/development/main_branch_over_master.yml
@@ -0,0 +1,8 @@
+---
+name: main_branch_over_master
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/60258
+rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/329190
+milestone: '13.12'
+type: development
+group: group::source code
+default_enabled: false
diff --git a/config/feature_flags/development/remove_description_html_in_release_api.yml b/config/feature_flags/development/remove_description_html_in_release_api.yml
new file mode 100644
index 00000000000..2be064d0b97
--- /dev/null
+++ b/config/feature_flags/development/remove_description_html_in_release_api.yml
@@ -0,0 +1,8 @@
+---
+name: remove_description_html_in_release_api
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/60380
+rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/329188
+milestone: '13.12'
+type: development
+group: group::release
+default_enabled: false
diff --git a/config/feature_flags/development/remove_description_html_in_release_api_override.yml b/config/feature_flags/development/remove_description_html_in_release_api_override.yml
new file mode 100644
index 00000000000..f924f2ccbd5
--- /dev/null
+++ b/config/feature_flags/development/remove_description_html_in_release_api_override.yml
@@ -0,0 +1,8 @@
+---
+name: remove_description_html_in_release_api_override
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/60380
+rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/329188
+milestone: '13.12'
+type: development
+group: group::release
+default_enabled: false
diff --git a/config/feature_flags/development/runner_graphql_query.yml b/config/feature_flags/development/runner_graphql_query.yml
new file mode 100644
index 00000000000..1ad90d362d0
--- /dev/null
+++ b/config/feature_flags/development/runner_graphql_query.yml
@@ -0,0 +1,8 @@
+---
+name: runner_graphql_query
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/59763
+rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/328700
+milestone:
+type: development
+group: group::runner
+default_enabled: false
diff --git a/config/initializers/postgres_cte_as_materialized.rb b/config/initializers/postgres_cte_as_materialized.rb
index 85b3361e25e..fd6e7b48c25 100644
--- a/config/initializers/postgres_cte_as_materialized.rb
+++ b/config/initializers/postgres_cte_as_materialized.rb
@@ -6,7 +6,7 @@ module Arel
class Arel::Visitors::PostgreSQL
def visit_Gitlab_Database_AsWithMaterialized(obj, collector) # rubocop:disable Naming/MethodName
collector = visit obj.left, collector
- collector << " AS#{obj.expr} "
+ collector << " AS "
visit obj.right, collector
end
end
diff --git a/db/migrate/20210423171304_re_order_fk_source_project_id_in_merge_requests.rb b/db/migrate/20210423171304_re_order_fk_source_project_id_in_merge_requests.rb
new file mode 100644
index 00000000000..ee9e444c792
--- /dev/null
+++ b/db/migrate/20210423171304_re_order_fk_source_project_id_in_merge_requests.rb
@@ -0,0 +1,24 @@
+# frozen_string_literal: true
+
+class ReOrderFkSourceProjectIdInMergeRequests < ActiveRecord::Migration[6.0]
+ include Gitlab::Database::MigrationHelpers
+
+ DOWNTIME = false
+
+ disable_ddl_transaction!
+
+ OLD_SOURCE_PROJECT_FK = 'fk_3308fe130c'
+ NEW_SOURCE_PROJECT_FK = 'fk_source_project'
+
+ def up
+ add_concurrent_foreign_key :merge_requests, :projects, column: :source_project_id, on_delete: :nullify, name: NEW_SOURCE_PROJECT_FK
+
+ remove_foreign_key_if_exists :merge_requests, column: :source_project_id, name: OLD_SOURCE_PROJECT_FK
+ end
+
+ def down
+ add_concurrent_foreign_key :merge_requests, :projects, column: :source_project_id, on_delete: :nullify
+
+ remove_foreign_key_if_exists :merge_requests, column: :source_project_id, name: NEW_SOURCE_PROJECT_FK
+ end
+end
diff --git a/db/post_migrate/20210429143649_add_new_issues_index_for_relative_position.rb b/db/post_migrate/20210429143649_add_new_issues_index_for_relative_position.rb
new file mode 100644
index 00000000000..50785fa94f8
--- /dev/null
+++ b/db/post_migrate/20210429143649_add_new_issues_index_for_relative_position.rb
@@ -0,0 +1,17 @@
+# frozen_string_literal: true
+
+class AddNewIssuesIndexForRelativePosition < ActiveRecord::Migration[6.0]
+ include Gitlab::Database::MigrationHelpers
+
+ disable_ddl_transaction!
+
+ INDEX_NAME = 'idx_issues_on_project_id_and_rel_asc_and_id'
+
+ def up
+ add_concurrent_index :issues, [:project_id, :relative_position, :id], name: INDEX_NAME
+ end
+
+ def down
+ remove_concurrent_index_by_name(:issues, INDEX_NAME)
+ end
+end
diff --git a/db/schema_migrations/20210423171304 b/db/schema_migrations/20210423171304
new file mode 100644
index 00000000000..56db70a407c
--- /dev/null
+++ b/db/schema_migrations/20210423171304
@@ -0,0 +1 @@
+06ead319cbc56b25769ed06b6a246d705b467d34a5d09ab9282e2d83c55511ba \ No newline at end of file
diff --git a/db/schema_migrations/20210429143649 b/db/schema_migrations/20210429143649
new file mode 100644
index 00000000000..6e7469ef4de
--- /dev/null
+++ b/db/schema_migrations/20210429143649
@@ -0,0 +1 @@
+949e1323d1fadd8db3b8b337f3071ab7b7a7c45b11dc40924fb64c074596a327 \ No newline at end of file
diff --git a/db/structure.sql b/db/structure.sql
index 3794ea381e9..0485788f833 100644
--- a/db/structure.sql
+++ b/db/structure.sql
@@ -21970,6 +21970,8 @@ CREATE INDEX idx_issues_on_project_id_and_created_at_and_id_and_state_id ON issu
CREATE INDEX idx_issues_on_project_id_and_due_date_and_id_and_state_id ON issues USING btree (project_id, due_date, id, state_id) WHERE (due_date IS NOT NULL);
+CREATE INDEX idx_issues_on_project_id_and_rel_asc_and_id ON issues USING btree (project_id, relative_position, id);
+
CREATE INDEX idx_issues_on_project_id_and_rel_position_and_state_id_and_id ON issues USING btree (project_id, relative_position, state_id, id DESC);
CREATE INDEX idx_issues_on_project_id_and_updated_at_and_id_and_state_id ON issues USING btree (project_id, updated_at, id, state_id);
@@ -25068,9 +25070,6 @@ ALTER TABLE ONLY approvals
ALTER TABLE ONLY namespaces
ADD CONSTRAINT fk_319256d87a FOREIGN KEY (file_template_project_id) REFERENCES projects(id) ON DELETE SET NULL;
-ALTER TABLE ONLY merge_requests
- ADD CONSTRAINT fk_3308fe130c FOREIGN KEY (source_project_id) REFERENCES projects(id) ON DELETE SET NULL;
-
ALTER TABLE ONLY ci_group_variables
ADD CONSTRAINT fk_33ae4d58d8 FOREIGN KEY (group_id) REFERENCES namespaces(id) ON DELETE CASCADE;
@@ -27159,6 +27158,9 @@ ALTER TABLE ONLY ci_builds_metadata
ALTER TABLE ONLY services
ADD CONSTRAINT fk_services_inherit_from_id FOREIGN KEY (inherit_from_id) REFERENCES services(id) ON DELETE CASCADE;
+ALTER TABLE ONLY merge_requests
+ ADD CONSTRAINT fk_source_project FOREIGN KEY (source_project_id) REFERENCES projects(id) ON DELETE SET NULL;
+
ALTER TABLE ONLY timelogs
ADD CONSTRAINT fk_timelogs_issues_issue_id FOREIGN KEY (issue_id) REFERENCES issues(id) ON DELETE CASCADE;
diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md
index 6c170bab6e7..84279fd0b90 100644
--- a/doc/api/graphql/reference/index.md
+++ b/doc/api/graphql/reference/index.md
@@ -283,6 +283,18 @@ four standard [pagination arguments](#connection-pagination-arguments):
| <a id="queryprojectssearchnamespaces"></a>`searchNamespaces` | [`Boolean`](#boolean) | Include namespace in project search. |
| <a id="queryprojectssort"></a>`sort` | [`String`](#string) | Sort order of results. |
+### `Query.runner`
+
+Find a runner. Available only when feature flag `runner_graphql_query` is enabled.
+
+Returns [`CiRunner`](#cirunner).
+
+#### Arguments
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="queryrunnerid"></a>`id` | [`CiRunnerID!`](#cirunnerid) | Runner ID. |
+
### `Query.runnerPlatforms`
Supported runner platforms.
@@ -7242,6 +7254,7 @@ Represents the total number of issues and their weights for a particular day.
| <a id="cijobstatus"></a>`status` | [`CiJobStatus`](#cijobstatus) | Status of the job. |
| <a id="cijobtags"></a>`tags` | [`[String!]`](#string) | Tags for the current job. |
| <a id="cijobtriggered"></a>`triggered` | [`Boolean`](#boolean) | Whether the job was triggered. |
+| <a id="cijobuserpermissions"></a>`userPermissions` | [`JobPermissions!`](#jobpermissions) | Permissions for the current user on the resource. |
### `CiJobArtifact`
@@ -7252,6 +7265,28 @@ Represents the total number of issues and their weights for a particular day.
| <a id="cijobartifactdownloadpath"></a>`downloadPath` | [`String`](#string) | URL for downloading the artifact's file. |
| <a id="cijobartifactfiletype"></a>`fileType` | [`JobArtifactFileType`](#jobartifactfiletype) | File type of the artifact. |
+### `CiRunner`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="cirunneraccesslevel"></a>`accessLevel` | [`CiRunnerAccessLevel!`](#cirunneraccesslevel) | Access level of the runner. |
+| <a id="cirunneractive"></a>`active` | [`Boolean!`](#boolean) | Indicates the runner is allowed to receive jobs. |
+| <a id="cirunnercontactedat"></a>`contactedAt` | [`Time`](#time) | Last contact from the runner. |
+| <a id="cirunnerdescription"></a>`description` | [`String`](#string) | Description of the runner. |
+| <a id="cirunnerid"></a>`id` | [`CiRunnerID!`](#cirunnerid) | ID of the runner. |
+| <a id="cirunneripaddress"></a>`ipAddress` | [`String!`](#string) | IP address of the runner. |
+| <a id="cirunnerlocked"></a>`locked` | [`Boolean`](#boolean) | Indicates the runner is locked. |
+| <a id="cirunnermaximumtimeout"></a>`maximumTimeout` | [`Int`](#int) | Maximum timeout (in seconds) for jobs processed by the runner. |
+| <a id="cirunnerrevision"></a>`revision` | [`String!`](#string) | Revision of the runner. |
+| <a id="cirunnerrununtagged"></a>`runUntagged` | [`Boolean!`](#boolean) | Indicates the runner is able to run untagged jobs. |
+| <a id="cirunnerrunnertype"></a>`runnerType` | [`CiRunnerType!`](#cirunnertype) | Type of the runner. |
+| <a id="cirunnershortsha"></a>`shortSha` | [`String`](#string) | First eight characters of the runner's token used to authenticate new job requests. Used as the runner's unique ID. |
+| <a id="cirunnerstatus"></a>`status` | [`CiRunnerStatus!`](#cirunnerstatus) | Status of the runner. |
+| <a id="cirunnertaglist"></a>`tagList` | [`[String!]`](#string) | Tags associated with the runner. |
+| <a id="cirunnerversion"></a>`version` | [`String!`](#string) | Version of the runner. |
+
### `CiStage`
#### Fields
@@ -9455,6 +9490,16 @@ four standard [pagination arguments](#connection-pagination-arguments):
| <a id="jirauserjiradisplayname"></a>`jiraDisplayName` | [`String!`](#string) | Display name of the Jira user. |
| <a id="jirauserjiraemail"></a>`jiraEmail` | [`String`](#string) | Email of the Jira user, returned only for users with public emails. |
+### `JobPermissions`
+
+#### Fields
+
+| Name | Type | Description |
+| ---- | ---- | ----------- |
+| <a id="jobpermissionsreadbuild"></a>`readBuild` | [`Boolean!`](#boolean) | Indicates the user can perform `read_build` on this resource. |
+| <a id="jobpermissionsreadjobartifacts"></a>`readJobArtifacts` | [`Boolean!`](#boolean) | Indicates the user can perform `read_job_artifacts` on this resource. |
+| <a id="jobpermissionsupdatebuild"></a>`updateBuild` | [`Boolean!`](#boolean) | Indicates the user can perform `update_build` on this resource. |
+
### `Label`
#### Fields
@@ -13329,6 +13374,30 @@ Values for YAML processor result.
| <a id="cijobstatussuccess"></a>`SUCCESS` | A job that is success. |
| <a id="cijobstatuswaiting_for_resource"></a>`WAITING_FOR_RESOURCE` | A job that is waiting for resource. |
+### `CiRunnerAccessLevel`
+
+| Value | Description |
+| ----- | ----------- |
+| <a id="cirunneraccesslevelnot_protected"></a>`NOT_PROTECTED` | A runner that is not protected. |
+| <a id="cirunneraccesslevelref_protected"></a>`REF_PROTECTED` | A runner that is ref protected. |
+
+### `CiRunnerStatus`
+
+| Value | Description |
+| ----- | ----------- |
+| <a id="cirunnerstatusactive"></a>`ACTIVE` | A runner that is active. |
+| <a id="cirunnerstatusoffline"></a>`OFFLINE` | A runner that is offline. |
+| <a id="cirunnerstatusonline"></a>`ONLINE` | A runner that is online. |
+| <a id="cirunnerstatuspaused"></a>`PAUSED` | A runner that is paused. |
+
+### `CiRunnerType`
+
+| Value | Description |
+| ----- | ----------- |
+| <a id="cirunnertypegroup_type"></a>`GROUP_TYPE` | A runner that is group type. |
+| <a id="cirunnertypeinstance_type"></a>`INSTANCE_TYPE` | A runner that is instance type. |
+| <a id="cirunnertypeproject_type"></a>`PROJECT_TYPE` | A runner that is project type. |
+
### `CommitActionMode`
Mode of a commit action.
@@ -14434,6 +14503,12 @@ A `CiPipelineID` is a global ID. It is encoded as a string.
An example `CiPipelineID` is: `"gid://gitlab/Ci::Pipeline/1"`.
+### `CiRunnerID`
+
+A `CiRunnerID` is a global ID. It is encoded as a string.
+
+An example `CiRunnerID` is: `"gid://gitlab/Ci::Runner/1"`.
+
### `ClustersAgentID`
A `ClustersAgentID` is a global ID. It is encoded as a string.
diff --git a/doc/api/issues.md b/doc/api/issues.md
index a9a3f04a064..cd720748cae 100644
--- a/doc/api/issues.md
+++ b/doc/api/issues.md
@@ -27,6 +27,8 @@ When requested across groups or projects, it's expected to be the same as the `f
## List issues
+> Moved `weight` to [GitLab Premium](https://about.gitlab.com/pricing/) due to Starter/Bronze being [discontinued](https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/) in 13.9.
+
Get all issues the authenticated user has access to. By default it
returns only issues created by the current user. To get all issues,
use parameter `scope=all`.
@@ -75,7 +77,7 @@ GET /issues?state=opened
| `state` | string | no | Return `all` issues or just those that are `opened` or `closed` |
| `updated_after` | datetime | no | Return issues updated on or after the given time. Expected in ISO 8601 format (`2019-03-15T08:00:00Z`) |
| `updated_before` | datetime | no | Return issues updated on or before the given time. Expected in ISO 8601 format (`2019-03-15T08:00:00Z`) |
-| `weight` **(STARTER)** | integer | no | Return issues with the specified `weight`. `None` returns issues with no weight assigned. `Any` returns issues with a weight assigned. |
+| `weight` **(PREMIUM)** | integer | no | Return issues with the specified `weight`. `None` returns issues with no weight assigned. `Any` returns issues with a weight assigned. |
| `with_labels_details` | boolean | no | If `true`, the response returns more details for each label in labels field: `:name`, `:color`, `:description`, `:description_html`, `:text_color`. Default is `false`. The `description_html` attribute was introduced in [GitLab 12.7](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/21413)|
```shell
@@ -169,8 +171,7 @@ Example response:
]
```
-Users of [GitLab Premium or higher](https://about.gitlab.com/pricing/) can also see
-the `weight` parameter:
+Issues created by users on GitLab Premium or higher include the `weight` property:
```json
[
@@ -183,8 +184,25 @@ the `weight` parameter:
]
```
-Users of [GitLab Ultimate](https://about.gitlab.com/pricing/) can also see
-the `health_status` parameter:
+Issues created by users on GitLab Premium or higher include the `epic` property:
+
+```json
+{
+ "project_id" : 4,
+ "description" : "Omnis vero earum sunt corporis dolor et placeat.",
+ "epic_iid" : 5, //deprecated, use `iid` of the `epic` attribute
+ "epic": {
+ "id" : 42,
+ "iid" : 5,
+ "title": "My epic epic",
+ "url" : "/groups/h5bp/-/epics/5",
+ "group_id": 8
+ },
+ ...
+}
+```
+
+Issues created by users on GitLab Ultimate include the `health_status` property:
```json
[
@@ -201,6 +219,10 @@ WARNING:
The `assignee` column is deprecated. We now show it as a single-sized array `assignees` to conform
to the GitLab EE API.
+WARNING:
+The `epic_iid` attribute is deprecated and [scheduled for removal in API version 5](https://gitlab.com/gitlab-org/gitlab/-/issues/35157).
+Please use `iid` of the `epic` attribute instead.
+
NOTE:
The `closed_by` attribute was [introduced in GitLab 10.6](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/17042).
This value is only present for issues closed after GitLab 10.6 and if the user account
@@ -208,6 +230,8 @@ that closed the issue still exists.
## List group issues
+> Moved `weight` to [GitLab Premium](https://about.gitlab.com/pricing/) due to Starter/Bronze being [discontinued](https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/) in 13.9.
+
Get a list of a group's issues.
If the group is private, credentials need to be provided for authorization.
@@ -256,7 +280,7 @@ GET /groups/:id/issues?state=opened
| `state` | string | no | Return all issues or just those that are `opened` or `closed` |
| `updated_after` | datetime | no | Return issues updated on or after the given time. Expected in ISO 8601 format (`2019-03-15T08:00:00Z`) |
| `updated_before` | datetime | no | Return issues updated on or before the given time. Expected in ISO 8601 format (`2019-03-15T08:00:00Z`) |
-| `weight` **(STARTER)** | integer | no | Return issues with the specified `weight`. `None` returns issues with no weight assigned. `Any` returns issues with a weight assigned. |
+| `weight` **(PREMIUM)** | integer | no | Return issues with the specified `weight`. `None` returns issues with no weight assigned. `Any` returns issues with a weight assigned. |
| `with_labels_details` | boolean | no | If `true`, the response returns more details for each label in labels field: `:name`, `:color`, `:description`, `:description_html`, `:text_color`. Default is `false`. The `description_html` attribute was introduced in [GitLab 12.7](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/21413) |
```shell
@@ -349,8 +373,7 @@ Example response:
]
```
-Users of [GitLab Premium or higher](https://about.gitlab.com/pricing/) can also see
-the `weight` parameter:
+Issues created by users on GitLab Premium or higher include the `weight` property:
```json
[
@@ -363,8 +386,25 @@ the `weight` parameter:
]
```
-Users of [GitLab Ultimate](https://about.gitlab.com/pricing/) can also see
-the `health_status` parameter:
+Issues created by users on GitLab Premium or higher include the `epic` property:
+
+```json
+{
+ "project_id" : 4,
+ "description" : "Omnis vero earum sunt corporis dolor et placeat.",
+ "epic_iid" : 5, //deprecated, use `iid` of the `epic` attribute
+ "epic": {
+ "id" : 42,
+ "iid" : 5,
+ "title": "My epic epic",
+ "url" : "/groups/h5bp/-/epics/5",
+ "group_id": 8
+ },
+ ...
+}
+```
+
+Issues created by users on GitLab Ultimate include the `health_status` property:
```json
[
@@ -380,6 +420,10 @@ the `health_status` parameter:
WARNING:
The `assignee` column is deprecated. We now show it as a single-sized array `assignees` to conform to the GitLab EE API.
+WARNING:
+The `epic_iid` attribute is deprecated and [scheduled for removal in API version 5](https://gitlab.com/gitlab-org/gitlab/-/issues/35157).
+Please use `iid` of the `epic` attribute instead.
+
NOTE:
The `closed_by` attribute was [introduced in GitLab 10.6](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/17042).
This value is only present for issues closed after GitLab 10.6 and if the user account that closed
@@ -387,6 +431,8 @@ the issue still exists.
## List project issues
+> Moved `weight` to [GitLab Premium](https://about.gitlab.com/pricing/) due to Starter/Bronze being [discontinued](https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/) in 13.9.
+
Get a list of a project's issues.
If the project is private, you need to provide credentials to authorize.
@@ -434,7 +480,7 @@ GET /projects/:id/issues?state=opened
| `state` | string | no | Return all issues or just those that are `opened` or `closed` |
| `updated_after` | datetime | no | Return issues updated on or after the given time. Expected in ISO 8601 format (`2019-03-15T08:00:00Z`) |
| `updated_before` | datetime | no | Return issues updated on or before the given time. Expected in ISO 8601 format (`2019-03-15T08:00:00Z`) |
-| `weight` **(STARTER)** | integer | no | Return issues with the specified `weight`. `None` returns issues with no weight assigned. `Any` returns issues with a weight assigned. |
+| `weight` **(PREMIUM)** | integer | no | Return issues with the specified `weight`. `None` returns issues with no weight assigned. `Any` returns issues with a weight assigned. |
| `with_labels_details` | boolean | no | If `true`, the response returns more details for each label in labels field: `:name`, `:color`, `:description`, `:description_html`, `:text_color`. Default is `false`. `description_html` was introduced in [GitLab 12.7](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/21413) |
```shell
@@ -534,8 +580,7 @@ Example response:
]
```
-Users of [GitLab Premium or higher](https://about.gitlab.com/pricing/) can also see
-the `weight` parameter:
+Issues created by users on GitLab Premium or higher include the `weight` property:
```json
[
@@ -548,8 +593,25 @@ the `weight` parameter:
]
```
-Users of [GitLab Ultimate](https://about.gitlab.com/pricing/) can also see
-the `health_status` parameter:
+Issues created by users on GitLab Premium or higher include the `epic` property:
+
+```json
+{
+ "project_id" : 4,
+ "description" : "Omnis vero earum sunt corporis dolor et placeat.",
+ "epic_iid" : 5, //deprecated, use `iid` of the `epic` attribute
+ "epic": {
+ "id" : 42,
+ "iid" : 5,
+ "title": "My epic epic",
+ "url" : "/groups/h5bp/-/epics/5",
+ "group_id": 8
+ },
+ ...
+}
+```
+
+Issues created by users on GitLab Ultimate include the `health_status` property:
```json
[
@@ -565,6 +627,10 @@ the `health_status` parameter:
WARNING:
The `assignee` column is deprecated. We now show it as a single-sized array `assignees` to conform to the GitLab EE API.
+WARNING:
+The `epic_iid` attribute is deprecated and [scheduled for removal in API version 5](https://gitlab.com/gitlab-org/gitlab/-/issues/35157).
+Please use `iid` of the `epic` attribute instead.
+
NOTE:
The `closed_by` attribute was [introduced in GitLab 10.6](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/17042). This value is only present for issues closed after GitLab 10.6 and if the user account that closed
the issue still exists.
@@ -672,14 +738,11 @@ Example response:
"project": "http://gitlab.example:3000/api/v4/projects/1"
},
"moved_to_id": null,
- "service_desk_reply_to": "service.desk@gitlab.com",
- "epic_iid": null,
- "epic": null
+ "service_desk_reply_to": "service.desk@gitlab.com"
}
```
-Users of [GitLab Premium or higher](https://about.gitlab.com/pricing/) can also see
-the `weight` parameter:
+Issues created by users on GitLab Premium or higher include the `weight` property:
```json
{
@@ -690,10 +753,9 @@ the `weight` parameter:
}
```
-Users of [GitLab Ultimate](https://about.gitlab.com/pricing/) can also see
-the `epic` property:
+Issues created by users on GitLab Premium or higher include the `epic` property:
-```javascript
+```json
{
"project_id" : 4,
"description" : "Omnis vero earum sunt corporis dolor et placeat.",
@@ -706,10 +768,24 @@ the `epic` property:
"url" : "/groups/h5bp/-/epics/5",
"group_id": 8
},
- // ...
+ ...
}
```
+Users of [GitLab Ultimate](https://about.gitlab.com/pricing/) can also see the `health_status`
+property:
+
+```json
+[
+ {
+ "project_id" : 4,
+ "description" : "Omnis vero earum sunt corporis dolor et placeat.",
+ "health_status": "on_track",
+ ...
+ }
+]
+```
+
WARNING:
The `assignee` column is deprecated. We now show it as a single-sized array `assignees` to conform
to the GitLab EE API.
@@ -827,8 +903,7 @@ Example response:
}
```
-Users of [GitLab Premium or higher](https://about.gitlab.com/pricing/) can also see
-the `weight` parameter:
+Issues created by users on GitLab Premium or higher include the `weight` property:
```json
{
@@ -839,10 +914,9 @@ the `weight` parameter:
}
```
-Users of [GitLab Premium](https://about.gitlab.com/pricing/) can also see
-the `epic` property:
+Issues created by users on GitLab Premium or higher include the `epic` property:
-```javascript
+```json
{
"project_id" : 4,
"description" : "Omnis vero earum sunt corporis dolor et placeat.",
@@ -854,7 +928,7 @@ the `epic` property:
"url" : "/groups/h5bp/-/epics/5",
"group_id": 8
},
- // ...
+ ...
}
```
@@ -885,6 +959,8 @@ the issue still exists.
## New issue
+> Moved `weight` to [GitLab Premium](https://about.gitlab.com/pricing/) due to Starter/Bronze being [discontinued](https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/) in 13.9.
+
Creates a new project issue.
```plaintext
@@ -908,7 +984,7 @@ POST /projects/:id/issues
| `merge_request_to_resolve_discussions_of` | integer | no | The IID of a merge request in which to resolve all issues. This fills out the issue with a default description and mark all discussions as resolved. When passing a description or title, these values take precedence over the default values.|
| `milestone_id` | integer | no | The global ID of a milestone to assign issue |
| `title` | string | yes | The title of an issue |
-| `weight` **(STARTER)** | integer | no | The weight of the issue. Valid values are greater than or equal to 0. |
+| `weight` **(PREMIUM)** | integer | no | The weight of the issue. Valid values are greater than or equal to 0. |
```shell
curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/4/issues?title=Issues%20with%20auth&labels=bug"
@@ -975,8 +1051,7 @@ Example response:
}
```
-Users of [GitLab Premium or higher](https://about.gitlab.com/pricing/) can also see
-the `weight` parameter:
+Issues created by users on GitLab Premium or higher include the `weight` property:
```json
{
@@ -987,8 +1062,25 @@ the `weight` parameter:
}
```
-Users of [GitLab Ultimate](https://about.gitlab.com/pricing/) can also see
-the `health_status` parameter:
+Issues created by users on GitLab Premium or higher include the `epic` property:
+
+```json
+{
+ "project_id" : 4,
+ "description" : "Omnis vero earum sunt corporis dolor et placeat.",
+ "epic_iid" : 5, //deprecated, use `iid` of the `epic` attribute
+ "epic": {
+ "id" : 42,
+ "iid" : 5,
+ "title": "My epic epic",
+ "url" : "/groups/h5bp/-/epics/5",
+ "group_id": 8
+ },
+ ...
+}
+```
+
+Issues created by users on GitLab Ultimate include the `health_status` property:
```json
[
@@ -1004,6 +1096,10 @@ the `health_status` parameter:
WARNING:
The `assignee` column is deprecated. We now show it as a single-sized array `assignees` to conform to the GitLab EE API.
+WARNING:
+The `epic_iid` attribute is deprecated and [scheduled for removal in API version 5](https://gitlab.com/gitlab-org/gitlab/-/issues/35157).
+Please use `iid` of the `epic` attribute instead.
+
NOTE:
The `closed_by` attribute was [introduced in GitLab 10.6](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/17042). This value is only present for issues closed after GitLab 10.6 and if the user account that closed
the issue still exists.
@@ -1015,6 +1111,8 @@ See [Issues rate limits](../user/admin_area/settings/rate_limit_on_issues_creati
## Edit issue
+> Moved `weight` to [GitLab Premium](https://about.gitlab.com/pricing/) due to Starter/Bronze being [discontinued](https://about.gitlab.com/blog/2021/01/26/new-gitlab-product-subscription-model/) in 13.9.
+
Updates an existing project issue. This call is also used to mark an issue as
closed.
@@ -1054,7 +1152,7 @@ PUT /projects/:id/issues/:issue_iid
| `state_event` | string | no | The state event of an issue. Set `close` to close the issue and `reopen` to reopen it |
| `title` | string | no | The title of an issue |
| `updated_at` | string | no | When the issue was updated. Date time string, ISO 8601 formatted, for example `2016-03-11T03:45:40Z` (requires administrator or project owner rights). Empty string or null values are not accepted.|
-| `weight` **(STARTER)** | integer | no | The weight of the issue. Valid values are greater than or equal to 0. 0 |
+| `weight` **(PREMIUM)** | integer | no | The weight of the issue. Valid values are greater than or equal to 0. 0 |
```shell
curl --request PUT --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/4/issues/85?state_event=close"
@@ -1128,8 +1226,7 @@ Example response:
}
```
-Users of [GitLab Premium or higher](https://about.gitlab.com/pricing/) can also see
-the `weight` parameter:
+Issues created by users on GitLab Premium or higher include the `weight` property:
```json
{
@@ -1140,8 +1237,25 @@ the `weight` parameter:
}
```
-Users of [GitLab Ultimate](https://about.gitlab.com/pricing/) can also see
-the `health_status` parameter:
+Issues created by users on GitLab Premium or higher include the `epic` property:
+
+```json
+{
+ "project_id" : 4,
+ "description" : "Omnis vero earum sunt corporis dolor et placeat.",
+ "epic_iid" : 5, //deprecated, use `iid` of the `epic` attribute
+ "epic": {
+ "id" : 42,
+ "iid" : 5,
+ "title": "My epic epic",
+ "url" : "/groups/h5bp/-/epics/5",
+ "group_id": 8
+ },
+ ...
+}
+```
+
+Issues created by users on GitLab Ultimate include the `health_status` property:
```json
[
@@ -1159,6 +1273,10 @@ The `closed_by` attribute was [introduced in GitLab 10.6](https://gitlab.com/git
the issue still exists.
WARNING:
+The `epic_iid` attribute is deprecated and [scheduled for removal in API version 5](https://gitlab.com/gitlab-org/gitlab/-/issues/35157).
+Please use `iid` of the `epic` attribute instead.
+
+WARNING:
`assignee` column is deprecated. We now show it as a single-sized array `assignees` to conform to the GitLab EE API.
## Delete an issue
@@ -1293,8 +1411,7 @@ Example response:
}
```
-Users of [GitLab Premium or higher](https://about.gitlab.com/pricing/) can also see
-the `weight` parameter:
+Issues created by users on GitLab Premium or higher include the `weight` property:
```json
{
@@ -1305,8 +1422,25 @@ the `weight` parameter:
}
```
-Users of [GitLab Ultimate](https://about.gitlab.com/pricing/) can also see
-the `health_status` parameter:
+Issues created by users on GitLab Premium or higher include the `epic` property:
+
+```json
+{
+ "project_id" : 4,
+ "description" : "Omnis vero earum sunt corporis dolor et placeat.",
+ "epic_iid" : 5, //deprecated, use `iid` of the `epic` attribute
+ "epic": {
+ "id" : 42,
+ "iid" : 5,
+ "title": "My epic epic",
+ "url" : "/groups/h5bp/-/epics/5",
+ "group_id": 8
+ },
+ ...
+}
+```
+
+Issues created by users on GitLab Ultimate include the `health_status` property:
```json
[
@@ -1322,6 +1456,10 @@ the `health_status` parameter:
WARNING:
The `assignee` column is deprecated. We now show it as a single-sized array `assignees` to conform to the GitLab EE API.
+WARNING:
+The `epic_iid` attribute is deprecated and [scheduled for removal in API version 5](https://gitlab.com/gitlab-org/gitlab/-/issues/35157).
+Please use `iid` of the `epic` attribute instead.
+
NOTE:
The `closed_by` attribute was [introduced in GitLab 10.6](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/17042). This value is only present for issues closed after GitLab 10.6 and if the user account that closed
the issue still exists.
@@ -1416,8 +1554,7 @@ Example response:
}
```
-Users of [GitLab Premium or higher](https://about.gitlab.com/pricing/) can also see
-the `weight` parameter:
+Issues created by users on GitLab Premium or higher include the `weight` property:
```json
{
@@ -1428,9 +1565,44 @@ the `weight` parameter:
}
```
+Issues created by users on GitLab Premium or higher include the `epic` property:
+
+```json
+{
+ "project_id" : 4,
+ "description" : "Omnis vero earum sunt corporis dolor et placeat.",
+ "epic_iid" : 5, //deprecated, use `iid` of the `epic` attribute
+ "epic": {
+ "id" : 42,
+ "iid" : 5,
+ "title": "My epic epic",
+ "url" : "/groups/h5bp/-/epics/5",
+ "group_id": 8
+ },
+ ...
+}
+```
+
+Issues created by users on GitLab Ultimate include the `health_status` property:
+
+```json
+[
+ {
+ "project_id" : 4,
+ "description" : "Omnis vero earum sunt corporis dolor et placeat.",
+ "health_status": "on_track",
+ ...
+ }
+]
+```
+
WARNING:
The `assignee` column is deprecated. We now show it as a single-sized array `assignees` to conform to the GitLab EE API.
+WARNING:
+The `epic_iid` attribute is deprecated and [scheduled for removal in API version 5](https://gitlab.com/gitlab-org/gitlab/-/issues/35157).
+Please use `iid` of the `epic` attribute instead.
+
NOTE:
The `closed_by` attribute was [introduced in GitLab 10.6](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/17042). This value is only present for issues closed after GitLab 10.6 and if the user account that closed
the issue still exists.
diff --git a/doc/development/import_export.md b/doc/development/import_export.md
index fd795880d2d..bc1927fffde 100644
--- a/doc/development/import_export.md
+++ b/doc/development/import_export.md
@@ -284,6 +284,27 @@ methods:
- :type
```
+Customize the export order of the model relationships:
+
+```yaml
+# Specify a custom export reordering for a given relationship
+# For example for issues we use a custom export reordering by relative_position, so that on import, we can reset the
+# relative position value, but still keep the issues order to the order in which issues were in the exported project.
+# By default the ordering of relations is done by PK.
+# column - specify the column by which to reorder, by default it is relation's PK
+# direction - specify the ordering direction :asc or :desc, default :asc
+# nulls_position - specify where would null values be positioned. Because custom ordering column can contain nulls we
+# need to also specify where would the nulls be placed. It can be :nulls_last or :nulls_first, defaults
+# to :nulls_last
+
+export_reorders:
+ project:
+ issues:
+ column: :relative_position
+ direction: :asc
+ nulls_position: :nulls_last
+```
+
### Import
The import job status moves from `none` to `finished` or `failed` into different states:
diff --git a/doc/development/usage_ping/dictionary.md b/doc/development/usage_ping/dictionary.md
index e15048adfb3..7d0da849cef 100644
--- a/doc/development/usage_ping/dictionary.md
+++ b/doc/development/usage_ping/dictionary.md
@@ -1100,6 +1100,54 @@ Status: `data_available`
Tiers: `free`
+### `counts.g_project_management_users_checking_epic_task_monthly`
+
+Counts of MAU checking epic task
+
+[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/config/metrics/counts_28d/20210421080207_g_project_management_users_checking_epic_task_monthly.yml)
+
+Group: `group::product planning`
+
+Status: `implemented`
+
+Tiers: `premium`, `ultimate`
+
+### `counts.g_project_management_users_checking_epic_task_weekly`
+
+Counts of WAU checking epic task
+
+[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/config/metrics/counts_7d/20210421075943_g_project_management_users_checking_epic_task_weekly.yml)
+
+Group: `group::product planning`
+
+Status: `implemented`
+
+Tiers: `premium`, `ultimate`
+
+### `counts.g_project_management_users_unchecking_epic_task_monthly`
+
+Counts of MAU unchecking epic task
+
+[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/config/metrics/counts_28d/20210421102516_g_project_management_users_unchecking_epic_task_monthly.yml)
+
+Group: `group::product planning`
+
+Status: `implemented`
+
+Tiers: `premium`, `ultimate`
+
+### `counts.g_project_management_users_unchecking_epic_task_weekly`
+
+Counts of WAU unchecking epic task
+
+[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/config/metrics/counts_7d/20210421102812_g_project_management_users_unchecking_epic_task_weekly.yml)
+
+Group: `group::product planning`
+
+Status: `implemented`
+
+Tiers: `premium`, `ultimate`
+
### `counts.geo_event_log_max_id`
Number of replication events on a Geo primary
@@ -6430,7 +6478,7 @@ Tiers: `free`, `premium`, `ultimate`
### `database.pg_system_id`
-Missing description
+TBD
[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/metrics/counts_all/20210216183248_pg_system_id.yml)
@@ -7764,7 +7812,7 @@ Tiers: `free`, `premium`, `ultimate`
Number of projects using 5 min production app CI template in last 7 days.
-[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/config/metrics/counts_7d/20210216184515_p_ci_templates_5_min_production_app_weekly.yml)
+[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/metrics/counts_7d/20210216184515_p_ci_templates_5_min_production_app_weekly.yml)
Group: `group::5-min-app`
@@ -15370,6 +15418,18 @@ Status: `data_available`
Tiers: `free`
+### `usage_activity_by_stage.manage.custom_compliance_frameworks`
+
+Total count of all custom compliance framework labels
+
+[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/ee/config/metrics/counts_all/20210430081610_custom_compliance_frameworks.yml)
+
+Group: `compliance`
+
+Status: `implemented`
+
+Tiers: `premium`, `ultimate`
+
### `usage_activity_by_stage.manage.events`
Missing description
@@ -16010,6 +16070,8 @@ Tiers: `free`
Histogram (buckets 1 to 100) of projects with at least 1 enabled integration.
+[Object JSON schema](https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/metrics/objects_schemas/projects_with_enabled_alert_integrations_histogram.json)
+
[YAML definition](https://gitlab.com/gitlab-org/gitlab/-/blob/master/config/metrics/counts_all/20210309165717_projects_with_enabled_alert_integrations_histogram.yml)
Group: `group::monitor`
diff --git a/doc/user/project/repository/branches/img/branch_filter_search_box_v13_10.png b/doc/user/project/repository/branches/img/branch_filter_search_box_v13_10.png
deleted file mode 100644
index fdda3858c3b..00000000000
--- a/doc/user/project/repository/branches/img/branch_filter_search_box_v13_10.png
+++ /dev/null
Binary files differ
diff --git a/doc/user/project/repository/branches/img/branch_filter_search_box_v13_12.png b/doc/user/project/repository/branches/img/branch_filter_search_box_v13_12.png
new file mode 100644
index 00000000000..a1cf9f10122
--- /dev/null
+++ b/doc/user/project/repository/branches/img/branch_filter_search_box_v13_12.png
Binary files differ
diff --git a/doc/user/project/repository/branches/img/compare_branches_v13_10.png b/doc/user/project/repository/branches/img/compare_branches_v13_10.png
deleted file mode 100644
index 2b9a5751938..00000000000
--- a/doc/user/project/repository/branches/img/compare_branches_v13_10.png
+++ /dev/null
Binary files differ
diff --git a/doc/user/project/repository/branches/img/compare_branches_v13_12.png b/doc/user/project/repository/branches/img/compare_branches_v13_12.png
new file mode 100644
index 00000000000..29627406729
--- /dev/null
+++ b/doc/user/project/repository/branches/img/compare_branches_v13_12.png
Binary files differ
diff --git a/doc/user/project/repository/branches/img/repository_filter_search_box_v13_10.png b/doc/user/project/repository/branches/img/repository_filter_search_box_v13_10.png
deleted file mode 100644
index fdda3858c3b..00000000000
--- a/doc/user/project/repository/branches/img/repository_filter_search_box_v13_10.png
+++ /dev/null
Binary files differ
diff --git a/doc/user/project/repository/branches/img/repository_filter_search_box_v13_12.png b/doc/user/project/repository/branches/img/repository_filter_search_box_v13_12.png
new file mode 100644
index 00000000000..230abf0d875
--- /dev/null
+++ b/doc/user/project/repository/branches/img/repository_filter_search_box_v13_12.png
Binary files differ
diff --git a/doc/user/project/repository/branches/img/swap_revisions_after_v13_12.png b/doc/user/project/repository/branches/img/swap_revisions_after_v13_12.png
new file mode 100644
index 00000000000..7eb10d10938
--- /dev/null
+++ b/doc/user/project/repository/branches/img/swap_revisions_after_v13_12.png
Binary files differ
diff --git a/doc/user/project/repository/branches/img/swap_revisions_before_v13_12.png b/doc/user/project/repository/branches/img/swap_revisions_before_v13_12.png
new file mode 100644
index 00000000000..f92c4279871
--- /dev/null
+++ b/doc/user/project/repository/branches/img/swap_revisions_before_v13_12.png
Binary files differ
diff --git a/doc/user/project/repository/branches/index.md b/doc/user/project/repository/branches/index.md
index 2924703ac26..5239f2bbf32 100644
--- a/doc/user/project/repository/branches/index.md
+++ b/doc/user/project/repository/branches/index.md
@@ -53,7 +53,7 @@ To compare branches in a repository:
1. Select branches to compare using the [branch filter search box](#branch-filter-search-box).
1. Click **Compare** to view the changes inline:
- ![compare branches](img/compare_branches_v13_10.png)
+ ![compare branches](img/compare_branches_v13_12.png)
## Delete merged branches
@@ -74,7 +74,7 @@ automatically when a merge request was merged.
This feature allows you to search and select a repository quickly when [comparing branches](#compare).
-![Repository filter search box](img/repository_filter_search_box_v13_10.png)
+![Repository filter search box](img/repository_filter_search_box_v13_12.png)
Search results appear in the following order:
@@ -85,7 +85,7 @@ Search results appear in the following order:
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/22166) in GitLab 11.5.
-![Branch filter search box](img/branch_filter_search_box_v13_10.png)
+![Branch filter search box](img/branch_filter_search_box_v13_12.png)
This feature allows you to search and select branches quickly. Search results appear in the following order:
@@ -97,6 +97,16 @@ Sometimes when you have hundreds of branches you may want a more flexible matchi
- `^feature` matches only branch names that begin with 'feature'.
- `feature$` matches only branch names that end with 'feature'.
+## Swap revisions
+
+> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/60491) in GitLab 13.12.
+
+![Before swap revisions](img/swap_revisions_before_v13_12.png)
+
+The Swap revisions feature allows you to swap the Source and Target revisions. When the Swap revisions button is clicked, the selected revisions for Source and Targed will be swapped.
+
+![After swap revisions](img/swap_revisions_after_v13_12.png)
+
<!-- ## Troubleshooting
Include any troubleshooting steps that you can foresee. If you know beforehand what issues
diff --git a/lib/api/entities/release.rb b/lib/api/entities/release.rb
index 7d332b2cd1d..94124352298 100644
--- a/lib/api/entities/release.rb
+++ b/lib/api/entities/release.rb
@@ -8,7 +8,7 @@ module API
expose :name
expose :tag, as: :tag_name, if: ->(_, _) { can_download_code? }
expose :description
- expose :description_html do |entity|
+ expose :description_html, unless: ->(_, _) { remove_description_html? } do |entity|
MarkupHelper.markdown_field(entity, :description, current_user: options[:current_user])
end
expose :created_at
@@ -45,6 +45,11 @@ module API
def can_read_milestone?
Ability.allowed?(options[:current_user], :read_milestone, object.project)
end
+
+ def remove_description_html?
+ ::Feature.enabled?(:remove_description_html_in_release_api, object.project, default_enabled: :yaml) &&
+ ::Feature.disabled?(:remove_description_html_in_release_api_override, object.project)
+ end
end
end
end
diff --git a/lib/api/repositories.rb b/lib/api/repositories.rb
index a47a1ddd822..a5234828de3 100644
--- a/lib/api/repositories.rb
+++ b/lib/api/repositories.rb
@@ -224,7 +224,7 @@ module API
desc: 'The commit message to use when committing the changelog'
end
post ':id/repository/changelog' do
- branch = params[:branch] || user_project.default_branch_or_master
+ branch = params[:branch] || user_project.default_branch_or_main
access = Gitlab::UserAccess.new(current_user, container: user_project)
unless access.can_push_to_branch?(branch)
diff --git a/lib/gitlab/background_migration/recalculate_project_authorizations.rb b/lib/gitlab/background_migration/recalculate_project_authorizations.rb
index 3d2ce9fc10c..6a250a96c94 100644
--- a/lib/gitlab/background_migration/recalculate_project_authorizations.rb
+++ b/lib/gitlab/background_migration/recalculate_project_authorizations.rb
@@ -5,37 +5,7 @@ module Gitlab
# rubocop:disable Style/Documentation
class RecalculateProjectAuthorizations
def perform(user_ids)
- user_ids.each do |user_id|
- user = User.find_by(id: user_id)
-
- next unless user
-
- service = Users::RefreshAuthorizedProjectsService.new(
- user,
- incorrect_auth_found_callback:
- ->(project_id, access_level) do
- logger.info(message: 'Removing ProjectAuthorizations',
- user_id: user.id,
- project_id: project_id,
- access_level: access_level)
- end,
- missing_auth_found_callback:
- ->(project_id, access_level) do
- logger.info(message: 'Creating ProjectAuthorizations',
- user_id: user.id,
- project_id: project_id,
- access_level: access_level)
- end
- )
-
- service.execute
- end
- end
-
- private
-
- def logger
- @logger ||= Gitlab::BackgroundMigration::Logger.build
+ # no-op
end
end
end
diff --git a/lib/gitlab/ci/reports/test_failure_history.rb b/lib/gitlab/ci/reports/test_failure_history.rb
index 37d0da38065..c110dbf98be 100644
--- a/lib/gitlab/ci/reports/test_failure_history.rb
+++ b/lib/gitlab/ci/reports/test_failure_history.rb
@@ -13,7 +13,7 @@ module Gitlab
def load!
recent_failures_count.each do |key_hash, count|
- failed_junit_tests[key_hash].set_recent_failures(count, project.default_branch_or_master)
+ failed_junit_tests[key_hash].set_recent_failures(count, project.default_branch_or_main)
end
end
diff --git a/lib/gitlab/database/as_with_materialized.rb b/lib/gitlab/database/as_with_materialized.rb
index 7c45f416638..e7e3c1766a9 100644
--- a/lib/gitlab/database/as_with_materialized.rb
+++ b/lib/gitlab/database/as_with_materialized.rb
@@ -3,19 +3,15 @@
module Gitlab
module Database
# This class is a special Arel node which allows optionally define the `MATERIALIZED` keyword for CTE and Recursive CTE queries.
- class AsWithMaterialized < Arel::Nodes::Binary
+ class AsWithMaterialized < Arel::Nodes::As
extend Gitlab::Utils::StrongMemoize
- MATERIALIZED = Arel.sql(' MATERIALIZED')
- EMPTY_STRING = Arel.sql('')
- attr_reader :expr
+ MATERIALIZED = 'MATERIALIZED '
def initialize(left, right, materialized: true)
- @expr = if materialized && self.class.materialized_supported?
- MATERIALIZED
- else
- EMPTY_STRING
- end
+ if materialized && self.class.materialized_supported?
+ right.prepend(MATERIALIZED)
+ end
super(left, right)
end
diff --git a/lib/gitlab/import_export/attributes_finder.rb b/lib/gitlab/import_export/attributes_finder.rb
index 1e98595bb07..4abc3da1190 100644
--- a/lib/gitlab/import_export/attributes_finder.rb
+++ b/lib/gitlab/import_export/attributes_finder.rb
@@ -3,7 +3,7 @@
module Gitlab
module ImportExport
class AttributesFinder
- attr_reader :tree, :included_attributes, :excluded_attributes, :methods, :preloads
+ attr_reader :tree, :included_attributes, :excluded_attributes, :methods, :preloads, :export_reorders
def initialize(config:)
@tree = config[:tree] || {}
@@ -11,6 +11,7 @@ module Gitlab
@excluded_attributes = config[:excluded_attributes] || {}
@methods = config[:methods] || {}
@preloads = config[:preloads] || {}
+ @export_reorders = config[:export_reorders] || {}
end
def find_root(model_key)
@@ -33,7 +34,8 @@ module Gitlab
except: @excluded_attributes[model_key],
methods: @methods[model_key],
include: resolve_model_tree(model_tree),
- preload: resolve_preloads(model_key, model_tree)
+ preload: resolve_preloads(model_key, model_tree),
+ export_reorder: @export_reorders[model_key]
}.compact
end
diff --git a/lib/gitlab/import_export/base/relation_factory.rb b/lib/gitlab/import_export/base/relation_factory.rb
index 05a4a8f4c93..959ece4b903 100644
--- a/lib/gitlab/import_export/base/relation_factory.rb
+++ b/lib/gitlab/import_export/base/relation_factory.rb
@@ -44,8 +44,9 @@ module Gitlab
relation_name.to_s.constantize
end
- def initialize(relation_sym:, relation_hash:, members_mapper:, object_builder:, user:, importable:, excluded_keys: [])
+ def initialize(relation_sym:, relation_index:, relation_hash:, members_mapper:, object_builder:, user:, importable:, excluded_keys: [])
@relation_name = self.class.overrides[relation_sym]&.to_sym || relation_sym
+ @relation_index = relation_index
@relation_hash = relation_hash.except('noteable_id')
@members_mapper = members_mapper
@object_builder = object_builder
diff --git a/lib/gitlab/import_export/group/import_export.yml b/lib/gitlab/import_export/group/import_export.yml
index e30206dc509..aceb4821a06 100644
--- a/lib/gitlab/import_export/group/import_export.yml
+++ b/lib/gitlab/import_export/group/import_export.yml
@@ -58,6 +58,8 @@ methods:
preloads:
+export_reorders:
+
# EE specific relationships and settings to include. All of this will be merged
# into the previous structures if EE is used.
ee:
diff --git a/lib/gitlab/import_export/group/legacy_import_export.yml b/lib/gitlab/import_export/group/legacy_import_export.yml
index 5008639077c..19611e1b010 100644
--- a/lib/gitlab/import_export/group/legacy_import_export.yml
+++ b/lib/gitlab/import_export/group/legacy_import_export.yml
@@ -60,6 +60,8 @@ methods:
preloads:
+export_reorders:
+
# EE specific relationships and settings to include. All of this will be merged
# into the previous structures if EE is used.
ee:
diff --git a/lib/gitlab/import_export/json/streaming_serializer.rb b/lib/gitlab/import_export/json/streaming_serializer.rb
index 05b7679e0ff..e41d5a169f4 100644
--- a/lib/gitlab/import_export/json/streaming_serializer.rb
+++ b/lib/gitlab/import_export/json/streaming_serializer.rb
@@ -67,14 +67,9 @@ module Gitlab
def serialize_many_relations(key, records, options)
enumerator = Enumerator.new do |items|
key_preloads = preloads&.dig(key)
- records = records.preload(key_preloads) if key_preloads
- records.in_batches(of: batch_size) do |batch| # rubocop:disable Cop/InBatches
- # order each batch by its primary key to ensure
- # consistent and predictable ordering of each exported relation
- # as additional `WHERE` clauses can impact the order in which data is being
- # returned by database when no `ORDER` is specified
- batch = batch.reorder(batch.klass.primary_key)
+ batch(records, key) do |batch|
+ batch = batch.preload(key_preloads) if key_preloads
batch.each do |record|
items << Raw.new(record.to_json(options))
@@ -85,6 +80,29 @@ module Gitlab
json_writer.write_relation_array(@exportable_path, key, enumerator)
end
+ def batch(relation, key)
+ opts = { of: batch_size }
+ order_by = reorders(relation, key)
+
+ # we need to sort issues by non primary key column(relative_position)
+ # and `in_batches` does not support that
+ if order_by
+ scope = relation.reorder(order_by)
+
+ Gitlab::Pagination::Keyset::Iterator.new(scope: scope, use_union_optimization: true).each_batch(**opts) do |batch|
+ yield batch
+ end
+ else
+ relation.in_batches(**opts) do |batch| # rubocop:disable Cop/InBatches
+ # order each batch by its primary key to ensure
+ # consistent and predictable ordering of each exported relation
+ # as additional `WHERE` clauses can impact the order in which data is being
+ # returned by database when no `ORDER` is specified
+ yield batch.reorder(batch.klass.primary_key)
+ end
+ end
+ end
+
def serialize_many_each(key, records, options)
enumerator = Enumerator.new do |items|
records.each do |record|
@@ -112,6 +130,42 @@ module Gitlab
def batch_size
@batch_size ||= self.class.batch_size(@exportable)
end
+
+ def reorders(relation, key)
+ export_reorder = relations_schema[:export_reorder]&.dig(key)
+ return unless export_reorder
+
+ custom_reorder(relation.klass, export_reorder)
+ end
+
+ def custom_reorder(klass, order_by)
+ arel_table = klass.arel_table
+ column = order_by[:column] || klass.primary_key
+ direction = order_by[:direction] || :asc
+ nulls_position = order_by[:nulls_position] || :nulls_last
+
+ arel_order_classes = ::Gitlab::Pagination::Keyset::ColumnOrderDefinition::AREL_ORDER_CLASSES.invert
+ reverse_direction = ::Gitlab::Pagination::Keyset::ColumnOrderDefinition::REVERSED_ORDER_DIRECTIONS[direction]
+ reverse_nulls_position = ::Gitlab::Pagination::Keyset::ColumnOrderDefinition::REVERSED_NULL_POSITIONS[nulls_position]
+ order_expression = ::Gitlab::Database.nulls_order(column, direction, nulls_position)
+ reverse_order_expression = ::Gitlab::Database.nulls_order(column, reverse_direction, reverse_nulls_position)
+
+ ::Gitlab::Pagination::Keyset::Order.build([
+ ::Gitlab::Pagination::Keyset::ColumnOrderDefinition.new(
+ attribute_name: column,
+ column_expression: arel_table[column],
+ order_expression: order_expression,
+ reversed_order_expression: reverse_order_expression,
+ order_direction: direction,
+ nullable: nulls_position,
+ distinct: false
+ ),
+ ::Gitlab::Pagination::Keyset::ColumnOrderDefinition.new(
+ attribute_name: klass.primary_key,
+ order_expression: arel_order_classes[direction].new(arel_table[klass.primary_key.to_sym])
+ )
+ ])
+ end
end
end
end
diff --git a/lib/gitlab/import_export/project/import_export.yml b/lib/gitlab/import_export/project/import_export.yml
index 00c5d143b9d..79fdd43e9e6 100644
--- a/lib/gitlab/import_export/project/import_export.yml
+++ b/lib/gitlab/import_export/project/import_export.yml
@@ -395,6 +395,8 @@ methods:
- :state
preloads:
+ issues:
+ project: :route
statuses:
# TODO: We cannot preload tags, as they are not part of `GenericCommitStatus`
# tags: # needed by tag_list
@@ -404,6 +406,29 @@ preloads:
target_project: # needed by target_branch_sha
assignees: # needed by assigne_id that is implemented by DeprecatedAssignee
+# Specify a custom export reordering for a given relationship
+# For example for issues we use a custom export reordering by relative_position, so that on import, we can reset the
+# relative position value, but still keep the issues order to the order in which issues were in the exported project.
+# By default the ordering of relations is done by PK.
+# column - specify the column by which to reorder, by default it is relation's PK
+# direction - specify the ordering direction :asc or :desc, default :asc
+# nulls_position - specify where would null values be positioned. Because custom ordering column can contain nulls we
+# need to also specify where would the nulls be placed. It can be :nulls_last or :nulls_first, defaults
+# to :nulls_last
+# Example:
+# export_reorders:
+# project:
+# issues:
+# column: :relative_position
+# direction: :asc
+# nulls_position: :nulls_last
+export_reorders:
+ project:
+ issues:
+ column: :relative_position
+ direction: :asc
+ nulls_position: :nulls_last
+
# EE specific relationships and settings to include. All of this will be merged
# into the previous structures if EE is used.
ee:
diff --git a/lib/gitlab/import_export/project/relation_factory.rb b/lib/gitlab/import_export/project/relation_factory.rb
index ae92228276e..86f4c87d8f3 100644
--- a/lib/gitlab/import_export/project/relation_factory.rb
+++ b/lib/gitlab/import_export/project/relation_factory.rb
@@ -80,6 +80,7 @@ module Gitlab
when :notes then setup_note
when :'Ci::Pipeline' then setup_pipeline
when *BUILD_MODELS then setup_build
+ when :issues then setup_issue
end
update_project_references
@@ -135,6 +136,22 @@ module Gitlab
end
end
+ def setup_issue
+ @relation_hash['relative_position'] = compute_relative_position
+ end
+
+ def compute_relative_position
+ return unless max_relative_position
+
+ max_relative_position + (@relation_index + 1) * Gitlab::RelativePositioning::IDEAL_DISTANCE
+ end
+
+ def max_relative_position
+ Rails.cache.fetch("import:#{@importable.model_name.plural}:#{@importable.id}:hierarchy_max_issues_relative_position", expires_in: 24.hours) do
+ ::RelativePositioning.mover.context(Issue.in_projects(@importable.root_ancestor.all_projects).first)&.max_relative_position || ::Gitlab::RelativePositioning::START_POSITION
+ end
+ end
+
def legacy_trigger?
@relation_name == :'Ci::Trigger' && @relation_hash['owner_id'].nil?
end
diff --git a/lib/gitlab/import_export/relation_tree_restorer.rb b/lib/gitlab/import_export/relation_tree_restorer.rb
index eebc9fee80d..46b82240ef7 100644
--- a/lib/gitlab/import_export/relation_tree_restorer.rb
+++ b/lib/gitlab/import_export/relation_tree_restorer.rb
@@ -155,7 +155,7 @@ module Gitlab
transform_sub_relations!(data_hash, sub_relation_key, sub_relation_definition, relation_index)
end
- relation = @relation_factory.create(**relation_factory_params(relation_key, data_hash))
+ relation = @relation_factory.create(**relation_factory_params(relation_key, relation_index, data_hash))
if relation && !relation.valid?
@shared.logger.warn(
@@ -221,8 +221,9 @@ module Gitlab
importable_class.to_s.downcase.to_sym
end
- def relation_factory_params(relation_key, data_hash)
+ def relation_factory_params(relation_key, relation_index, data_hash)
{
+ relation_index: relation_index,
relation_sym: relation_key.to_sym,
relation_hash: data_hash,
importable: @importable,
diff --git a/lib/gitlab/usage_data.rb b/lib/gitlab/usage_data.rb
index 595e4181c06..57dfcc0ea36 100644
--- a/lib/gitlab/usage_data.rb
+++ b/lib/gitlab/usage_data.rb
@@ -574,7 +574,11 @@ module Gitlab
projects_with_disable_overriding_approvers_per_merge_request: count(::Project.where(time_period.merge(disable_overriding_approvers_per_merge_request: true))),
projects_without_disable_overriding_approvers_per_merge_request: count(::Project.where(time_period.merge(disable_overriding_approvers_per_merge_request: [false, nil]))),
remote_mirrors: distinct_count(::Project.with_remote_mirrors.where(time_period), :creator_id),
- snippets: distinct_count(::Snippet.where(time_period), :author_id)
+ snippets: distinct_count(::Snippet.where(time_period), :author_id),
+ suggestions: distinct_count(::Note.with_suggestions.where(time_period),
+ :author_id,
+ start: minimum_id(::User),
+ finish: maximum_id(::User))
}.tap do |h|
if time_period.present?
h[:merge_requests_users] = merge_requests_users(time_period)
diff --git a/lib/gitlab/usage_data_counters/known_events/epic_events.yml b/lib/gitlab/usage_data_counters/known_events/epic_events.yml
index 80460dbe4d2..6301292a0b6 100644
--- a/lib/gitlab/usage_data_counters/known_events/epic_events.yml
+++ b/lib/gitlab/usage_data_counters/known_events/epic_events.yml
@@ -9,6 +9,20 @@
aggregation: daily
feature_flag: track_epics_activity
+# content change events
+
+- name: project_management_users_unchecking_epic_task
+ category: epics_usage
+ redis_slot: project_management
+ aggregation: daily
+ feature_flag: track_epics_activity
+
+- name: project_management_users_checking_epic_task
+ category: epics_usage
+ redis_slot: project_management
+ aggregation: daily
+ feature_flag: track_epics_activity
+
- name: g_project_management_users_updating_epic_titles
category: epics_usage
redis_slot: project_management
diff --git a/locale/am_ET/gitlab.po b/locale/am_ET/gitlab.po
index ea081098ec8..f63005bb382 100644
--- a/locale/am_ET/gitlab.po
+++ b/locale/am_ET/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: am\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:13\n"
+"PO-Revision-Date: 2021-05-03 22:17\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr " እባክዎ á‹­áŒá‰¡á¢"
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " ይህን á‹á‹­áˆ እንደገና %{action} ይሞክሩá¢"
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " ይህንን ከ %{grace_period_deadline} በáŠá‰µ ማድረጠያስáˆáˆáŒá‹Žá‰³áˆ á¡á¡"
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr "የ%{authorsName} ክር"
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr "%{firstLabel} +%{labelCount} ተጨማሪ"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ msgstr ""
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 ""
-
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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}ᣠይህ እትሠበራስ-ሰር ይዘጋáˆá¢"
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/ar_SA/gitlab.po b/locale/ar_SA/gitlab.po
index 29bddbda4b7..ce9c49f26ea 100644
--- a/locale/ar_SA/gitlab.po
+++ b/locale/ar_SA/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: ar\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:14\n"
+"PO-Revision-Date: 2021-05-03 22:19\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -97,6 +106,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -646,9 +664,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -793,12 +808,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -883,9 +907,6 @@ 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 ""
@@ -934,6 +955,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -970,6 +994,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -1093,9 +1120,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -1222,9 +1246,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1243,10 +1264,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -1264,6 +1285,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1354,6 +1384,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1363,6 +1396,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1750,6 +1786,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1864,6 +1903,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1879,7 +1921,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1903,6 +1945,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1966,10 +2011,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -2023,6 +2074,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -2032,6 +2089,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -2158,6 +2218,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -2173,9 +2236,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -2188,6 +2248,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -2224,9 +2287,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -2308,6 +2368,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2413,6 +2476,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2434,21 +2500,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2488,6 +2548,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2608,9 +2671,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2635,9 +2695,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2674,9 +2731,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2695,9 +2749,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2716,16 +2767,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2746,10 +2800,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2761,7 +2818,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -3148,6 +3205,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -3322,10 +3385,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3352,19 +3412,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
+msgstr ""
+
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3385,18 +3451,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3418,22 +3478,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3445,6 +3505,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3463,13 +3526,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3481,22 +3547,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3634,9 +3697,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3664,6 +3724,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3766,10 +3829,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -4030,9 +4093,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -4042,7 +4102,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -4099,9 +4159,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -4141,6 +4198,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -4240,6 +4300,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -4312,8 +4462,8 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -4321,9 +4471,6 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-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] ""
@@ -4351,6 +4498,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -4363,9 +4513,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4531,6 +4687,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4540,6 +4699,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4615,13 +4777,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4633,6 +4798,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4693,7 +4861,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4768,6 +4936,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4843,9 +5014,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4900,6 +5077,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -5062,9 +5242,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -5158,25 +5347,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -5188,15 +5377,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -5287,12 +5488,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -5308,6 +5515,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5605,9 +5815,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5662,6 +5869,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5743,9 +5953,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5836,9 +6043,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5947,6 +6151,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -6031,6 +6238,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -6055,6 +6265,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -6076,6 +6289,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -6103,6 +6319,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -6256,15 +6493,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -6328,6 +6559,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6517,6 +6751,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6793,6 +7030,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6892,46 +7135,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -7138,6 +7408,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -7303,6 +7576,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -7414,7 +7690,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7441,6 +7717,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -8068,6 +8353,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -8125,6 +8413,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -8278,6 +8569,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -8323,6 +8617,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -8401,7 +8698,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8461,6 +8758,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8488,9 +8788,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8521,6 +8836,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8536,28 +8854,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8725,7 +9061,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8959,6 +9295,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -9013,7 +9355,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -9160,15 +9502,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -9358,6 +9733,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -9466,6 +9844,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9718,6 +10099,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9739,6 +10123,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9961,6 +10351,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -10015,13 +10408,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -10048,6 +10438,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -10240,6 +10666,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -10285,6 +10714,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -10318,7 +10750,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -10333,6 +10765,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10414,6 +10849,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10432,9 +10870,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10459,6 +10894,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -10483,9 +10921,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10597,10 +11044,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10648,6 +11098,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10687,6 +11140,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10699,18 +11155,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10945,9 +11395,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -11059,22 +11506,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -11311,15 +11743,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -11362,7 +11797,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11392,7 +11827,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -11407,10 +11842,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11428,6 +11869,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -11470,6 +11920,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -11512,7 +11968,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11578,9 +12034,6 @@ msgstr[5] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11608,7 +12061,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11623,6 +12076,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11641,10 +12097,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11689,6 +12145,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11776,6 +12235,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11869,6 +12334,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11887,6 +12355,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11905,6 +12376,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11968,21 +12442,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -12028,9 +12499,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -12043,13 +12511,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -12091,6 +12565,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -12106,6 +12583,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -12124,6 +12610,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -12133,9 +12622,6 @@ 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 ""
@@ -12187,6 +12673,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -12214,9 +12706,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -12253,6 +12754,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -12355,6 +12859,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12616,6 +13123,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12634,7 +13144,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12949,6 +13459,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -13138,6 +13651,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -13249,6 +13765,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -13264,6 +13783,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -13276,10 +13798,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -13327,9 +13852,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -13342,6 +13864,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13540,6 +14065,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13552,9 +14080,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13819,6 +14353,18 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -14038,10 +14584,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -14155,6 +14704,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -14242,6 +14794,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -14278,9 +14833,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -14428,6 +14998,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14449,6 +15022,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -14488,6 +15064,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -14497,6 +15076,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14512,9 +15094,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14551,6 +15139,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14566,6 +15157,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14614,16 +15208,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14665,6 +15268,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14677,6 +15283,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14686,6 +15295,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14695,6 +15307,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14716,16 +15334,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14746,6 +15373,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14824,6 +15454,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14875,6 +15508,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14899,9 +15535,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14953,9 +15595,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14980,9 +15619,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14998,10 +15634,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -15046,9 +15688,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -15088,10 +15727,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -15142,9 +15781,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -15340,6 +15985,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -15382,6 +16030,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -15469,6 +16120,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -15487,10 +16141,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -15505,19 +16159,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15556,10 +16207,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15607,15 +16255,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15646,7 +16291,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15697,9 +16342,6 @@ 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 group-level project templates."
msgstr ""
@@ -15721,7 +16363,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15760,6 +16411,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15937,9 +16591,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15979,6 +16639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15997,9 +16660,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -16087,12 +16759,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -16132,6 +16810,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -16141,10 +16825,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -16228,9 +16909,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -16276,6 +16963,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -16288,6 +16981,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -16309,9 +17008,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -16333,6 +17029,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -16348,6 +17047,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -16381,6 +17086,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -16429,6 +17137,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -16537,9 +17248,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16558,7 +17275,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16588,7 +17305,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16633,7 +17350,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16666,9 +17383,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16690,6 +17404,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16753,7 +17470,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16768,7 +17485,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16795,16 +17515,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16825,7 +17551,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16879,6 +17605,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16987,6 +17716,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16996,19 +17728,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -17104,9 +17833,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -17125,6 +17860,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -17224,6 +17974,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -17233,16 +17986,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -17251,6 +18013,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -17275,6 +18040,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -17284,6 +18052,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -17302,7 +18073,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -17314,6 +18085,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -17338,6 +18112,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -17350,7 +18127,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -17359,13 +18136,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -17374,6 +18151,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17458,9 +18238,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17686,24 +18463,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17812,15 +18577,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17893,19 +18655,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17914,7 +18694,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17995,6 +18775,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -18010,6 +18793,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -18070,6 +18898,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -18082,6 +18913,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -18112,10 +18946,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -18136,16 +18973,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -18178,16 +19012,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -18202,7 +19048,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -18211,9 +19057,6 @@ 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 ""
@@ -18232,6 +19075,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -18343,12 +19189,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -18358,6 +19216,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -18379,6 +19243,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18472,6 +19339,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18598,6 +19468,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18628,6 +19501,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18685,6 +19564,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18697,6 +19579,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18748,6 +19633,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18775,12 +19663,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18811,10 +19705,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18850,6 +19741,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18862,6 +19756,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -19114,6 +20011,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -19135,6 +20035,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -19162,6 +20068,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -19249,6 +20158,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -19291,12 +20203,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -19393,6 +20311,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -19405,7 +20326,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19528,6 +20449,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19585,6 +20515,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19594,6 +20530,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19648,6 +20590,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19678,6 +20629,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19699,9 +20653,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19714,15 +20674,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19777,10 +20746,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19876,9 +20845,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19927,12 +20893,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -20113,6 +21085,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20659,9 +21634,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20767,9 +21739,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20953,21 +21922,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20983,6 +21946,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -21382,6 +22348,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -21406,6 +22375,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -21415,9 +22396,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21679,6 +22657,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -22033,10 +23017,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -22075,6 +23056,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -22135,6 +23122,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -22147,6 +23137,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -22168,6 +23161,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -22180,12 +23176,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -22237,10 +23242,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -22378,7 +23401,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22522,9 +23545,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22546,6 +23566,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22591,6 +23617,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22849,6 +23878,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22891,15 +23923,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22972,15 +23998,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22996,15 +24013,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -23017,7 +24034,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -23080,6 +24100,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -23089,6 +24112,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -23104,15 +24130,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -23122,6 +24157,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -23170,6 +24208,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -23209,6 +24253,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -23251,6 +24298,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -23296,9 +24355,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -23317,18 +24373,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -23341,6 +24403,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -23368,6 +24433,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -23389,9 +24457,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -23437,6 +24502,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -23455,6 +24535,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -23491,9 +24574,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23536,19 +24616,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -23557,9 +24631,6 @@ 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 ""
@@ -23617,13 +24688,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23638,6 +24709,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23725,7 +24799,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23764,6 +24838,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23854,6 +24931,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23986,6 +25066,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -24037,6 +25120,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -24145,6 +25231,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -24259,6 +25351,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -24274,7 +25372,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -24289,6 +25387,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -24298,6 +25399,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -24343,6 +25453,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -24367,9 +25480,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -24457,9 +25567,6 @@ 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 ""
@@ -24550,6 +25657,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24715,82 +25825,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -25039,12 +26164,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -25060,6 +26194,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -25192,6 +26329,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -25270,6 +26410,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -25288,6 +26431,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -25549,7 +26695,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25735,9 +26881,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25792,6 +26944,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25885,6 +27040,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25900,9 +27058,6 @@ 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 ""
@@ -25933,6 +27088,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25966,15 +27124,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25993,6 +27163,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -26005,7 +27178,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -26020,6 +27193,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -26224,18 +27400,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -26287,12 +27466,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -26308,6 +27493,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -26320,6 +27508,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -26347,6 +27541,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -26368,6 +27565,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26824,6 +28024,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26836,6 +28039,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26866,7 +28072,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26875,6 +28081,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26935,6 +28144,9 @@ msgstr[5] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26947,6 +28159,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26965,6 +28180,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -27067,9 +28288,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -27229,6 +28447,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -27244,12 +28468,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -27289,25 +28507,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -27322,6 +28540,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -27331,33 +28552,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -27367,9 +28606,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -27427,6 +28678,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -27439,6 +28693,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27496,6 +28753,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27838,6 +29101,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27907,6 +29173,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27964,7 +29233,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27991,6 +29260,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -28150,6 +29422,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -28195,6 +29470,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -28210,12 +29488,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -28462,6 +29743,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -28633,12 +29923,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28840,6 +30124,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28951,6 +30238,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -29086,6 +30376,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -29098,12 +30391,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -29116,6 +30415,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -29164,6 +30469,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -29185,28 +30496,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -29305,12 +30604,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -29383,6 +30688,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -29446,6 +30754,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29671,6 +30982,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29728,6 +31042,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29887,6 +31204,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29983,6 +31303,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -30109,6 +31447,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -30133,6 +31474,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -30163,6 +31507,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -30307,6 +31654,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -30409,6 +31759,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -30499,6 +31912,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -30592,9 +32008,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30913,19 +32326,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30934,6 +32362,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30952,6 +32383,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30982,6 +32416,9 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -31006,6 +32443,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -31036,6 +32476,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -31168,6 +32611,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -31222,6 +32668,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -31234,6 +32683,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -31243,6 +32695,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -31261,6 +32716,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -31405,13 +32869,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -31447,6 +32911,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -31522,6 +32989,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -31549,12 +33019,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31627,9 +33109,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31642,6 +33121,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31726,9 +33208,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31750,6 +33229,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31816,6 +33298,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31936,6 +33421,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31981,9 +33469,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -32158,6 +33643,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -32194,6 +33682,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -32224,15 +33715,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -32242,6 +33724,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -32257,18 +33742,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -32338,6 +33838,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -32482,6 +33985,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -32662,6 +34168,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32728,6 +34237,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32743,6 +34255,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32758,7 +34273,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32770,7 +34285,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32785,6 +34303,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32938,9 +34459,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -33157,12 +34675,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -33211,9 +34723,6 @@ 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 usage ping"
msgstr ""
@@ -33223,6 +34732,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -33235,6 +34747,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -33253,6 +34768,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -33304,6 +34822,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -33343,6 +34864,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -33370,6 +34894,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -33409,6 +34936,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -33430,6 +34963,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -33466,15 +35002,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -33586,15 +35131,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -33604,6 +35161,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -33658,6 +35218,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33673,9 +35236,6 @@ 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 merge requests."
msgstr ""
@@ -33904,13 +35464,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -34003,9 +35563,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -34021,6 +35593,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -34297,6 +35872,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -34399,12 +35977,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -34459,6 +36049,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -34558,6 +36151,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -34606,19 +36202,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34912,6 +36505,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34969,6 +36565,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34999,6 +36598,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -35050,6 +36655,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -35134,7 +36748,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -35161,7 +36775,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -35185,6 +36799,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -35215,6 +36832,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -35236,6 +36856,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -35248,10 +36877,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -35413,6 +37042,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -35428,9 +37060,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -35446,9 +37090,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -35533,6 +37183,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -35641,7 +37294,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35668,6 +37321,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -35704,13 +37360,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -35743,6 +37399,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35803,9 +37462,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35830,9 +37486,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35848,6 +37501,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35875,6 +37531,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35896,7 +37555,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35992,6 +37654,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -36130,7 +37795,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -36160,6 +37825,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -36190,12 +37858,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -36208,9 +37882,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -36229,6 +37900,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -36319,9 +37993,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -36340,6 +38011,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -36523,6 +38197,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36829,6 +38506,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36847,6 +38527,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -37015,6 +38698,9 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -37045,12 +38731,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -37375,19 +39067,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -37414,6 +39103,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -37504,21 +39211,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -37573,6 +39277,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -37594,9 +39301,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -37699,6 +39403,9 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -37744,6 +39451,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -37762,6 +39475,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -37783,13 +39499,16 @@ msgstr[5] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37828,6 +39547,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37900,6 +39622,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37909,6 +39634,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/as_IN/gitlab.po b/locale/as_IN/gitlab.po
index d117ac9f7e3..f9eac030ae0 100644
--- a/locale/as_IN/gitlab.po
+++ b/locale/as_IN/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: as\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:11\n"
+"PO-Revision-Date: 2021-05-03 22:15\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/az_AZ/gitlab.po b/locale/az_AZ/gitlab.po
index 4b98c3dc96a..ae92df58e6f 100644
--- a/locale/az_AZ/gitlab.po
+++ b/locale/az_AZ/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: az\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:09\n"
+"PO-Revision-Date: 2021-05-03 22:13\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/ba_RU/gitlab.po b/locale/ba_RU/gitlab.po
index 5de0f5a69f4..5e23e81d90f 100644
--- a/locale/ba_RU/gitlab.po
+++ b/locale/ba_RU/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: ba\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:12\n"
+"PO-Revision-Date: 2021-05-03 22:16\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -82,6 +91,10 @@ msgid "%d Approval"
msgid_plural "%d Approvals"
msgstr[0] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -341,9 +354,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -468,12 +478,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -558,9 +577,6 @@ 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 ""
@@ -609,6 +625,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +664,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -748,9 +770,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -837,9 +856,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -858,10 +874,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -879,6 +895,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -964,6 +989,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -973,6 +1001,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1235,6 +1266,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1349,6 +1383,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1364,7 +1401,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1388,6 +1425,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1451,10 +1491,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1508,6 +1554,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1517,6 +1569,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1643,6 +1698,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1658,9 +1716,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1673,6 +1728,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1709,9 +1767,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1793,6 +1848,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -1898,6 +1956,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -1919,21 +1980,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -1973,6 +2028,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2093,9 +2151,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2120,9 +2175,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2159,9 +2211,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2180,9 +2229,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2201,16 +2247,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2231,10 +2280,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2246,7 +2298,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2633,6 +2685,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2802,10 +2860,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2832,19 +2887,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
+msgstr ""
+
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2865,18 +2926,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -2898,22 +2953,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -2925,6 +2980,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -2943,13 +3001,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -2961,22 +3022,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3114,9 +3172,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3144,6 +3199,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3246,10 +3304,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3510,9 +3568,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3522,7 +3577,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3579,9 +3634,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3621,6 +3673,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3720,6 +3775,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3787,13 +3932,10 @@ msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
-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] ""
@@ -3811,6 +3953,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3823,9 +3968,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -3986,6 +4137,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -3995,6 +4149,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4070,13 +4227,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4088,6 +4248,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4148,7 +4311,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4218,6 +4381,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4288,9 +4454,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4345,6 +4517,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4507,9 +4682,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4603,25 +4787,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4633,15 +4817,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4732,12 +4928,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4753,6 +4955,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5035,9 +5240,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5092,6 +5294,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5173,9 +5378,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5266,9 +5468,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5372,6 +5571,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5456,6 +5658,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5480,6 +5685,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5501,6 +5709,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5528,6 +5739,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5681,15 +5913,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5753,6 +5979,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -5942,6 +6171,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6218,6 +6450,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6317,46 +6555,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
+msgstr ""
+
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users over subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6563,6 +6828,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6728,6 +6996,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6839,7 +7110,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6866,6 +7137,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7493,6 +7773,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7550,6 +7833,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7698,6 +7984,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7743,6 +8032,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7821,7 +8113,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7881,6 +8173,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -7908,9 +8203,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -7941,6 +8251,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -7956,28 +8269,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8135,7 +8466,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8364,6 +8695,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8418,7 +8755,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8565,15 +8902,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8763,6 +9133,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8871,6 +9244,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9123,6 +9499,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9144,6 +9523,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9366,6 +9751,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9410,13 +9798,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9443,6 +9828,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9635,6 +10056,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9680,6 +10104,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9713,7 +10140,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9728,6 +10155,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9804,6 +10234,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9822,9 +10255,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9849,6 +10279,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9873,9 +10306,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -9987,10 +10429,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10038,6 +10483,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10077,6 +10525,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10089,18 +10540,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10305,9 +10750,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10419,22 +10861,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10666,15 +11093,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10717,7 +11147,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10747,7 +11177,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10762,10 +11192,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10783,6 +11219,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10825,6 +11270,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10867,7 +11318,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -10928,9 +11379,6 @@ msgstr[0] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -10958,7 +11406,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -10973,6 +11421,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -10991,10 +11442,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11039,6 +11490,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11126,6 +11580,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11219,6 +11679,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11237,6 +11700,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11255,6 +11721,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11318,21 +11787,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11378,9 +11844,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11393,13 +11856,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11441,6 +11910,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11456,6 +11928,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11474,6 +11955,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11483,9 +11967,6 @@ 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 ""
@@ -11537,6 +12018,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11564,9 +12051,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11603,6 +12099,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11705,6 +12204,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -11966,6 +12468,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -11984,7 +12489,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12299,6 +12804,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12488,6 +12996,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12599,6 +13110,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12614,6 +13128,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12626,10 +13143,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12677,9 +13197,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12692,6 +13209,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -12890,6 +13410,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -12902,9 +13425,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13164,6 +13693,13 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13383,10 +13919,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13500,6 +14039,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13587,6 +14129,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13623,9 +14168,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13773,6 +14333,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13794,6 +14357,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13833,6 +14399,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13842,6 +14411,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13857,9 +14429,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -13896,6 +14474,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -13911,6 +14492,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -13959,16 +14543,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14010,6 +14603,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14022,6 +14618,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14031,6 +14630,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14040,6 +14642,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14061,16 +14669,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14091,6 +14708,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14169,6 +14789,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14220,6 +14843,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14244,9 +14870,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14298,9 +14930,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14325,9 +14954,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14343,10 +14969,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14391,9 +15023,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14433,10 +15062,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14487,9 +15116,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14685,6 +15320,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14727,6 +15365,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14814,6 +15455,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14832,10 +15476,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14850,19 +15494,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -14901,10 +15542,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -14952,15 +15590,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -14991,7 +15626,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15042,9 +15677,6 @@ 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 group-level project templates."
msgstr ""
@@ -15066,7 +15698,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15105,6 +15746,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15282,9 +15926,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15324,6 +15974,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15342,9 +15995,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15422,12 +16084,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15467,6 +16135,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15476,10 +16150,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15563,9 +16234,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15611,6 +16288,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15623,6 +16306,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15644,9 +16333,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15668,6 +16354,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15683,6 +16372,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15706,6 +16401,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15754,6 +16452,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15857,9 +16558,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -15878,7 +16585,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -15908,7 +16615,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -15953,7 +16660,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -15986,9 +16693,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16010,6 +16714,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16073,7 +16780,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16088,7 +16795,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16115,16 +16825,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16145,7 +16861,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16199,6 +16915,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16307,6 +17026,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16316,19 +17038,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16424,9 +17143,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16445,6 +17170,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16539,6 +17279,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16548,16 +17291,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16566,6 +17318,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16590,6 +17345,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16599,6 +17357,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16617,7 +17378,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16629,6 +17390,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16653,6 +17417,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16665,7 +17432,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16674,13 +17441,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16689,6 +17456,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16773,9 +17543,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17001,24 +17768,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17127,15 +17882,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17208,19 +17960,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17229,7 +17999,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17310,6 +18080,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17325,6 +18098,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17385,6 +18203,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17397,6 +18218,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17427,10 +18251,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17451,16 +18278,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17493,16 +18317,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17517,7 +18353,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17526,9 +18362,6 @@ 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 ""
@@ -17547,6 +18380,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17658,12 +18494,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17673,6 +18521,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17694,6 +18548,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17787,6 +18644,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -17908,6 +18768,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -17938,6 +18801,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -17995,6 +18864,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18007,6 +18879,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18058,6 +18933,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18085,12 +18963,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18121,10 +19005,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18160,6 +19041,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18172,6 +19056,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18394,6 +19281,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18410,6 +19300,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18437,6 +19333,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18524,6 +19423,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18566,12 +19468,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18668,6 +19576,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18680,7 +19591,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18803,6 +19714,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -18860,6 +19780,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -18869,6 +19795,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -18923,6 +19855,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -18953,6 +19894,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -18974,9 +19918,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -18989,15 +19939,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19052,10 +20011,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19151,9 +20110,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19202,12 +20158,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19388,6 +20350,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -19924,9 +20889,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20032,9 +20994,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20213,16 +21172,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20238,6 +21196,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20632,6 +21593,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20656,6 +21620,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20665,9 +21641,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -20929,6 +21902,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21263,10 +22242,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21305,6 +22281,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21365,6 +22347,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21377,6 +22362,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21398,6 +22386,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21410,12 +22401,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21467,10 +22467,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21603,7 +22621,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21747,9 +22765,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21771,6 +22786,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21816,6 +22837,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22074,6 +23098,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22116,15 +23143,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22197,15 +23218,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22221,15 +23233,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22242,7 +23254,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22305,6 +23320,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22314,6 +23332,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22329,15 +23350,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22347,6 +23377,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22395,6 +23428,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22434,6 +23473,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22476,6 +23518,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22521,9 +23575,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22542,18 +23593,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22566,6 +23623,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22593,6 +23653,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22614,9 +23677,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22662,6 +23722,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22680,6 +23755,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22716,9 +23794,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22761,19 +23836,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22782,9 +23851,6 @@ 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 ""
@@ -22842,13 +23908,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -22863,6 +23929,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -22950,7 +24019,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -22989,6 +24058,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23079,6 +24151,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23211,6 +24286,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23262,6 +24340,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23370,6 +24451,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23484,6 +24571,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23499,7 +24592,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23514,6 +24607,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23523,6 +24619,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23568,6 +24673,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23592,9 +24700,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23682,9 +24787,6 @@ 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 ""
@@ -23775,6 +24877,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -23940,82 +25045,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24264,12 +25384,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24285,6 +25414,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24417,6 +25549,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24495,6 +25630,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24513,6 +25651,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24774,7 +25915,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -24960,9 +26101,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25017,6 +26164,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25110,6 +26260,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25125,9 +26278,6 @@ 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 ""
@@ -25158,6 +26308,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25191,15 +26344,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25218,6 +26383,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25230,7 +26398,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25245,6 +26413,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25439,18 +26610,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25502,12 +26676,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25523,6 +26703,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25535,6 +26718,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25562,6 +26751,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25583,6 +26775,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26019,6 +27214,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26031,6 +27229,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26061,7 +27262,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26070,6 +27271,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26120,6 +27324,9 @@ msgstr[0] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26132,6 +27339,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26150,6 +27360,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26252,9 +27468,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26404,6 +27617,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26419,12 +27638,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26464,25 +27677,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26497,6 +27710,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26506,33 +27722,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26542,9 +27776,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26602,6 +27848,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26614,6 +27863,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26671,6 +27923,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -26958,6 +28216,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27027,6 +28288,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27084,7 +28348,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27111,6 +28375,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27270,6 +28537,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27315,6 +28585,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27330,12 +28603,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27582,6 +28858,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27753,12 +29038,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -27960,6 +29239,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28071,6 +29353,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28196,6 +29481,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28208,12 +29496,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28226,6 +29520,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28274,6 +29574,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28295,28 +29601,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28415,12 +29709,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28493,6 +29793,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28556,6 +29859,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28781,6 +30087,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -28838,6 +30147,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -28997,6 +30309,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29093,6 +30408,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29219,6 +30552,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29243,6 +30579,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29273,6 +30612,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29417,6 +30759,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29519,6 +30864,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29609,6 +31017,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29702,9 +31113,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30003,19 +31411,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30024,6 +31447,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30042,6 +31468,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30067,6 +31496,9 @@ msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30091,6 +31523,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30121,6 +31556,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30248,6 +31686,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30302,6 +31743,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30314,6 +31758,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30323,6 +31770,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30341,6 +31791,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30485,13 +31944,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30527,6 +31986,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30602,6 +32064,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30629,12 +32094,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30707,9 +32184,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30722,6 +32196,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30806,9 +32283,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -30830,6 +32304,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -30896,6 +32373,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31016,6 +32496,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31061,9 +32544,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31238,6 +32718,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31274,6 +32757,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31304,15 +32790,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31322,6 +32799,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31337,18 +32817,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31418,6 +32913,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31562,6 +33060,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31732,6 +33233,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31798,6 +33302,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31813,6 +33320,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -31828,7 +33338,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -31840,7 +33350,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -31855,6 +33368,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32008,9 +33524,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32222,12 +33735,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32276,9 +33783,6 @@ 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 usage ping"
msgstr ""
@@ -32288,6 +33792,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32300,6 +33807,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32318,6 +33828,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32369,6 +33882,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32408,6 +33924,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32435,6 +33954,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32474,6 +33996,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32495,6 +34023,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32531,15 +34062,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32651,15 +34191,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32669,6 +34221,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32723,6 +34278,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32738,9 +34296,6 @@ 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 merge requests."
msgstr ""
@@ -32969,13 +34524,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33068,9 +34623,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33086,6 +34653,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33362,6 +34932,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33464,12 +35037,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33524,6 +35109,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33613,6 +35201,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33661,19 +35252,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -33967,6 +35555,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34024,6 +35615,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34054,6 +35648,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34105,6 +35705,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34189,7 +35798,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34216,7 +35825,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34240,6 +35849,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34270,6 +35882,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34291,6 +35906,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34303,10 +35927,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34463,6 +36087,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34478,9 +36105,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34496,9 +36135,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34583,6 +36228,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34691,7 +36339,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34718,6 +36366,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34754,13 +36405,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34793,6 +36444,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -34853,9 +36507,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -34880,9 +36531,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -34898,6 +36546,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -34925,6 +36576,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -34946,7 +36600,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35042,6 +36699,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35180,7 +36840,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35210,6 +36870,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35240,12 +36903,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35258,9 +36927,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35279,6 +36945,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35369,9 +37038,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35390,6 +37056,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35568,6 +37237,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -35869,6 +37541,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -35887,6 +37562,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36030,6 +37708,9 @@ msgid "from %d job"
msgid_plural "from %d jobs"
msgstr[0] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36060,12 +37741,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36380,19 +38067,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36419,6 +38103,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36509,21 +38211,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36578,6 +38277,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36599,9 +38301,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36689,6 +38388,9 @@ msgid "point"
msgid_plural "points"
msgstr[0] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36729,6 +38431,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36747,6 +38455,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36763,13 +38474,16 @@ msgstr[0] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -36808,6 +38522,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -36880,6 +38597,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -36889,6 +38609,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/bg/gitlab.po b/locale/bg/gitlab.po
index 27855be4c21..187ffc3dc01 100644
--- a/locale/bg/gitlab.po
+++ b/locale/bg/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: bg\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:14\n"
+"PO-Revision-Date: 2021-05-03 22:19\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr "Ðктивно"
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr "ДейноÑÑ‚"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "Прикачете файл чрез влачене и пуÑкане или %{upload_link}"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "Преглед на папката"
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr "Име на папката"
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "Редактиране"
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr "От прилагането на заÑвката за Ñливане д
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr "ПоÑледно подаване"
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr "ÐапуÑкане на групата"
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr "Медиана"
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr "Опции"
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr "СобÑтвеник"
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr "Общо:"
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr "Схеми"
msgid "Pipelines charts"
msgstr "Графики за Ñхемите"
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr "Ñ ÐµÑ‚Ð°Ð¿"
msgid "Pipeline|with stages"
msgstr "Ñ ÐµÑ‚Ð°Ð¿Ð¸"
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr "Прочетете повече"
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr "ÐапомнÑне по-къÑно"
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr "ЗаÑвка за доÑтъп"
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr "Създаване на нов план за Ñхема"
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr "Етапът на програмиране показва времето
msgid "The collection of events added to the data gathered for that stage."
msgstr "СъвкупноÑтта от ÑÑŠÐ±Ð¸Ñ‚Ð¸Ñ Ð´Ð¾Ð±Ð°Ð²ÐµÐ½Ð¸ към данните Ñъбрани за този етап."
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr "Етапът от цикъла на разработка"
@@ -30669,15 +32129,15 @@ msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
msgstr ""
+msgid "The username for the Jenkins server."
+msgstr ""
+
msgid "The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6."
msgstr "СтойноÑтта, коÑто Ñе намира в Ñредата на поÑледователноÑтта от наблюдавани данни. Ðапример: медианата на 3, 5 и 9 е 5, а медианата на 3, 5, 7 и 8 е (5+7)/2 = 6."
msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
-msgid "The visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
-msgstr ""
-
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
msgstr ""
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr "Време преди първата заÑвка за Ñливане"
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr "Ñек"
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr "ÐÑма доÑтатъчно данни за този етап."
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr "нова заÑвка за Ñливане"
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/bn_BD/gitlab.po b/locale/bn_BD/gitlab.po
index 19ddd00ee47..40a059bd64e 100644
--- a/locale/bn_BD/gitlab.po
+++ b/locale/bn_BD/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: bn\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:09\n"
+"PO-Revision-Date: 2021-05-03 22:12\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/bn_IN/gitlab.po b/locale/bn_IN/gitlab.po
index a4268448a13..a1370920fe9 100644
--- a/locale/bn_IN/gitlab.po
+++ b/locale/bn_IN/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: bn-IN\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:12\n"
+"PO-Revision-Date: 2021-05-03 22:17\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/br_FR/gitlab.po b/locale/br_FR/gitlab.po
index d07e47c4184..7cdc63c5866 100644
--- a/locale/br_FR/gitlab.po
+++ b/locale/br_FR/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: br-FR\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:11\n"
+"PO-Revision-Date: 2021-05-03 22:14\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -94,6 +103,14 @@ msgstr[2] ""
msgstr[3] ""
msgstr[4] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -585,9 +602,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -728,12 +742,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -818,9 +841,6 @@ 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 ""
@@ -869,6 +889,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -905,6 +928,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -1024,9 +1050,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -1145,9 +1168,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1166,10 +1186,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -1187,6 +1207,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1276,6 +1305,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1285,6 +1317,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1647,6 +1682,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1761,6 +1799,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1776,7 +1817,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1800,6 +1841,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1863,10 +1907,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1920,6 +1970,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1929,6 +1985,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -2055,6 +2114,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -2070,9 +2132,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -2085,6 +2144,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -2121,9 +2183,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -2205,6 +2264,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2310,6 +2372,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2331,21 +2396,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2385,6 +2444,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2505,9 +2567,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2532,9 +2591,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2571,9 +2627,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2592,9 +2645,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2613,16 +2663,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2643,10 +2696,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgstr ""
+
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2658,7 +2714,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -3045,6 +3101,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -3218,10 +3280,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3248,19 +3307,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3281,18 +3346,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3314,22 +3373,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3341,6 +3400,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3359,13 +3421,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3377,22 +3442,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3530,9 +3592,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3560,6 +3619,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3662,10 +3724,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3926,9 +3988,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3938,7 +3997,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3995,9 +4054,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -4037,6 +4093,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -4136,6 +4195,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -4207,17 +4356,14 @@ msgstr[2] ""
msgstr[3] ""
msgstr[4] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
msgstr[4] ""
-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] ""
@@ -4243,6 +4389,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -4255,9 +4404,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4422,6 +4577,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4431,6 +4589,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4506,13 +4667,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4524,6 +4688,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4584,7 +4751,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4658,6 +4825,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4732,9 +4902,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4789,6 +4965,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4951,9 +5130,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -5047,25 +5235,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -5077,15 +5265,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -5176,12 +5376,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -5197,6 +5403,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5491,9 +5700,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5548,6 +5754,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5629,9 +5838,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5722,9 +5928,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5832,6 +6035,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5916,6 +6122,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5940,6 +6149,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5961,6 +6173,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5988,6 +6203,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -6141,15 +6377,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -6213,6 +6443,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6402,6 +6635,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6678,6 +6914,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6777,46 +7019,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -7023,6 +7292,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -7188,6 +7460,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -7299,7 +7574,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7326,6 +7601,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7953,6 +8237,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -8010,6 +8297,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -8162,6 +8452,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -8207,6 +8500,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -8285,7 +8581,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8345,6 +8641,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8372,9 +8671,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8405,6 +8719,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8420,28 +8737,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8607,7 +8942,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8840,6 +9175,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8894,7 +9235,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -9041,15 +9382,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -9239,6 +9613,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -9347,6 +9724,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9599,6 +9979,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9620,6 +10003,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9842,6 +10231,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9894,13 +10286,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9927,6 +10316,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -10119,6 +10544,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -10164,6 +10592,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -10197,7 +10628,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -10212,6 +10643,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10292,6 +10726,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10310,9 +10747,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10337,6 +10771,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -10361,9 +10798,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10475,10 +10921,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10526,6 +10975,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10565,6 +11017,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10577,18 +11032,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10817,9 +11266,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10931,22 +11377,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -11182,15 +11613,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -11233,7 +11667,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11263,7 +11697,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -11278,10 +11712,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11299,6 +11739,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -11341,6 +11790,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -11383,7 +11838,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11448,9 +11903,6 @@ msgstr[4] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11478,7 +11930,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11493,6 +11945,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11511,10 +11966,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11559,6 +12014,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11646,6 +12104,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11739,6 +12203,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11757,6 +12224,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11775,6 +12245,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11838,21 +12311,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11898,9 +12368,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11913,13 +12380,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11961,6 +12434,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11976,6 +12452,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11994,6 +12479,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -12003,9 +12491,6 @@ 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 ""
@@ -12057,6 +12542,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -12084,9 +12575,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -12123,6 +12623,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -12225,6 +12728,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12486,6 +12992,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12504,7 +13013,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12819,6 +13328,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -13008,6 +13520,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -13119,6 +13634,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -13134,6 +13652,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -13146,10 +13667,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -13197,9 +13721,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -13212,6 +13733,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13410,6 +13934,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13422,9 +13949,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13688,6 +14221,17 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13907,10 +14451,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -14024,6 +14571,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -14111,6 +14661,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -14147,9 +14700,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -14297,6 +14865,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14318,6 +14889,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -14357,6 +14931,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -14366,6 +14943,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14381,9 +14961,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14420,6 +15006,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14435,6 +15024,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14483,16 +15075,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14534,6 +15135,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14546,6 +15150,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14555,6 +15162,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14564,6 +15174,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14585,16 +15201,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14615,6 +15240,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14693,6 +15321,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14744,6 +15375,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14768,9 +15402,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14822,9 +15462,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14849,9 +15486,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14867,10 +15501,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14915,9 +15555,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14957,10 +15594,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -15011,9 +15648,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -15209,6 +15852,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -15251,6 +15897,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -15338,6 +15987,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -15356,10 +16008,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -15374,19 +16026,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15425,10 +16074,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15476,15 +16122,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15515,7 +16158,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15566,9 +16209,6 @@ 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 group-level project templates."
msgstr ""
@@ -15590,7 +16230,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15629,6 +16278,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15806,9 +16458,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15848,6 +16506,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15866,9 +16527,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15954,12 +16624,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15999,6 +16675,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -16008,10 +16690,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -16095,9 +16774,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -16143,6 +16828,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -16155,6 +16846,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -16176,9 +16873,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -16200,6 +16894,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -16215,6 +16912,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -16246,6 +16949,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -16294,6 +17000,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -16401,9 +17110,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16422,7 +17137,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16452,7 +17167,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16497,7 +17212,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16530,9 +17245,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16554,6 +17266,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16617,7 +17332,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16632,7 +17347,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16659,16 +17377,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16689,7 +17413,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16743,6 +17467,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16851,6 +17578,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16860,19 +17590,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16968,9 +17695,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16989,6 +17722,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -17087,6 +17835,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -17096,16 +17847,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -17114,6 +17874,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -17138,6 +17901,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -17147,6 +17913,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -17165,7 +17934,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -17177,6 +17946,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -17201,6 +17973,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -17213,7 +17988,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -17222,13 +17997,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -17237,6 +18012,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17321,9 +18099,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17549,24 +18324,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17675,15 +18438,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17756,19 +18516,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17777,7 +18555,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17858,6 +18636,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17873,6 +18654,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17933,6 +18759,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17945,6 +18774,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17975,10 +18807,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17999,16 +18834,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -18041,16 +18873,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -18065,7 +18909,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -18074,9 +18918,6 @@ 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 ""
@@ -18095,6 +18936,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -18206,12 +19050,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -18221,6 +19077,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -18242,6 +19104,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18335,6 +19200,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18460,6 +19328,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18490,6 +19361,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18547,6 +19424,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18559,6 +19439,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18610,6 +19493,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18637,12 +19523,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18673,10 +19565,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18712,6 +19601,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18724,6 +19616,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18970,6 +19865,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18990,6 +19888,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -19017,6 +19921,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -19104,6 +20011,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -19146,12 +20056,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -19248,6 +20164,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -19260,7 +20179,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19383,6 +20302,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19440,6 +20368,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19449,6 +20383,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19503,6 +20443,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19533,6 +20482,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19554,9 +20506,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19569,15 +20527,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19632,10 +20599,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19731,9 +20698,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19782,12 +20746,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19968,6 +20938,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20512,9 +21485,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20620,9 +21590,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20805,20 +21772,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20834,6 +21796,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -21232,6 +22197,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -21256,6 +22224,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -21265,9 +22245,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21529,6 +22506,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21879,10 +22862,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21921,6 +22901,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21981,6 +22967,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21993,6 +22982,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -22014,6 +23006,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -22026,12 +23021,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -22083,10 +23087,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -22223,7 +23245,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22367,9 +23389,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22391,6 +23410,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22436,6 +23461,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22694,6 +23722,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22736,15 +23767,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22817,15 +23842,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22841,15 +23857,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22862,7 +23878,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22925,6 +23944,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22934,6 +23956,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22949,15 +23974,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22967,6 +24001,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -23015,6 +24052,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -23054,6 +24097,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -23096,6 +24142,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -23141,9 +24199,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -23162,18 +24217,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -23186,6 +24247,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -23213,6 +24277,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -23234,9 +24301,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -23282,6 +24346,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -23300,6 +24379,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -23336,9 +24418,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23381,19 +24460,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -23402,9 +24475,6 @@ 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 ""
@@ -23462,13 +24532,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23483,6 +24553,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23570,7 +24643,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23609,6 +24682,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23699,6 +24775,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23831,6 +24910,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23882,6 +24964,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23990,6 +25075,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -24104,6 +25195,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -24119,7 +25216,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -24134,6 +25231,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -24143,6 +25243,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -24188,6 +25297,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -24212,9 +25324,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -24302,9 +25411,6 @@ 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 ""
@@ -24395,6 +25501,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24560,82 +25669,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24884,12 +26008,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24905,6 +26038,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -25037,6 +26173,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -25115,6 +26254,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -25133,6 +26275,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -25394,7 +26539,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25580,9 +26725,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25637,6 +26788,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25730,6 +26884,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25745,9 +26902,6 @@ 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 ""
@@ -25778,6 +26932,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25811,15 +26968,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25838,6 +27007,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25850,7 +27022,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25865,6 +27037,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -26067,18 +27242,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -26130,12 +27308,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -26151,6 +27335,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -26163,6 +27350,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -26190,6 +27383,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -26211,6 +27407,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26663,6 +27862,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26675,6 +27877,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26705,7 +27910,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26714,6 +27919,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26772,6 +27980,9 @@ msgstr[4] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26784,6 +27995,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26802,6 +28016,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26904,9 +28124,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -27064,6 +28281,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -27079,12 +28302,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -27124,25 +28341,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -27157,6 +28374,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -27166,33 +28386,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -27202,9 +28440,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -27262,6 +28512,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -27274,6 +28527,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27331,6 +28587,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27662,6 +28924,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27731,6 +28996,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27788,7 +29056,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27815,6 +29083,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27974,6 +29245,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -28019,6 +29293,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -28034,12 +29311,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -28286,6 +29566,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -28457,12 +29746,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28664,6 +29947,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28775,6 +30061,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28908,6 +30197,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28920,12 +30212,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28938,6 +30236,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28986,6 +30290,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -29007,28 +30317,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -29127,12 +30425,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -29205,6 +30509,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -29268,6 +30575,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29493,6 +30803,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29550,6 +30863,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29709,6 +31025,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29805,6 +31124,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29931,6 +31268,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29955,6 +31295,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29985,6 +31328,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -30129,6 +31475,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -30231,6 +31580,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -30321,6 +31733,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -30414,9 +31829,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30731,19 +32143,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30752,6 +32179,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30770,6 +32200,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30799,6 +32232,9 @@ msgstr[2] ""
msgstr[3] ""
msgstr[4] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30823,6 +32259,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30853,6 +32292,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30984,6 +32426,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -31038,6 +32483,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -31050,6 +32498,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -31059,6 +32510,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -31077,6 +32531,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -31221,13 +32684,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -31263,6 +32726,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -31338,6 +32804,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -31365,12 +32834,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31443,9 +32924,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31458,6 +32936,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31542,9 +33023,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31566,6 +33044,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31632,6 +33113,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31752,6 +33236,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31797,9 +33284,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31974,6 +33458,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -32010,6 +33497,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -32040,15 +33530,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -32058,6 +33539,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -32073,18 +33557,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -32154,6 +33653,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -32298,6 +33800,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -32476,6 +33981,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32542,6 +34050,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32557,6 +34068,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32572,7 +34086,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32584,7 +34098,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32599,6 +34116,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32752,9 +34272,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32970,12 +34487,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -33024,9 +34535,6 @@ 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 usage ping"
msgstr ""
@@ -33036,6 +34544,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -33048,6 +34559,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -33066,6 +34580,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -33117,6 +34634,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -33156,6 +34676,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -33183,6 +34706,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -33222,6 +34748,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -33243,6 +34775,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -33279,15 +34814,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -33399,15 +34943,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -33417,6 +34973,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -33471,6 +35030,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33486,9 +35048,6 @@ 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 merge requests."
msgstr ""
@@ -33717,13 +35276,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33816,9 +35375,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33834,6 +35405,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -34110,6 +35684,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -34212,12 +35789,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -34272,6 +35861,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -34369,6 +35961,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -34417,19 +36012,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34723,6 +36315,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34780,6 +36375,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34810,6 +36408,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34861,6 +36465,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34945,7 +36558,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34972,7 +36585,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34996,6 +36609,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -35026,6 +36642,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -35047,6 +36666,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -35059,10 +36687,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -35223,6 +36851,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -35238,9 +36869,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -35256,9 +36899,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -35343,6 +36992,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -35451,7 +37103,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35478,6 +37130,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -35514,13 +37169,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -35553,6 +37208,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35613,9 +37271,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35640,9 +37295,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35658,6 +37310,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35685,6 +37340,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35706,7 +37364,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35802,6 +37463,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35940,7 +37604,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35970,6 +37634,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -36000,12 +37667,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -36018,9 +37691,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -36039,6 +37709,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -36129,9 +37802,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -36150,6 +37820,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -36332,6 +38005,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36637,6 +38313,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36655,6 +38334,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36818,6 +38500,9 @@ msgstr[2] ""
msgstr[3] ""
msgstr[4] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36848,12 +38533,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -37176,19 +38867,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -37215,6 +38903,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -37305,21 +39011,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -37374,6 +39077,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -37395,9 +39101,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -37497,6 +39200,9 @@ msgstr[2] ""
msgstr[3] ""
msgstr[4] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -37541,6 +39247,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -37559,6 +39271,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -37579,13 +39294,16 @@ msgstr[4] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37624,6 +39342,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37696,6 +39417,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37705,6 +39429,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/bs_BA/gitlab.po b/locale/bs_BA/gitlab.po
index ecd91662015..19c537cd00d 100644
--- a/locale/bs_BA/gitlab.po
+++ b/locale/bs_BA/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: bs\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:11\n"
+"PO-Revision-Date: 2021-05-03 22:15\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr " Prijavi se."
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -88,6 +97,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -463,9 +478,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -598,12 +610,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -688,9 +709,6 @@ 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 ""
@@ -739,6 +757,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -775,6 +796,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -886,9 +910,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -991,9 +1012,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1012,10 +1030,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -1033,6 +1051,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1120,6 +1147,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1129,6 +1159,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1441,6 +1474,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1555,6 +1591,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1570,7 +1609,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1594,6 +1633,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1657,10 +1699,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1714,6 +1762,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1723,6 +1777,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1849,6 +1906,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1864,9 +1924,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1879,6 +1936,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1915,9 +1975,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1999,6 +2056,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2104,6 +2164,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2125,21 +2188,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2179,6 +2236,9 @@ msgstr ""
msgid "Additional minutes"
msgstr "Dodatne minute"
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2299,9 +2359,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2326,9 +2383,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2365,9 +2419,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2386,9 +2437,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2407,16 +2455,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2437,10 +2488,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2452,7 +2506,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2839,6 +2893,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -3010,10 +3070,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3040,19 +3097,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3073,18 +3136,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3106,22 +3163,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3133,6 +3190,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3151,13 +3211,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3169,22 +3232,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3322,9 +3382,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3352,6 +3409,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3454,10 +3514,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3718,9 +3778,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3730,7 +3787,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3787,9 +3844,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3829,6 +3883,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3928,6 +3985,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3997,15 +4144,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-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] ""
@@ -4027,6 +4171,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -4039,9 +4186,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4204,6 +4357,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4213,6 +4369,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4288,13 +4447,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4306,6 +4468,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4366,7 +4531,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4438,6 +4603,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4510,9 +4678,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4567,6 +4741,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4729,9 +4906,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr "Dnevni prosjek: %{average}"
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4825,25 +5011,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4855,15 +5041,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4954,12 +5152,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4975,6 +5179,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5263,9 +5470,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5320,6 +5524,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5401,9 +5608,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5494,9 +5698,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5602,6 +5803,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5686,6 +5890,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5710,6 +5917,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5731,6 +5941,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5758,6 +5971,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5911,15 +6145,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5983,6 +6211,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6172,6 +6403,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6448,6 +6682,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6547,46 +6787,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6793,6 +7060,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6958,6 +7228,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -7069,7 +7342,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7096,6 +7369,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7723,6 +8005,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7780,6 +8065,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7930,6 +8218,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7975,6 +8266,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -8053,7 +8347,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8113,6 +8407,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8140,9 +8437,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8173,6 +8485,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8188,28 +8503,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8371,7 +8704,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8602,6 +8935,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8656,7 +8995,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8803,15 +9142,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -9001,6 +9373,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -9109,6 +9484,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9361,6 +9739,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9382,6 +9763,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9604,6 +9991,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9652,13 +10042,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9685,6 +10072,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9877,6 +10300,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9922,6 +10348,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9955,7 +10384,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9970,6 +10399,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10048,6 +10480,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10066,9 +10501,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10093,6 +10525,9 @@ msgstr "Dani"
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -10117,9 +10552,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10231,10 +10675,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10282,6 +10729,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10321,6 +10771,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10333,18 +10786,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10561,9 +11008,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10675,22 +11119,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10924,15 +11353,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10975,7 +11407,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11005,7 +11437,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -11020,10 +11452,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11041,6 +11479,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -11083,6 +11530,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -11125,7 +11578,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11188,9 +11641,6 @@ msgstr[2] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11218,7 +11668,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11233,6 +11683,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11251,10 +11704,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11299,6 +11752,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11386,6 +11842,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11479,6 +11941,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11497,6 +11962,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11515,6 +11983,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11578,21 +12049,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11638,9 +12106,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11653,13 +12118,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11701,6 +12172,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11716,6 +12190,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11734,6 +12217,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11743,9 +12229,6 @@ 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 ""
@@ -11797,6 +12280,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11824,9 +12313,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11863,6 +12361,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11965,6 +12466,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12226,6 +12730,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12244,7 +12751,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12559,6 +13066,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12748,6 +13258,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12859,6 +13372,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12874,6 +13390,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12886,10 +13405,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12937,9 +13459,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12952,6 +13471,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13150,6 +13672,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13162,9 +13687,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13426,6 +13957,15 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13645,10 +14185,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13762,6 +14305,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13849,6 +14395,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13885,9 +14434,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -14035,6 +14599,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14056,6 +14623,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -14095,6 +14665,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -14104,6 +14677,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14119,9 +14695,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14158,6 +14740,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14173,6 +14758,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14221,16 +14809,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14272,6 +14869,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14284,6 +14884,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14293,6 +14896,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14302,6 +14908,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14323,16 +14935,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14353,6 +14974,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14431,6 +15055,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14482,6 +15109,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14506,9 +15136,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14560,9 +15196,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14587,9 +15220,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14605,10 +15235,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14653,9 +15289,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14695,10 +15328,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14749,9 +15382,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14947,6 +15586,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14989,6 +15631,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -15076,6 +15721,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -15094,10 +15742,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -15112,19 +15760,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15163,10 +15808,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15214,15 +15856,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15253,7 +15892,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15304,9 +15943,6 @@ 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 group-level project templates."
msgstr ""
@@ -15328,7 +15964,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15367,6 +16012,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15544,9 +16192,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15586,6 +16240,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15604,9 +16261,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15688,12 +16354,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15733,6 +16405,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15742,10 +16420,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15829,9 +16504,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15877,6 +16558,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15889,6 +16576,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15910,9 +16603,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15934,6 +16624,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15949,6 +16642,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15976,6 +16675,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -16024,6 +16726,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -16129,9 +16834,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16150,7 +16861,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16180,7 +16891,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16225,7 +16936,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16258,9 +16969,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16282,6 +16990,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16345,7 +17056,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16360,7 +17071,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16387,16 +17101,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16417,7 +17137,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16471,6 +17191,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16579,6 +17302,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16588,19 +17314,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16696,9 +17419,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16717,6 +17446,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16813,6 +17557,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16822,16 +17569,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16840,6 +17596,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16864,6 +17623,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16873,6 +17635,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16891,7 +17656,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16903,6 +17668,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16927,6 +17695,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16939,7 +17710,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16948,13 +17719,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16963,6 +17734,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17047,9 +17821,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17275,24 +18046,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17401,15 +18160,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17482,19 +18238,37 @@ msgstr "Neke tvoje table nisu vidljive, aktiviraj licencu za ponovni prikaz."
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17503,7 +18277,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17584,6 +18358,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17599,6 +18376,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17659,6 +18481,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17671,6 +18496,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17701,10 +18529,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17725,16 +18556,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17767,16 +18595,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17791,7 +18631,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17800,9 +18640,6 @@ 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 ""
@@ -17821,6 +18658,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17932,12 +18772,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17947,6 +18799,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17968,6 +18826,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18061,6 +18922,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18184,6 +19048,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18214,6 +19081,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18271,6 +19144,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18283,6 +19159,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18334,6 +19213,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18361,12 +19243,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18397,10 +19285,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18436,6 +19321,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18448,6 +19336,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18682,6 +19573,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18700,6 +19594,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18727,6 +19627,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18814,6 +19717,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18856,12 +19762,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18958,6 +19870,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18970,7 +19885,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19093,6 +20008,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19150,6 +20074,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19159,6 +20089,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19213,6 +20149,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19243,6 +20188,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19264,9 +20212,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19279,15 +20233,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19342,10 +20305,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19441,9 +20404,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19492,12 +20452,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19678,6 +20644,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20218,9 +21187,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr "Minute"
@@ -20326,9 +21292,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20509,18 +21472,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20536,6 +21496,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20932,6 +21895,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20956,6 +21922,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20965,9 +21943,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21229,6 +22204,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21571,10 +22552,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21613,6 +22591,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21673,6 +22657,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21685,6 +22672,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21706,6 +22696,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21718,12 +22711,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21775,10 +22777,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21913,7 +22933,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22057,9 +23077,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22081,6 +23098,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22126,6 +23149,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22384,6 +23410,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22426,15 +23455,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22507,15 +23530,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22531,15 +23545,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22552,7 +23566,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22615,6 +23632,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22624,6 +23644,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22639,15 +23662,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22657,6 +23689,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22705,6 +23740,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22744,6 +23785,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22786,6 +23830,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22831,9 +23887,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22852,18 +23905,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22876,6 +23935,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22903,6 +23965,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22924,9 +23989,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22972,6 +24034,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22990,6 +24067,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -23026,9 +24106,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23071,19 +24148,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -23092,9 +24163,6 @@ 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 ""
@@ -23152,13 +24220,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23173,6 +24241,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23260,7 +24331,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23299,6 +24370,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23389,6 +24463,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23521,6 +24598,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23572,6 +24652,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23680,6 +24763,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23794,6 +24883,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23809,7 +24904,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23824,6 +24919,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23833,6 +24931,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23878,6 +24985,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23902,9 +25012,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23992,9 +25099,6 @@ 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 ""
@@ -24085,6 +25189,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24250,82 +25357,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24574,12 +25696,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24595,6 +25726,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24727,6 +25861,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24805,6 +25942,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24823,6 +25963,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -25084,7 +26227,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25270,9 +26413,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25327,6 +26476,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25420,6 +26572,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25435,9 +26590,6 @@ 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 ""
@@ -25468,6 +26620,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25501,15 +26656,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25528,6 +26695,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25540,7 +26710,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25555,6 +26725,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25753,18 +26926,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25816,12 +26992,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25837,6 +27019,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25849,6 +27034,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25876,6 +27067,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25897,6 +27091,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26341,6 +27538,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26353,6 +27553,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26383,7 +27586,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26392,6 +27595,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26446,6 +27652,9 @@ msgstr[2] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26458,6 +27667,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26476,6 +27688,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26578,9 +27796,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26734,6 +27949,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26749,12 +27970,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26794,25 +28009,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26827,6 +28042,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26836,33 +28054,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26872,9 +28108,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26932,6 +28180,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26944,6 +28195,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27001,6 +28255,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27310,6 +28570,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27379,6 +28642,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27436,7 +28702,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27463,6 +28729,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27622,6 +28891,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27667,6 +28939,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27682,12 +28957,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27934,6 +29212,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -28105,12 +29392,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28312,6 +29593,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28423,6 +29707,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28552,6 +29839,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28564,12 +29854,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28582,6 +29878,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28630,6 +29932,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28651,28 +29959,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28771,12 +30067,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28849,6 +30151,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28912,6 +30217,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29137,6 +30445,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29194,6 +30505,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29353,6 +30667,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29449,6 +30766,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29575,6 +30910,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29599,6 +30937,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29629,6 +30970,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29773,6 +31117,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29875,6 +31222,69 @@ msgstr ""
msgid "Sunday"
msgstr "Nedjelja"
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29965,6 +31375,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -30058,9 +31471,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30367,19 +31777,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30388,6 +31813,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30406,6 +31834,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30433,6 +31864,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30457,6 +31891,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30487,6 +31924,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30616,6 +32056,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30670,6 +32113,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30682,6 +32128,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30691,6 +32140,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30709,6 +32161,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30853,13 +32314,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30895,6 +32356,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30970,6 +32434,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30997,12 +32464,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31075,9 +32554,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31090,6 +32566,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31174,9 +32653,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31198,6 +32674,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31264,6 +32743,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31384,6 +32866,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31429,9 +32914,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31606,6 +33088,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31642,6 +33127,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31672,15 +33160,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31690,6 +33169,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31705,18 +33187,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31786,6 +33283,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31930,6 +33430,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -32104,6 +33607,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32170,6 +33676,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32185,6 +33694,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32200,7 +33712,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32212,7 +33724,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32227,6 +33742,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32380,9 +33898,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32596,12 +34111,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32650,9 +34159,6 @@ 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 usage ping"
msgstr ""
@@ -32662,6 +34168,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32674,6 +34183,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32692,6 +34204,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32743,6 +34258,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32782,6 +34300,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32809,6 +34330,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32848,6 +34372,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32869,6 +34399,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32905,15 +34438,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -33025,15 +34567,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -33043,6 +34597,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -33097,6 +34654,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33112,9 +34672,6 @@ 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 merge requests."
msgstr ""
@@ -33343,13 +34900,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33442,9 +34999,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33460,6 +35029,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33736,6 +35308,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33838,12 +35413,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33898,6 +35485,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33991,6 +35581,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -34039,19 +35632,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34345,6 +35935,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34402,6 +35995,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34432,6 +36028,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34483,6 +36085,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34567,7 +36178,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34594,7 +36205,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34618,6 +36229,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr "Srijeda"
@@ -34648,6 +36262,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34669,6 +36286,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34681,10 +36307,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34843,6 +36469,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34858,9 +36487,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34876,9 +36517,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34963,6 +36610,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -35071,7 +36721,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35098,6 +36748,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -35134,13 +36787,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -35173,6 +36826,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35233,9 +36889,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35260,9 +36913,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35278,6 +36928,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35305,6 +36958,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35326,7 +36982,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35422,6 +37081,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35560,7 +37222,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35590,6 +37252,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35620,12 +37285,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35638,9 +37309,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35659,6 +37327,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35749,9 +37420,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35770,6 +37438,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35950,6 +37621,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36253,6 +37927,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36271,6 +37948,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36424,6 +38104,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr "grupa"
@@ -36454,12 +38137,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36778,19 +38467,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36817,6 +38503,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36907,21 +38611,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36976,6 +38677,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36997,9 +38701,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -37093,6 +38794,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -37135,6 +38839,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -37153,6 +38863,9 @@ msgstr "ukloni"
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr "ukloni težinu"
@@ -37171,13 +38884,16 @@ msgstr[2] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37216,6 +38932,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37288,6 +39007,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37297,6 +39019,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/ca_ES/gitlab.po b/locale/ca_ES/gitlab.po
index 4dfe2d0d5f7..95c27dba494 100644
--- a/locale/ca_ES/gitlab.po
+++ b/locale/ca_ES/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: ca\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:15\n"
+"PO-Revision-Date: 2021-05-03 22:19\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr " Recollit %{time}"
msgid " Please sign in."
msgstr " Inicieu la sessió."
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " Intenta %{action} aquest fitxer de nou."
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " Cal que ho feu abans de %{grace_period_deadline}."
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ msgstr ""
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} no disponible"
-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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] "%{no_of_days} dia"
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr "Informes d'abús"
msgid "Abuse reports"
msgstr "Informes d'abús"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr "Compte i límit"
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr "Actiu"
@@ -1776,6 +1832,9 @@ msgstr "Sessions actives"
msgid "Activity"
msgstr "Activitat"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr "Afegeix"
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr "Afegeix a l'arbre"
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr "Afegeix usuaris al grup:"
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr "AddMember|No s’ha especificat cap usuari."
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "Text addicional"
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr "Aplicació: %{name}"
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "Aplicacions"
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr "Artefactes"
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,8 +4421,8 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
-msgstr "Peticions de fusió assignades"
+msgid "Assigned merge requests"
+msgstr ""
msgid "Assigned projects"
msgstr ""
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr "Cancel·la aquesta tasca"
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr "Nom del directori"
msgid "Disable"
msgstr "Desactiva"
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr "Desactiva per a aquest projecte"
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr "Domini"
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "Edita"
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr "feb."
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr "Estat"
@@ -14153,6 +14751,9 @@ msgstr "Sincronitzat"
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr "Estat desconegut"
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr "Enrere"
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr "Informació del grup:"
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr "Historial"
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr "Adreça IP"
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr "Identificador"
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr "Petició de fusió"
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr "Peticions de fusió"
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr "Missatges"
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr "Més"
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr "Ajuda"
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/cs_CZ/gitlab.po b/locale/cs_CZ/gitlab.po
index 3d204b4833c..fc85552c78b 100644
--- a/locale/cs_CZ/gitlab.po
+++ b/locale/cs_CZ/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: cs\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:15\n"
+"PO-Revision-Date: 2021-05-03 22:19\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -91,6 +100,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -524,9 +540,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -663,12 +676,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -753,9 +775,6 @@ 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 ""
@@ -804,6 +823,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -840,6 +862,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -955,9 +980,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -1068,9 +1090,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1089,10 +1108,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -1110,6 +1129,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1198,6 +1226,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1207,6 +1238,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1544,6 +1578,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1658,6 +1695,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1673,7 +1713,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1697,6 +1737,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1760,10 +1803,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1817,6 +1866,12 @@ msgstr "Hlášení o zneužití"
msgid "Abuse reports"
msgstr "Hlášení o zneužití"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1826,6 +1881,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1952,6 +2010,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1967,9 +2028,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1982,6 +2040,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -2018,9 +2079,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -2102,6 +2160,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2207,6 +2268,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2228,21 +2292,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2282,6 +2340,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "DodateÄný text"
@@ -2402,9 +2463,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2429,9 +2487,6 @@ msgstr "Zastavení úloh selhalo"
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2468,9 +2523,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2489,9 +2541,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2510,16 +2559,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2540,10 +2592,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2555,7 +2610,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2942,6 +2997,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -3114,10 +3175,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3144,19 +3202,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3177,18 +3241,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3210,22 +3268,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3237,6 +3295,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3255,13 +3316,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3273,22 +3337,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3426,9 +3487,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3456,6 +3514,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3558,10 +3619,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3822,9 +3883,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3834,7 +3892,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3891,9 +3949,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3933,6 +3988,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -4032,6 +4090,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "Aplikace"
@@ -4102,16 +4250,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-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] ""
@@ -4135,6 +4280,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -4147,9 +4295,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4313,6 +4467,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4322,6 +4479,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4397,13 +4557,16 @@ msgstr ""
msgid "Artifacts"
msgstr "Artefakty"
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4415,6 +4578,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4475,7 +4641,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4548,6 +4714,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4621,9 +4790,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4678,6 +4853,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4840,9 +5018,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4936,25 +5123,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4966,15 +5153,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -5065,12 +5264,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -5086,6 +5291,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5377,9 +5585,6 @@ msgstr "Zobrazit přehled větví"
msgid "Branches|Show stale branches"
msgstr "Zobrazit zastaralé větve"
-msgid "Branches|Sort by"
-msgstr "Seřadit podle"
-
msgid "Branches|Stale"
msgstr "Zastaralé"
@@ -5434,6 +5639,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5515,9 +5723,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5608,9 +5813,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5717,6 +5919,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5801,6 +6006,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5825,6 +6033,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5846,6 +6057,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5873,6 +6087,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -6026,15 +6261,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -6098,6 +6327,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6287,6 +6519,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6563,6 +6798,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6662,46 +6903,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6908,6 +7176,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -7073,6 +7344,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -7184,7 +7458,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7211,6 +7485,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7838,6 +8121,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7895,6 +8181,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -8046,6 +8335,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -8091,6 +8383,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -8169,7 +8464,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8229,6 +8524,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8256,9 +8554,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8289,6 +8602,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8304,28 +8620,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8489,7 +8823,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8721,6 +9055,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8775,7 +9115,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8922,15 +9262,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -9120,6 +9493,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -9228,6 +9604,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9480,6 +9859,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9501,6 +9883,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9723,6 +10111,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9773,13 +10164,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9806,6 +10194,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9998,6 +10422,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -10043,6 +10470,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -10076,7 +10506,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -10091,6 +10521,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10170,6 +10603,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10188,9 +10624,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10215,6 +10648,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -10239,9 +10675,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10353,10 +10798,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10404,6 +10852,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10443,6 +10894,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10455,18 +10909,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10689,9 +11137,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10803,22 +11248,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -11053,15 +11483,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -11104,7 +11537,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11134,7 +11567,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -11149,10 +11582,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11170,6 +11609,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -11212,6 +11660,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -11254,7 +11708,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11318,9 +11772,6 @@ msgstr[3] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11348,7 +11799,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11363,6 +11814,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11381,10 +11835,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11429,6 +11883,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11516,6 +11973,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11609,6 +12072,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11627,6 +12093,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11645,6 +12114,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11708,21 +12180,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11768,9 +12237,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11783,13 +12249,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11831,6 +12303,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11846,6 +12321,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11864,6 +12348,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11873,9 +12360,6 @@ 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 ""
@@ -11927,6 +12411,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11954,9 +12444,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11993,6 +12492,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -12095,6 +12597,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12356,6 +12861,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12374,7 +12882,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12689,6 +13197,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12878,6 +13389,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12989,6 +13503,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -13004,6 +13521,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -13016,10 +13536,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -13067,9 +13590,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -13082,6 +13602,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13280,6 +13803,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13292,9 +13818,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13557,6 +14089,16 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13776,10 +14318,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13893,6 +14438,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13980,6 +14528,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -14016,9 +14567,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -14166,6 +14732,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14187,6 +14756,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -14226,6 +14798,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -14235,6 +14810,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14250,9 +14828,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14289,6 +14873,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14304,6 +14891,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14352,16 +14942,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14403,6 +15002,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14415,6 +15017,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14424,6 +15029,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14433,6 +15041,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14454,16 +15068,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14484,6 +15107,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14562,6 +15188,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14613,6 +15242,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14637,9 +15269,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14691,9 +15329,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14718,9 +15353,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14736,10 +15368,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14784,9 +15422,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14826,10 +15461,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14880,9 +15515,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -15078,6 +15719,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -15120,6 +15764,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -15207,6 +15854,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -15225,10 +15875,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -15243,19 +15893,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15294,10 +15941,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15345,15 +15989,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15384,7 +16025,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15435,9 +16076,6 @@ 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 group-level project templates."
msgstr ""
@@ -15459,7 +16097,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15498,6 +16145,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15675,9 +16325,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15717,6 +16373,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15735,9 +16394,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15821,12 +16489,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15866,6 +16540,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15875,10 +16555,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15962,9 +16639,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -16010,6 +16693,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -16022,6 +16711,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -16043,9 +16738,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -16067,6 +16759,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -16082,6 +16777,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -16111,6 +16812,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -16159,6 +16863,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -16265,9 +16972,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16286,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16316,7 +17029,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16361,7 +17074,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16394,9 +17107,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16418,6 +17128,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16481,7 +17194,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16496,7 +17209,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16523,16 +17239,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16553,7 +17275,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16607,6 +17329,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16715,6 +17440,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16724,19 +17452,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16832,9 +17557,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16853,6 +17584,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16950,6 +17696,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16959,16 +17708,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16977,6 +17735,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -17001,6 +17762,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -17010,6 +17774,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -17028,7 +17795,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -17040,6 +17807,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -17064,6 +17834,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -17076,7 +17849,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -17085,13 +17858,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -17100,6 +17873,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17184,9 +17960,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17412,24 +18185,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17538,15 +18299,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17619,19 +18377,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17640,7 +18416,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17721,6 +18497,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17736,6 +18515,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17796,6 +18620,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17808,6 +18635,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17838,10 +18668,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17862,16 +18695,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17904,16 +18734,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17928,7 +18770,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17937,9 +18779,6 @@ 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 ""
@@ -17958,6 +18797,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -18069,12 +18911,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -18084,6 +18938,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -18105,6 +18965,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18198,6 +19061,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18322,6 +19188,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18352,6 +19221,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18409,6 +19284,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18421,6 +19299,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18472,6 +19353,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18499,12 +19383,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18535,10 +19425,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18574,6 +19461,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18586,6 +19476,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18826,6 +19719,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18845,6 +19741,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18872,6 +19774,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18959,6 +19864,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -19001,12 +19909,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -19103,6 +20017,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -19115,7 +20032,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19238,6 +20155,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19295,6 +20221,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19304,6 +20236,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19358,6 +20296,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19388,6 +20335,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19409,9 +20359,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19424,15 +20380,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19487,10 +20452,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19586,9 +20551,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19637,12 +20599,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19823,6 +20791,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20365,9 +21336,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20473,9 +21441,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20657,19 +21622,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20685,6 +21646,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -21082,6 +22046,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -21106,6 +22073,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -21115,9 +22094,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21379,6 +22355,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21725,10 +22707,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21767,6 +22746,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21827,6 +22812,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21839,6 +22827,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21860,6 +22851,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21872,12 +22866,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21929,10 +22932,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -22068,7 +23089,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22212,9 +23233,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22236,6 +23254,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22281,6 +23305,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22539,6 +23566,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22581,15 +23611,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22662,15 +23686,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22686,15 +23701,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22707,7 +23722,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22770,6 +23788,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22779,6 +23800,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22794,15 +23818,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22812,6 +23845,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22860,6 +23896,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22899,6 +23941,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22941,6 +23986,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22986,9 +24043,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -23007,18 +24061,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -23031,6 +24091,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -23058,6 +24121,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -23079,9 +24145,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -23127,6 +24190,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -23145,6 +24223,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -23181,9 +24262,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23226,19 +24304,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -23247,9 +24319,6 @@ 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 ""
@@ -23307,13 +24376,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23328,6 +24397,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23415,7 +24487,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23454,6 +24526,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23544,6 +24619,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23676,6 +24754,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23727,6 +24808,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23835,6 +24919,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23949,6 +25039,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23964,7 +25060,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23979,6 +25075,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23988,6 +25087,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -24033,6 +25141,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -24057,9 +25168,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -24147,9 +25255,6 @@ 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 ""
@@ -24240,6 +25345,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24405,82 +25513,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24729,12 +25852,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24750,6 +25882,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24882,6 +26017,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24960,6 +26098,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24978,6 +26119,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -25239,7 +26383,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25425,9 +26569,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25482,6 +26632,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25575,6 +26728,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25590,9 +26746,6 @@ 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 ""
@@ -25623,6 +26776,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25656,15 +26812,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25683,6 +26851,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25695,7 +26866,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25710,6 +26881,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25910,18 +27084,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25973,12 +27150,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25994,6 +27177,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -26006,6 +27192,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -26033,6 +27225,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -26054,6 +27249,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26502,6 +27700,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26514,6 +27715,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26544,7 +27748,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26553,6 +27757,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26609,6 +27816,9 @@ msgstr[3] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26621,6 +27831,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26639,6 +27852,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26741,9 +27960,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26899,6 +28115,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26914,12 +28136,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26959,25 +28175,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26992,6 +28208,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -27001,33 +28220,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -27037,9 +28274,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -27097,6 +28346,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -27109,6 +28361,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27166,6 +28421,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27486,6 +28747,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27555,6 +28819,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27612,7 +28879,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27639,6 +28906,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27798,6 +29068,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27843,6 +29116,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27858,12 +29134,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -28110,6 +29389,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -28281,12 +29569,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28488,6 +29770,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28599,6 +29884,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28730,6 +30018,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28742,12 +30033,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28760,6 +30057,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28808,6 +30111,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28829,28 +30138,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28949,12 +30246,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -29027,6 +30330,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -29090,6 +30396,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29315,6 +30624,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29372,6 +30684,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29531,6 +30846,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29627,6 +30945,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29753,6 +31089,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29777,6 +31116,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29807,6 +31149,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29951,6 +31296,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -30053,6 +31401,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -30143,6 +31554,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -30236,9 +31650,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30549,19 +31960,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30570,6 +31996,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30588,6 +32017,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30616,6 +32048,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30640,6 +32075,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30670,6 +32108,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30800,6 +32241,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30854,6 +32298,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30866,6 +32313,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30875,6 +32325,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30893,6 +32346,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -31037,13 +32499,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -31079,6 +32541,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -31154,6 +32619,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -31181,12 +32649,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31259,9 +32739,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31274,6 +32751,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31358,9 +32838,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31382,6 +32859,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31448,6 +32928,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31568,6 +33051,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31613,9 +33099,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31790,6 +33273,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31826,6 +33312,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31856,15 +33345,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31874,6 +33354,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31889,18 +33372,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31970,6 +33468,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -32114,6 +33615,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -32290,6 +33794,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32356,6 +33863,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32371,6 +33881,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32386,7 +33899,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32398,7 +33911,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32413,6 +33929,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32566,9 +34085,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32783,12 +34299,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32837,9 +34347,6 @@ 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 usage ping"
msgstr ""
@@ -32849,6 +34356,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32861,6 +34371,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32879,6 +34392,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32930,6 +34446,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32969,6 +34488,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32996,6 +34518,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -33035,6 +34560,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -33056,6 +34587,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -33092,15 +34626,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -33212,15 +34755,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -33230,6 +34785,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -33284,6 +34842,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33299,9 +34860,6 @@ 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 merge requests."
msgstr ""
@@ -33530,13 +35088,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33629,9 +35187,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33647,6 +35217,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33923,6 +35496,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -34025,12 +35601,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -34085,6 +35673,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -34180,6 +35771,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -34228,19 +35822,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34534,6 +36125,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34591,6 +36185,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34621,6 +36218,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34672,6 +36275,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34756,7 +36368,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34783,7 +36395,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34807,6 +36419,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34837,6 +36452,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34858,6 +36476,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34870,10 +36497,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -35033,6 +36660,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -35048,9 +36678,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -35066,9 +36708,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -35153,6 +36801,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -35261,7 +36912,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35288,6 +36939,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -35324,13 +36978,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -35363,6 +37017,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35423,9 +37080,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35450,9 +37104,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35468,6 +37119,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35495,6 +37149,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35516,7 +37173,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35612,6 +37272,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35750,7 +37413,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35780,6 +37443,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35810,12 +37476,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35828,9 +37500,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35849,6 +37518,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35939,9 +37611,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35960,6 +37629,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -36141,6 +37813,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36445,6 +38120,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36463,6 +38141,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36621,6 +38302,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36651,12 +38335,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36977,19 +38667,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -37016,6 +38703,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -37106,21 +38811,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -37175,6 +38877,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -37196,9 +38901,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -37295,6 +38997,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -37338,6 +39043,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -37356,6 +39067,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -37375,13 +39089,16 @@ msgstr[3] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37420,6 +39137,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37492,6 +39212,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37501,6 +39224,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/cy_GB/gitlab.po b/locale/cy_GB/gitlab.po
index a35b53b3f37..78f8019109c 100644
--- a/locale/cy_GB/gitlab.po
+++ b/locale/cy_GB/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: cy\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:07\n"
+"PO-Revision-Date: 2021-05-03 22:10\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr " Casglwyd %{time}"
msgid " Please sign in."
msgstr " Mewngofnodwch."
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " Ceisiwch %{action} y ffeil hon eto."
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " Mae angen i chi wneud hyn cyn %{grace_period_deadline}."
@@ -97,6 +106,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -646,9 +664,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -793,12 +808,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -883,9 +907,6 @@ 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 ""
@@ -934,6 +955,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -970,6 +994,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -1093,9 +1120,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -1222,9 +1246,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1243,10 +1264,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -1264,6 +1285,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1354,6 +1384,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1363,6 +1396,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1750,6 +1786,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1864,6 +1903,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1879,7 +1921,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1903,6 +1945,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1966,10 +2011,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -2023,6 +2074,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -2032,6 +2089,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -2158,6 +2218,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -2173,9 +2236,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -2188,6 +2248,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -2224,9 +2287,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -2308,6 +2368,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2413,6 +2476,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2434,21 +2500,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2488,6 +2548,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2608,9 +2671,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2635,9 +2695,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2674,9 +2731,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2695,9 +2749,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2716,16 +2767,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2746,10 +2800,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2761,7 +2818,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -3148,6 +3205,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -3322,10 +3385,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3352,19 +3412,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
+msgstr ""
+
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3385,18 +3451,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3418,22 +3478,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3445,6 +3505,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3463,13 +3526,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3481,22 +3547,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3634,9 +3697,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3664,6 +3724,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3766,10 +3829,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -4030,9 +4093,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -4042,7 +4102,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -4099,9 +4159,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -4141,6 +4198,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -4240,6 +4300,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -4312,8 +4462,8 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -4321,9 +4471,6 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-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] ""
@@ -4351,6 +4498,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -4363,9 +4513,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4531,6 +4687,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4540,6 +4699,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4615,13 +4777,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4633,6 +4798,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4693,7 +4861,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4768,6 +4936,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4843,9 +5014,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4900,6 +5077,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -5062,9 +5242,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -5158,25 +5347,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -5188,15 +5377,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -5287,12 +5488,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -5308,6 +5515,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5605,9 +5815,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5662,6 +5869,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5743,9 +5953,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5836,9 +6043,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5947,6 +6151,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -6031,6 +6238,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -6055,6 +6265,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -6076,6 +6289,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -6103,6 +6319,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -6256,15 +6493,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -6328,6 +6559,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6517,6 +6751,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6793,6 +7030,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6892,46 +7135,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -7138,6 +7408,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -7303,6 +7576,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -7414,7 +7690,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7441,6 +7717,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -8068,6 +8353,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -8125,6 +8413,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -8278,6 +8569,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -8323,6 +8617,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -8401,7 +8698,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8461,6 +8758,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8488,9 +8788,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8521,6 +8836,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8536,28 +8854,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8725,7 +9061,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8959,6 +9295,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -9013,7 +9355,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -9160,15 +9502,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -9358,6 +9733,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -9466,6 +9844,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9718,6 +10099,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9739,6 +10123,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9961,6 +10351,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -10015,13 +10408,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -10048,6 +10438,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -10240,6 +10666,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -10285,6 +10714,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -10318,7 +10750,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -10333,6 +10765,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10414,6 +10849,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10432,9 +10870,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10459,6 +10894,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -10483,9 +10921,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10597,10 +11044,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10648,6 +11098,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10687,6 +11140,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10699,18 +11155,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10945,9 +11395,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -11059,22 +11506,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -11311,15 +11743,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -11362,7 +11797,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11392,7 +11827,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -11407,10 +11842,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11428,6 +11869,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -11470,6 +11920,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -11512,7 +11968,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11578,9 +12034,6 @@ msgstr[5] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11608,7 +12061,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11623,6 +12076,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11641,10 +12097,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11689,6 +12145,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11776,6 +12235,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11869,6 +12334,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11887,6 +12355,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11905,6 +12376,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11968,21 +12442,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -12028,9 +12499,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -12043,13 +12511,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -12091,6 +12565,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -12106,6 +12583,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -12124,6 +12610,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -12133,9 +12622,6 @@ 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 ""
@@ -12187,6 +12673,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -12214,9 +12706,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -12253,6 +12754,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -12355,6 +12859,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12616,6 +13123,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12634,7 +13144,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12949,6 +13459,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -13138,6 +13651,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -13249,6 +13765,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -13264,6 +13783,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -13276,10 +13798,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -13327,9 +13852,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -13342,6 +13864,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13540,6 +14065,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13552,9 +14080,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13819,6 +14353,18 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -14038,10 +14584,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -14155,6 +14704,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -14242,6 +14794,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -14278,9 +14833,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -14428,6 +14998,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14449,6 +15022,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -14488,6 +15064,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -14497,6 +15076,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14512,9 +15094,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14551,6 +15139,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14566,6 +15157,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14614,16 +15208,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14665,6 +15268,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14677,6 +15283,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14686,6 +15295,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14695,6 +15307,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14716,16 +15334,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14746,6 +15373,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14824,6 +15454,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14875,6 +15508,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14899,9 +15535,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14953,9 +15595,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14980,9 +15619,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14998,10 +15634,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -15046,9 +15688,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -15088,10 +15727,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -15142,9 +15781,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -15340,6 +15985,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -15382,6 +16030,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -15469,6 +16120,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -15487,10 +16141,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -15505,19 +16159,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15556,10 +16207,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15607,15 +16255,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15646,7 +16291,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15697,9 +16342,6 @@ 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 group-level project templates."
msgstr ""
@@ -15721,7 +16363,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15760,6 +16411,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15937,9 +16591,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15979,6 +16639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15997,9 +16660,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -16087,12 +16759,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -16132,6 +16810,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -16141,10 +16825,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -16228,9 +16909,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -16276,6 +16963,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -16288,6 +16981,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -16309,9 +17008,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -16333,6 +17029,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -16348,6 +17047,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -16381,6 +17086,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -16429,6 +17137,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -16537,9 +17248,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16558,7 +17275,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16588,7 +17305,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16633,7 +17350,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16666,9 +17383,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16690,6 +17404,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16753,7 +17470,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16768,7 +17485,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16795,16 +17515,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16825,7 +17551,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16879,6 +17605,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16987,6 +17716,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16996,19 +17728,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -17104,9 +17833,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -17125,6 +17860,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -17224,6 +17974,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -17233,16 +17986,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -17251,6 +18013,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -17275,6 +18040,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -17284,6 +18052,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -17302,7 +18073,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -17314,6 +18085,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -17338,6 +18112,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -17350,7 +18127,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -17359,13 +18136,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -17374,6 +18151,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17458,9 +18238,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17686,24 +18463,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17812,15 +18577,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17893,19 +18655,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17914,7 +18694,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17995,6 +18775,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -18010,6 +18793,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -18070,6 +18898,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -18082,6 +18913,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -18112,10 +18946,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -18136,16 +18973,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -18178,16 +19012,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -18202,7 +19048,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -18211,9 +19057,6 @@ 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 ""
@@ -18232,6 +19075,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -18343,12 +19189,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -18358,6 +19216,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -18379,6 +19243,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18472,6 +19339,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18598,6 +19468,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18628,6 +19501,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18685,6 +19564,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18697,6 +19579,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18748,6 +19633,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18775,12 +19663,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18811,10 +19705,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18850,6 +19741,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18862,6 +19756,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -19114,6 +20011,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -19135,6 +20035,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -19162,6 +20068,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -19249,6 +20158,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -19291,12 +20203,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -19393,6 +20311,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -19405,7 +20326,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19528,6 +20449,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19585,6 +20515,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19594,6 +20530,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19648,6 +20590,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19678,6 +20629,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19699,9 +20653,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19714,15 +20674,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19777,10 +20746,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19876,9 +20845,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19927,12 +20893,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -20113,6 +21085,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20659,9 +21634,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20767,9 +21739,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20953,21 +21922,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-msgstr[4] ""
-msgstr[5] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20983,6 +21946,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -21382,6 +22348,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -21406,6 +22375,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -21415,9 +22396,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21679,6 +22657,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -22033,10 +23017,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -22075,6 +23056,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -22135,6 +23122,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -22147,6 +23137,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -22168,6 +23161,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -22180,12 +23176,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -22237,10 +23242,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -22378,7 +23401,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22522,9 +23545,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22546,6 +23566,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22591,6 +23617,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22849,6 +23878,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22891,15 +23923,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22972,15 +23998,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22996,15 +24013,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -23017,7 +24034,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -23080,6 +24100,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -23089,6 +24112,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -23104,15 +24130,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -23122,6 +24157,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -23170,6 +24208,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -23209,6 +24253,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -23251,6 +24298,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -23296,9 +24355,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -23317,18 +24373,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -23341,6 +24403,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -23368,6 +24433,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -23389,9 +24457,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -23437,6 +24502,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -23455,6 +24535,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -23491,9 +24574,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23536,19 +24616,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -23557,9 +24631,6 @@ 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 ""
@@ -23617,13 +24688,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23638,6 +24709,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23725,7 +24799,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23764,6 +24838,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23854,6 +24931,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23986,6 +25066,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -24037,6 +25120,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -24145,6 +25231,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -24259,6 +25351,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -24274,7 +25372,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -24289,6 +25387,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -24298,6 +25399,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -24343,6 +25453,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -24367,9 +25480,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -24457,9 +25567,6 @@ 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 ""
@@ -24550,6 +25657,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24715,82 +25825,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -25039,12 +26164,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -25060,6 +26194,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -25192,6 +26329,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -25270,6 +26410,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -25288,6 +26431,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -25549,7 +26695,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25735,9 +26881,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25792,6 +26944,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25885,6 +27040,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25900,9 +27058,6 @@ 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 ""
@@ -25933,6 +27088,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25966,15 +27124,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25993,6 +27163,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -26005,7 +27178,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -26020,6 +27193,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -26224,18 +27400,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -26287,12 +27466,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -26308,6 +27493,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -26320,6 +27508,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -26347,6 +27541,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -26368,6 +27565,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26824,6 +28024,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26836,6 +28039,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26866,7 +28072,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26875,6 +28081,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26935,6 +28144,9 @@ msgstr[5] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26947,6 +28159,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26965,6 +28180,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -27067,9 +28288,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -27229,6 +28447,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -27244,12 +28468,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -27289,25 +28507,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -27322,6 +28540,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -27331,33 +28552,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -27367,9 +28606,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -27427,6 +28678,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -27439,6 +28693,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27496,6 +28753,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27838,6 +29101,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27907,6 +29173,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27964,7 +29233,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27991,6 +29260,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -28150,6 +29422,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -28195,6 +29470,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -28210,12 +29488,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -28462,6 +29743,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -28633,12 +29923,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28840,6 +30124,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28951,6 +30238,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -29086,6 +30376,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -29098,12 +30391,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -29116,6 +30415,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -29164,6 +30469,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -29185,28 +30496,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -29305,12 +30604,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -29383,6 +30688,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -29446,6 +30754,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29671,6 +30982,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29728,6 +31042,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29887,6 +31204,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29983,6 +31303,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -30109,6 +31447,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -30133,6 +31474,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -30163,6 +31507,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -30307,6 +31654,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -30409,6 +31759,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -30499,6 +31912,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -30592,9 +32008,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30913,19 +32326,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30934,6 +32362,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30952,6 +32383,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30982,6 +32416,9 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -31006,6 +32443,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -31036,6 +32476,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -31168,6 +32611,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -31222,6 +32668,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -31234,6 +32683,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -31243,6 +32695,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -31261,6 +32716,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -31405,13 +32869,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -31447,6 +32911,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -31522,6 +32989,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -31549,12 +33019,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31627,9 +33109,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31642,6 +33121,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31726,9 +33208,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31750,6 +33229,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31816,6 +33298,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31936,6 +33421,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31981,9 +33469,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -32158,6 +33643,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -32194,6 +33682,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -32224,15 +33715,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -32242,6 +33724,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -32257,18 +33742,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -32338,6 +33838,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -32482,6 +33985,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -32662,6 +34168,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32728,6 +34237,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32743,6 +34255,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32758,7 +34273,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32770,7 +34285,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32785,6 +34303,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32938,9 +34459,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -33157,12 +34675,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -33211,9 +34723,6 @@ 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 usage ping"
msgstr ""
@@ -33223,6 +34732,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -33235,6 +34747,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -33253,6 +34768,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -33304,6 +34822,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -33343,6 +34864,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -33370,6 +34894,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -33409,6 +34936,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -33430,6 +34963,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -33466,15 +35002,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -33586,15 +35131,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -33604,6 +35161,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -33658,6 +35218,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33673,9 +35236,6 @@ 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 merge requests."
msgstr ""
@@ -33904,13 +35464,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -34003,9 +35563,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -34021,6 +35593,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -34297,6 +35872,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -34399,12 +35977,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -34459,6 +36049,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -34558,6 +36151,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -34606,19 +36202,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34912,6 +36505,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34969,6 +36565,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34999,6 +36598,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -35050,6 +36655,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -35134,7 +36748,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -35161,7 +36775,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -35185,6 +36799,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -35215,6 +36832,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -35236,6 +36856,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -35248,10 +36877,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -35413,6 +37042,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -35428,9 +37060,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -35446,9 +37090,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -35533,6 +37183,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -35641,7 +37294,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35668,6 +37321,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -35704,13 +37360,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -35743,6 +37399,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35803,9 +37462,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35830,9 +37486,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35848,6 +37501,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35875,6 +37531,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35896,7 +37555,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35992,6 +37654,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -36130,7 +37795,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -36160,6 +37825,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -36190,12 +37858,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -36208,9 +37882,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -36229,6 +37900,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -36319,9 +37993,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -36340,6 +38011,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -36523,6 +38197,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36829,6 +38506,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36847,6 +38527,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -37015,6 +38698,9 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -37045,12 +38731,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -37375,19 +39067,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -37414,6 +39103,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -37504,21 +39211,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -37573,6 +39277,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -37594,9 +39301,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -37699,6 +39403,9 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -37744,6 +39451,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -37762,6 +39475,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -37783,13 +39499,16 @@ msgstr[5] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37828,6 +39547,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37900,6 +39622,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37909,6 +39634,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/da_DK/gitlab.po b/locale/da_DK/gitlab.po
index ed7b4cd2cc7..7c938d3c192 100644
--- a/locale/da_DK/gitlab.po
+++ b/locale/da_DK/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: da\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:15\n"
+"PO-Revision-Date: 2021-05-03 22:20\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "Vedhæft en fil vha. træk og slip eller %{upload_link}"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/de/gitlab.po b/locale/de/gitlab.po
index 0db337146e8..eee7b641ba0 100644
--- a/locale/de/gitlab.po
+++ b/locale/de/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: de\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:15\n"
+"PO-Revision-Date: 2021-05-03 22:20\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr " Gesammelt %{time}"
msgid " Please sign in."
msgstr " Bitte melde dich an."
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " Versuche die Datei erneut zu %{action}."
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " Das musst du vor %{grace_period_deadline} tun."
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] "%d Genehmigung"
msgstr[1] "%d Genehmigungen"
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr "%{authorsName}s Unterhaltung"
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr "%{firstLabel} +%{labelCount} mehr"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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."
+msgid "%{group_name} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ msgstr ""
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} nicht verfügbar"
-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 "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} ist eine freie, automatisierte und offene Zertifizierungsstelle (CA), die digitale Zertifikate vergibt, um HTTPS (SSL/TSL) für Webseiten zu ermöglichen."
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, dieses Ticket wird automatisch geschlossen werden."
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr "%{start} bis %{end}"
@@ -914,9 +934,6 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title} Änderungen"
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,12 +952,12 @@ msgstr "%{total} offenes Ticketgewicht"
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "%{usage_ping_link_start}Erfahre mehr%{usage_ping_link_end} darüber, welche Informationen mit GitLab Inc. geteilt werden."
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr "%{userName} (kann nicht mergen)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr "Avatar von %{username}"
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr "(Fortschritt überprüfen)"
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr "(entfernt)"
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr "Eine grundlegende Seite und serverlose Funktion, die AWS Lambda, AWS API
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr "Ein(e) Benutzer(in) mit Schreibzugriff auf den Quellbranch hat diese Opt
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr "API Token"
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr "Missbrauchsmeldungen"
msgid "Abuse reports"
msgstr "Missbrauchsmeldungen"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr "Einladung annehmen"
@@ -1620,6 +1673,9 @@ msgstr "Bedingungen akzeptieren"
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "Zugangs-Token"
@@ -1746,6 +1802,9 @@ msgstr "Account-ID"
msgid "Account and limit"
msgstr "Konto und Limit"
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr "Konto: %{account}"
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr "Service-Desk aktivieren"
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr "Aktiv"
@@ -1776,6 +1832,9 @@ msgstr "Aktive Sitzungen"
msgid "Activity"
msgstr "Aktivität"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr "Hinzufügen"
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr "README hinzufügen"
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr "Zoom-Besprechung hinzufügen"
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr "Fetten Text hinzufügen"
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr "Sub-Epic hinzufügen"
@@ -2001,6 +2060,9 @@ msgstr "Zum Review hinzufügen"
msgid "Add to tree"
msgstr "Zur Verzeichnisbaum hinzufügen"
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr "Benutzer(innen) zur Gruppe hinzufügen:"
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr "Keine Benutzer(innen) angegeben."
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr "Zusätzliche Minuten"
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "Zusätzlicher Text"
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr "Inhaber(in)"
@@ -2223,9 +2279,6 @@ msgstr "Stoppen von Jobs ist fehlgeschlagen"
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr "Löschen"
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr "Projekt %{projectName} löschen?"
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr "Auto-DevOps-Domain"
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr "Erforderliche Pipeline-Konfiguration"
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr "Pipeline-Konfigurationsdatei auswählen"
msgid "AdminSettings|Select a template"
msgstr "Wähle eine Vorlage"
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,12 +2384,15 @@ 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 "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."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
+msgstr ""
+
msgid "AdminStatistics|Active Users"
msgstr "Aktive Benutzer(innen)"
@@ -2349,8 +2402,8 @@ msgstr "Forks"
msgid "AdminStatistics|Issues"
msgstr "Tickets"
-msgid "AdminStatistics|Merge Requests"
-msgstr "Merge-Requests"
+msgid "AdminStatistics|Merge requests"
+msgstr ""
msgid "AdminStatistics|Milestones"
msgstr "Meilensteine"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] "Alarm"
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "Wird auch \"Herausgeber\" oder \"Relying-Party-Trust-Identifier\" genannt"
@@ -3350,12 +3409,12 @@ msgstr "Beim Umschalten des Benachrichtigungs-Abonnements trat ein Fehler auf"
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
-msgstr ""
-
msgid "An error occurred when updating the issue weight"
msgstr "Beim Aktualisieren der Ticket-Gewichtung ist ein Fehler aufgetreten"
+msgid "An error occurred when updating the title"
+msgstr ""
+
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
msgstr ""
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr "Beim Abonnieren von Benachrichtigungen ist ein Fehler aufgetreten."
@@ -3626,8 +3682,8 @@ msgstr "Beim Starten des Jobs ist ein Fehler aufgetreten."
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
-msgstr "Beim Versuch, eine neue Pipeline für den Merge-Request zu starten, ist ein Fehler aufgetreten."
+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 "Beim Abbestellen der Benachrichtigungen ist ein Fehler aufgetreten."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr "Vorfahren"
@@ -3824,6 +3880,96 @@ msgstr "Anwendung wurde erfolgreich aktualisiert."
msgid "Application: %{name}"
msgstr "Anwendung: %{name}"
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "Anwendungen"
@@ -3892,13 +4038,10 @@ msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] "%d Mitglied"
msgstr[1] "%d Mitglieder"
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
-msgstr[0] "Zustimmungen dieses Mitglieds werden nicht widerrufen."
-msgstr[1] "Zustimmungen dieser Mitglieder werden nicht widerrufen."
-
-msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
-msgstr "Du bist dabei die Genehmigungsberechtigten-Gruppe %{name} mit %{nMembers} zu löschen."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
+msgstr[0] ""
+msgstr[1] ""
msgid "ApprovalRuleSummary|%d member"
msgid_plural "ApprovalRuleSummary|%d members"
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr "Genehmigungsberechtigte(r)"
@@ -3931,9 +4077,15 @@ msgstr "Name"
msgid "ApprovalRule|Rule name"
msgstr "Regelname"
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr "Möchtest du den öffentlichen Schlüssel wirklich neu generieren? Du mu
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr "Bist du sicher, dass du %{group_name} wirklich entfernen willst?"
@@ -4104,6 +4259,9 @@ msgstr "Möchtest du den Anhang wirklich entfernen?"
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr "Bist du sicher, dass du diese Identität entfernen willst?"
@@ -4179,13 +4337,16 @@ msgstr "Artefakt wurde erfolgreich gelöscht."
msgid "Artifacts"
msgstr "Artefakte"
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr "Aufsteigend"
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,8 +4421,8 @@ msgstr ""
msgid "Assigned Issues"
msgstr "Zugewiesene Tickets"
-msgid "Assigned Merge Requests"
-msgstr "Zugewiesene Merge-Requests"
+msgid "Assigned merge requests"
+msgstr ""
msgid "Assigned projects"
msgstr ""
@@ -4328,6 +4492,9 @@ msgstr "Datei anhängen"
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "Datei mittels Drag &amp; Drop oder %{upload_link} hinzufügen"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] "Datei anhängen"
@@ -4399,9 +4566,15 @@ msgstr "Authentifizieren"
msgid "Authenticate with GitHub"
msgstr "Mit GitHub authentifizieren"
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr "Berechtigungsschlüssel"
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr "Die Autorisierung wurde erteilt, indem du deinen Benutzernamen und Passwort in die Anwendung eingeben hast."
@@ -4618,9 +4794,18 @@ msgstr "Avatar wird entfernt. Bist du sicher?"
msgid "Average per day: %{average}"
msgstr "Durchschnitt pro Tag: %{average}"
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,26 +4899,26 @@ msgstr "Deine Badges"
msgid "Balsamiq file could not be loaded."
msgstr "Balsamiq-Datei konnte nicht geladen werden."
-msgid "BambooService|A continuous integration and build server"
-msgstr "Ein Continuous-Integration- und Build-Server"
+msgid "BambooService|Atlassian Bamboo"
+msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
-msgstr "Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
+msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
-msgstr "Bamboo-Build-Plan-Schlüssel, z.B. KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
+msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
-msgstr "Bamboo Root-URL, z.B. https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
+msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
-msgstr "Du musst in Bamboo eine automatische Versionskennzeichnung und einen Repository-Trigger einrichten."
+msgid "BambooService|The user with API access to the Bamboo server."
+msgstr ""
msgid "Based on"
msgstr ""
@@ -4744,15 +4929,27 @@ msgstr "Vorsicht. Änderungen am Projektnamensraum können unbeabsichtigte Neben
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr "Vorsicht. Das Umbenennen des Projekt-Repositorys kann unbeabsichtigte Nebenwirkungen haben."
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr "Mit dem ausgewählten Commit beginnen"
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "Unten findest du alle Gruppen, die öffentlich sind."
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr "Ãœbersicht der Branches anzeigen"
msgid "Branches|Show stale branches"
msgstr "Inaktive Branches anzeigen"
-msgid "Branches|Sort by"
-msgstr "Sortieren nach"
-
msgid "Branches|Stale"
msgstr "Inaktiv"
@@ -5206,6 +5409,9 @@ msgstr "Broadcast-Nachricht wurde erfolgreich aktualisiert."
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "Verzeichnis durchsuchen"
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr "CI/CD für externes Repo"
-msgid "CI/CD settings"
-msgstr "CI/CD-Einstellungen"
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr "Callback-URL"
msgid "Can be manually deployed to"
msgstr "Kann manuell bereitgestellt werden für"
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr "Job abbrechen"
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr "Der Missbrauchsbericht kann nicht erstellt werden. Der/Die Benutzer(in)
msgid "Cannot create the abuse report. This user has been blocked."
msgstr "Der Missbrauchsbericht kann nicht erstellt werden. Der/Die Benutzer(in) wurde gesperrt."
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr "Kann nicht mergen"
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr "Kann verwalteten Kubernetes-Cluster nicht ändern"
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr "Kapazitätsschwelle"
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr "Ändert den Titel in \"%{title_param}\"."
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr "Die Änderungen werden nicht ausgeführt bis %{link_start}neu indexiert%{link_end} wurde."
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "Lies die %{docs_link_start}Dokumentation%{docs_link_end}."
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr "Untergeordnetes Epic existiert nicht."
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 "Wähle einen Branch/Tag (z. B. %{master}) oder gib einen Commit ein (z. B. %{sha}), um zu sehen, was geändert wurde oder um einen Merge-Request zu erstellen."
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr "Zum Erweitern klicken."
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr "Schließt dieses %{quick_action_target}."
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
+msgstr ""
+
+msgid "CloudLicense|Subscription"
+msgstr ""
+
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
+msgstr ""
+
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|Users over subscription"
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|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 "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr "Basisdomäne"
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Aktiviere oder deaktiviere die Verbindung zwischen GitLab und deinem Kubernetes-Cluster."
@@ -6954,7 +7226,7 @@ msgstr "Wenn du mehrere Cluster einrichtest und Auto-DevOps verwendest, lies zue
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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr "Die Zustimmung des Code-Eigentümers ist erforderlich"
msgid "Code owners"
msgstr "Code-Besitzer(innen)"
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr "Vergleiche Git-Revisionen"
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr "Vergleiche Revisionen"
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr "Let's Encrypt konfigurieren"
msgid "Configure Prometheus"
msgstr "Prometheus konfigurieren"
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "Tracing konfigurieren"
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr "Konfiguriere die Speicherpfadeinstellungen."
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr "Bestätigen"
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr "Bestätigung per E-mail an %{email} gesendet"
msgid "Confirmation required"
msgstr "Bestätigung erforderlich"
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr "Inhalt von .gitlab-ci.yml"
@@ -8537,8 +8875,8 @@ msgstr "Letzter Monat"
msgid "ContributionAnalytics|Last week"
msgstr "Letzte Woche"
-msgid "ContributionAnalytics|Merge Requests"
-msgstr "Merge-Request"
+msgid "ContributionAnalytics|Merge requests"
+msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
msgstr "Keine Tickets für den ausgewählten Zeitraum."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr "Konnte Admins nicht als Mitglieder hinzufügen"
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr "Branch erstellen"
@@ -8990,6 +9364,9 @@ msgstr "Snippet erstellen"
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr "Der aktuelle Knoten muss der primäre Knoten sein, sonst sperrst Du dich
msgid "Current password"
msgstr "Aktuelles Passwort"
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr "%{stageCount} Phasen ausgewählt"
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr "DNS"
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr "Dashboard"
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr "Daten werden noch berechnet..."
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr "Ablehnen und abmelden"
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr "Kommentar entfernen"
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr "Verweigern"
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr "Öffentlich zugängliche Bereitstellungsschlüssel"
msgid "DeployKeys|Read access only"
msgstr "Nur Lesezugriff"
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr "Du bist dabei diesen Bereitstellungsschlüssel zu entfernen. Bist du sicher?"
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr "Aktive Bereitstellungstoken (%{active_tokens})"
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr "Diff Inhaltsbeschränkungen"
@@ -10954,6 +11400,12 @@ msgstr "Verzeichnisname"
msgid "Disable"
msgstr "Deaktivieren"
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr "Für dieses Projekt deaktivieren"
@@ -10996,7 +11448,7 @@ msgstr "Entwurf verwerfen"
msgid "DiscordService|Discord Notifications"
msgstr "Discord-Benachrichtigungen"
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr "Hervorheben des Merge-Requests beenden"
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr "Dockerfile"
@@ -11121,12 +11573,12 @@ msgstr ""
msgid "Domain"
msgstr "Domäne"
+msgid "Domain Name"
+msgstr ""
+
msgid "Domain cannot be deleted while associated to one or more clusters."
msgstr "Kann Domain nicht löschen, solange sie mit Cluster(n) verknüpft ist."
-msgid "Domain denylist"
-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 ""
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr "CSV herunterladen"
@@ -11256,6 +11711,12 @@ msgstr "Während dieses Vorgangs wirst du nach URLs von GitLab gefragt. Verwende
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "Bearbeiten"
@@ -11349,6 +11810,9 @@ msgstr "Tickets bearbeiten"
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr "Öffentlichen Bereitstellungsschlüssel bearbeiten"
@@ -11367,6 +11831,9 @@ msgstr "Dieses Release bearbeiten"
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr "Wiki-Seite bearbeiten"
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ msgstr ""
msgid "Email patch"
msgstr "E-Mail-Patch"
-msgid "Email restrictions"
-msgstr "E-Mail-Beschränkungen"
-
-msgid "Email restrictions for sign-ups"
-msgstr "E-Mail-Beschränkungen fürs Registrieren"
-
msgid "Email sent"
msgstr ""
-msgid "Email the pipelines status to a list of recipients."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr "Aktiviere die Pseudonymizer-Datensammlung"
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr "Aktiviere und konfiguriere Prometheus-Messwerte."
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ msgstr "Aktiviere die Klassifizierungskontrolle mithilfe eines externen Service"
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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr "Nutzungsbericht einschalten"
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr "Endet am (UTC)"
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr "Epic wurde nicht gefunden."
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr "Epics und Tickets"
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr "Mit Epics kannst du deine Projekte effizienter und mit weniger Aufwand verwalten"
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr "Menüleiste ausklappen"
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr "Externe Authentifizierung"
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr "Klassifizierungslabel"
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr "Fehlschlag"
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr "Schnellere Releases. Besserer Code. Weniger Schmerzen."
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr "Feature Flags"
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr "Feb"
@@ -13514,10 +14052,13 @@ msgstr "Behoben:"
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr "Vom Umsetzen des Merge Request bis zur Bereitstellung auf dem Produktivs
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr "Geo"
@@ -13904,6 +14466,9 @@ msgstr "Primärknoten"
msgid "GeoNodes|secondary nodes"
msgstr "Sekundärknoten"
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr "%{name} ist für die erneute Synchronisierung vorgemerkt"
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr "Tracking-Eintrag für ein vorhandenes Projekt konnte nicht entfernt werden."
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr "Nach Status filtern"
msgid "Geo|Geo Status"
msgstr "Geo-Status"
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr "Zuletzt überprüft"
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr "Noch nicht synchronisiert"
@@ -14090,16 +14676,25 @@ msgstr "Entfernen"
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr "Tracking-Datenbankeintrag entfernen"
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr "Status"
@@ -14153,6 +14751,9 @@ msgstr "Synchronisiert"
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr "Synchronisierung fehlgeschlagen - %{error}"
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr "Unbekannter Status"
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr "Überprüfung fehlgeschlagen - %{error}"
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr "Warte auf den Scheduler"
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr "sekundär"
msgid "Get a free instance review"
msgstr "Erhalte eine kostenlose Instanzprüfung"
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr "GitLab-Import"
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr "GitLab verwendet %{jaeger_link} um verteilte Systeme zu überwachen."
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr "Zurück"
msgid "Go back (while searching for files)"
msgstr "Gehe zurück (während der Suche nach Dateien)"
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr "Gruppeninfo:"
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr "Gruppenbetreuer können Gruppen-Runner unter %{link} registrieren"
@@ -14858,6 +15498,9 @@ msgstr "Die Pipeline-Minuten der Gruppe wurden erfolgreich zurückgesetzt."
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr "Gruppe benötigt ein separates Konto"
@@ -14945,6 +15588,9 @@ msgstr "Entschuldigung, keine Epics stimmen mit deiner Suche überein"
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr "Die Roadmap zeigt den Fortschritt deiner Epics anhand einer Zeitleiste an"
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr "Um die Roadmap anzuzeigen, fügen Sie einem der %{linkStart}untergeordneten Epics%{linkEnd} ein Start- oder Fälligkeitsdatum hinzu."
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,11 +15675,8 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr "Äußere Forks verbieten"
-
-msgid "GroupSAML|Prohibit outer forks for this group."
-msgstr "Äußere Forks für diese Gruppe verbieten"
+msgid "GroupSAML|Prohibit outer forks for this group"
+msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
msgstr ""
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ msgstr "Gruppe exportieren"
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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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 delay. This delay can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr "Kopfzeilennachricht"
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr "Hilft zu verhindern, dass Bots sich Konten erstellen."
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr "Verlauf"
msgid "History of authentications"
msgstr "Verlauf der Authentifizierungen"
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr "IP-Adresse"
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr "Identifikator"
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr "Wenn du GitHub verwendest, siehst du den Pipeline-Status für deine Comm
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr "2-up"
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr "Importiere Projekte von Gitea"
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr "Importiere ein exportiertes GitLab-Projekt"
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr "Importiere Projekte von Bitbucket"
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr "In Bearbeitung"
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr "Integrationen"
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr "Issue Label"
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr "Tickets"
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr "Job wurde gelöscht"
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr "in"
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr "Juli"
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr "LFS"
@@ -18046,6 +18908,9 @@ msgstr "Letzter Commit"
msgid "Last contact"
msgstr "Letzter Kontakt"
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr "Zuletzt bearbeitet %{date}"
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr "Verlassen"
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr "Verlasse die Gruppe"
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr "Prometheus-Monitoring mit GitLab verknüpfen."
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr "LinkedIn"
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr "Lokalisierung"
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr "Sperren"
@@ -18711,12 +19615,18 @@ msgstr "Sperrungen bieten die Möglichkeit, bestimmte Dateien oder Ordner zu spe
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "Mit Smartcard einloggen"
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr "Protokolle"
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr "Verwalte Anwendungen, die du autorisiert hast dein Konto verwenden zu dürfen."
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr "Gruppenlabels verwalten"
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr "Projektlabel verwalten"
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr "Maximale Zugriffsstufe"
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr "Maximale Seite erreicht"
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr "Mai"
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr "Median"
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr "Mitgliedersperre"
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr "Mitglied seit %{date}"
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr "Merge-Request"
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr "Merge-Requests"
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr "Merge-Request-Genehmigungen"
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr "Nachrichten"
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr "Mehr"
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr "Benennung, Sichtbarkeit"
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr "Hilfe"
@@ -20782,6 +21744,9 @@ msgstr "Neuer Ticket-Titel"
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr "Neues Projekt"
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr "Neues Release"
@@ -20815,9 +21792,6 @@ msgstr "Neue Anforderung"
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr "Neuer Registrierungstoken für Runner wurde generiert!"
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr "Keine öffentlichen Gruppen"
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr "OK"
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr "Optionen"
msgid "Or you can choose one of the suggested colors below"
msgstr "Oder du wählst eine der unten vorgeschlagenen Farben"
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr "Besitzer(in)"
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr "Pakete"
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr "Ãœbergeordnet"
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr "Teil der Merge-Request-Änderungen"
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr "Bestanden"
@@ -22397,8 +23410,11 @@ msgstr "Passwort"
msgid "Password (optional)"
msgstr "Passwort (optional)"
-msgid "Password Policy Guidelines"
-msgstr "Passwortrichtlinien"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
+msgstr ""
msgid "Password authentication is unavailable."
msgstr ""
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr "Replikation pausieren"
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr "In Arbeit"
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr "Personen ohne Berechtigung werden nie eine Benachrichtigung bekommen und können auch nicht kommentieren."
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr "Leistungsoptimierung"
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr "Frontend-Ressourcen"
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr "Insgesamt:"
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr "Pipelines"
msgid "Pipelines charts"
msgstr "Pipelinediagramme"
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr "Baue mit Vertrauen"
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
-msgstr "CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
+msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
-msgstr "Runner-Caches löschen"
+msgid "Pipelines|Clear runner caches"
+msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr "Pipelines laden"
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr "Der Projekt-Cache wurde erfolgreich zurückgesetzt."
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr "Pipeline ausführen"
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr "Beim Löschen des Runner-Caches ist etwas schief gelaufen."
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr "Dauer"
-msgid "Pipeline|Existing branch name or tag"
-msgstr "Bestehender Branchname oder Tag"
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,30 +23992,21 @@ msgstr ""
msgid "Pipeline|Raw text search is not currently supported. Please use the available search tokens."
msgstr ""
-msgid "Pipeline|Run Pipeline"
-msgstr "Pipeline ausführen"
-
-msgid "Pipeline|Run for"
+msgid "Pipeline|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Run for branch name or tag"
+msgid "Pipeline|Run pipeline"
msgstr ""
msgid "Pipeline|Running"
msgstr ""
-msgid "Pipeline|Search branches"
-msgstr "Branches durchsuchen"
-
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 "Gib die für diesen Lauf zu verwendenden Variablenwerte an. Die in %{settings_link} angegebenen Werte werden standardmäßig verwendet."
-
msgid "Pipeline|Stages"
msgstr "Phasen"
@@ -22997,13 +24064,13 @@ msgstr "mit Phase"
msgid "Pipeline|with stages"
msgstr "mit Phasen"
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr "PlantUML"
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr "Ausführen"
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr "Verhindere das Hinzufügen neuer Mitglieder zur Projektmitgliedschaft in dieser Gruppe"
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr "Primär"
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr "Profil"
msgid "Profile Settings"
msgstr "Profileinstellungen"
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr "Profil bearbeiten"
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr "Ungültiges Kennwort"
@@ -23678,6 +24775,15 @@ msgstr "Ungültiger Benutzername"
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr "Öffentlicher Avatar"
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr "Avatar entfernen"
@@ -23747,9 +24856,6 @@ msgstr ""
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "Die maximal zulässige Dateigröße beträgt 200KB."
-msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ msgstr "Dein Konto ist derzeit ein Besitzer in diesen Gruppen:"
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 ""
@@ -23930,6 +25033,9 @@ msgstr "Projekt-URL"
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr "Diese Einstellung wird auf Serverebene angewendet und kann von einem Admin überschrieben werden."
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "Geteilte Projekte mit %{group_name}"
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr "Protokoll"
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr "Provider"
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr "Push"
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "Kurzbefehle können in Ticket-Beschreibungen und Kommentarfeldern verwendet werden."
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr "Mehr lesen"
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr "Echtzeit-Features"
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr "Zuletzt gesucht"
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr "Später erinnern"
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr "Untergeordnetes Epic von einem Epic entfernen"
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr "Gruppe entfernen"
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr "Sekundärknoten entfernen"
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr "Auswählen"
msgid "Request Access"
msgstr "Anfrage auf Zugriff"
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "Fordere alle Benutzer(innen) auf, die Nutzungsbedingungen und Datenschutzrichtlinien zu akzeptieren, wenn sie auf GitLab zugreifen."
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr "Zugriffstoken für den Health-Check zurücksetzen"
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 "Fortsetzen"
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr "Führe CI/CD-Pipelines für externe Repositories aus"
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr "Unmarkierte Jobs ausführen"
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr "Runner-Token"
-
msgid "Runner tokens"
msgstr "Runner-Token"
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr "Wird ausgeführt"
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr "Plane eine neue Pipeline"
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr "Zeige komplettes Rohprotokoll"
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr "Anmelden"
msgid "Sign in / Register"
msgstr "Anmelden / Registrieren"
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr "Melde dich mit Single Sign-On an"
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr "Abmelden"
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr "Anmeldebeschränkungen"
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr "Größe"
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
+msgid "Skype:"
+msgstr ""
+
msgid "Slack application"
msgstr "Slack-Anwendung"
-msgid "Slack channels (e.g. general, development)"
-msgstr "Slack Channels (z.B. Allgemein, Entwicklung)"
-
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr "Die Slack-Integration ermöglicht es dir, mit GitLab über Slash-Befehle im Chat-Fenster zu interagieren."
-msgid "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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr "Bei uns ist etwas schief gelaufen"
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr "Bei uns ist etwas schief gelaufen."
@@ -28671,6 +29972,9 @@ msgstr "Beim Abrufen der Kommentare ist etwas schiefgelaufen. Bitte versuche es
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr "Beim Abrufen von Gruppenmitgliedsbeiträgen ist ein Fehler aufgetreten"
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr "Etwas ist beim Auflösen der Diskussion fehlgeschlagen. Versuche es später nochmal."
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr "Quelle (Branch oder Tag)"
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr "Spam-Protokolle"
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr "Als Spam einreichen"
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr "Sonntag"
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr "Versionshinweise"
msgid "TagsPage|Repository has no tags yet."
msgstr "Repository hat noch keine Tags."
-msgid "TagsPage|Sort by"
-msgstr "Sortieren nach"
-
msgid "TagsPage|Tags"
msgstr "Tags"
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr "Die Entwicklungsphase stellt die Zeit vom ersten Commit bis zum Erstelle
msgid "The collection of events added to the data gathered for that stage."
msgstr "Ereignisse, die für diese Phase ausgewertet wurden."
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr "Der Commit existiert nicht"
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "Der Import wird nach %{timeout} beendet. Verwende eine Clone/Push-Kombination für Repositorys, die länger brauchen."
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr "Das Kennwort, das zum Entschlüsseln des privaten Schlüssels erforderlich ist. Dies ist optional und der Wert wird im Ruhezustand verschlüsselt."
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr "Die Phase des Entwicklungslebenszyklus."
@@ -30669,15 +32129,15 @@ msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
msgstr ""
+msgid "The username for the Jenkins server."
+msgstr ""
+
msgid "The value 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 "Der mittlere aller erfassten Werte. Zum Beispiel ist für 3, 5, 9 der Median 5. Bei 3, 5, 7, 8 ist der Median (5+7)/2 = 6."
msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
-msgid "The visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
-msgstr ""
-
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
msgstr ""
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr "Beim Zurücksetzen des E-Mail-Tokens ist ein Fehler aufgetreten."
msgid "There was an error when subscribing to this label."
msgstr "Beim Abonnieren dieses Labels ist ein Fehler aufgetreten."
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr "Beim Abmelden von der Abonnierung dieses Labels ist ein Fehler aufgetreten."
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr "Dieses Projekt ist archiviert und kann nicht kommentiert werden."
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr "Dieser Runner wird nur Pipelines von geschützen Branches ausführen"
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr "Diese Einstellung kann in jedem Projekt überschrieben werden."
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr "Diese Einstellung aktualisiert den Hostnamen der für die Generierung von privaten Commit-E-Mails verwendet wird. %{learn_more}"
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr "Diese(r) Benutzer(in) hat keine Identitäten"
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr "Zeiterfassung"
msgid "Time until first merge request"
msgstr "Zeit bis zum ersten Merge-Request"
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr "Geschätzt"
@@ -31918,6 +33420,9 @@ msgstr "Sek."
msgid "Tip:"
msgstr "Tipp:"
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr "Um interne Benutzer(innen) zu definieren, musst du zunächst externe Ben
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr "Gib zunächst deine Gitea-Host-URL und einen %{link_to_personal_token} ein."
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr "Zur Verbesserung von GitLab und seiner Benutzererfahrung sammelt GitLab regelmäßig Nutzungsinformationen."
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr "Twitter"
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr "Zwei-Faktor-Authentifizierung"
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr "Typ"
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr "Der Diff konnten nicht geladen werden. %{button_try_again}"
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr "Das Merge-Request-Widget konnte nicht geladen werden. Versuchen Sie die Seite neu zu laden."
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr "Leider konnte deine E-Mail an GitLab nicht verarbeitet werden."
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr "Entsperren"
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr "Entsperrt"
@@ -32838,15 +34379,27 @@ msgstr "Aktualisieren"
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr "Jetzt updaten"
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr "Aktualisiere"
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr "Aktualisiere deinen Tarif, um Gruppen-Webhooks zu aktivieren."
-msgid "Upgrade your plan to enable this feature of the Jira Integration."
-msgstr ""
-
msgid "Upgrade your plan to improve merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr "Verwende eine Zeile pro URI"
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr "Template verwenden"
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr "Wird von Mitgliedern verwendet, um sich in GitLab in deiner Gruppe anzumelden"
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr "Bestätigt"
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr "Konfiguration verifizieren"
@@ -33802,6 +35391,9 @@ msgstr "Sieh es auf GitLab an"
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr "Die Dokumentation anzeigen"
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr "Wir haben potenziellen Spam in %{humanized_resource_name} gefunden. Bitt
msgid "We don't have enough data to show this stage."
msgstr "Es liegen nicht genügend Daten vor, um diese Phase anzuzeigen."
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr "Wir wollen sicher gehen, dass du es bist. Bitte bestätige, dass du kein
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr "Mittwoch"
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Wenn ein Runner gesperrt ist, kann er keinem anderen Projekt zugewiesen werden"
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr "Seite %{pageTitle} löschen?"
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr "Schreibe deinen Inhalt oder ziehe hier Dateien hinein…"
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr "Du bist auf einer GitLab-Instanz, die nur Lesezugriff erlaubt."
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "Du kannst einfach dazu beitragen, indem du um Aufnahme in diesen Gruppen bittest."
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr "Du hast noch keine Abonnements"
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr "Deine SSH-Schlüssel (%{count})"
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr "Deine Anwendungen (%{size})"
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr "konnte den privaten Schlüssel nicht lesen, ist die Passphrase korrekt?"
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr "Gruppe"
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr "Hilfe"
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr "https://dein-bitbucket-server"
@@ -36579,19 +38267,16 @@ msgstr "Fehler beim Laden der Bereitstellungsstatistiken"
msgid "mrWidget|Fast-forward merge is not possible. To merge this request, first rebase locally."
msgstr "Schnelles Mergen ist nicht möglich. Um diesen Merge_request zu mergen, rebase zuerst lokal."
-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 %{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|Jump to first unresolved thread"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr "Merge-Request genehmigt."
msgid "mrWidget|Merged by"
msgstr "Merged von"
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr "Weitere Informationen"
@@ -36708,21 +38411,18 @@ 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 "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 project is archived, write access has been disabled"
msgstr "Dieses Projekt wurde archiviert, der Schreibzugriff wurde deaktiviert"
msgid "mrWidget|To approve this merge request, please enter your password. This project requires all approvals to be authenticated."
msgstr ""
+msgid "mrWidget|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr "nicht verfügbar"
@@ -36798,9 +38501,6 @@ msgstr "Neuer Merge-Request"
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr "keine Beiträge"
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] "Punkt"
msgstr[1] "Punkte"
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr "privat"
@@ -36932,6 +38635,12 @@ msgstr "Projekte"
msgid "quick actions"
msgstr "Schnellzugriff"
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr "Entfernen"
msgid "remove due date"
msgstr "Fälligkeitsdatum entfernen"
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr "Gewichtung entfernen"
@@ -36967,13 +38679,16 @@ msgstr[1] "Antworten"
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr "Zurücksetzen."
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr "Keine"
msgid "severity|Unknown"
msgstr "Unbekannt"
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr "Tag-Name"
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr "die folgenden Ticket(s)"
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr "dieses Dokument"
diff --git a/locale/el_GR/gitlab.po b/locale/el_GR/gitlab.po
index f24f78e4377..77a3b29a783 100644
--- a/locale/el_GR/gitlab.po
+++ b/locale/el_GR/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: el\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:16\n"
+"PO-Revision-Date: 2021-05-03 22:20\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/eo/gitlab.po b/locale/eo/gitlab.po
index 3b0c6b7381e..cd8e0edb70b 100644
--- a/locale/eo/gitlab.po
+++ b/locale/eo/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: eo\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:10\n"
+"PO-Revision-Date: 2021-05-03 22:13\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr "Aktiva"
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr "Aktiveco"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "Alkroĉu dosieron per Åovmetado aÅ­ %{upload_link}"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "Foliumi dosierujon"
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr "Nomo de dosierujo"
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "Redakti"
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr "De la kunfandado de la peto pri kunfando Äis la disponigado en la publi
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr "Lasta enmetado"
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr "Forlasi la grupon"
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr "Mediano"
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr "Opcioj"
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr "Posedanto"
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr "Totalo:"
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr "Ĉenstabloj"
msgid "Pipelines charts"
msgstr "Ĉenstablaj diagramoj"
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr "kun etapo"
msgid "Pipeline|with stages"
msgstr "kun etapoj"
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr "Legu pli"
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr "Rememorigu denove"
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr "Peti atingeblon"
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr "Plani novan ĉenstablon"
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr "La etapo de programado montras la tempon de la unua enmetado Äis la kre
msgid "The collection of events added to the data gathered for that stage."
msgstr "La aro da eventoj, kiuj estas aldonitaj al la datenoj kolektitaj por la etapo."
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr "La etapo de la disvolva ciklo."
@@ -30669,15 +32129,15 @@ msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
msgstr ""
+msgid "The username for the Jenkins server."
+msgstr ""
+
msgid "The value 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 "La valoro, kiu troviÄas en la mezo de aro da rigardataj valoroj. Ekzemple: inter 3, 5 kaj 9, la mediano estas 5. Inter 3, 5, 7 kaj 8, la mediano estas (5+7)/2 = 6."
msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
-msgid "The visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
-msgstr ""
-
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
msgstr ""
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr "Tempo Äis la unua peto pri kunfando"
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr "s"
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr "Ne estas sufiĉe da datenoj por montri ĉi tiun etapon."
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr "novan peton pri kunfando"
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/es/gitlab.po b/locale/es/gitlab.po
index 6824b950cb0..d438fd2aad1 100644
--- a/locale/es/gitlab.po
+++ b/locale/es/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: es-ES\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:14\n"
+"PO-Revision-Date: 2021-05-03 22:18\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr " Capturado %{time}"
msgid " Please sign in."
msgstr " Por favor, inicie sesión."
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " Intente %{action} este archivo de nuevo."
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr "Necesita hacer esto antes de %{grace_period_deadline}."
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] "%d Otro"
@@ -402,9 +416,6 @@ msgstr "Hilo de %{authorsName}"
msgid "%{board_target} not found"
msgstr "%{board_target} no encontrado"
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr "%{firstLabel} +%{labelCount} más"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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."
+msgid "%{group_name} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr "miembros del grupo %{group_name}"
@@ -623,9 +643,6 @@ msgstr ""
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} no disponible"
-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 "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} es una autoridad certificadora (CA) gratis y open source, que ofrece certificados digitales con el objetivo de habilitar HTTPS (SSL/TLS) para los sitios web."
@@ -674,6 +691,9 @@ msgstr "%{milestone} (expirado)"
msgid "%{milliseconds}ms"
msgstr "%{milliseconds} ms"
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, esta incidencia se cerrará automáticamente."
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] "%{no_of_days} día"
@@ -817,9 +840,6 @@ msgstr "%{spanStart}en la línea%{spanEnd} %{errorLine}%{errorColumn}"
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr "%{spanStart}en%{spanEnd} %{errorFn}"
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr "%{start} hasta %{end}"
@@ -914,9 +934,6 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title} cambios"
-msgid "%{token}..."
-msgstr "%{token}..."
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} libre)"
@@ -935,12 +952,12 @@ msgstr "%{total} incidencias abiertas"
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr "%{total} advertencias encontradas: mostrando la primera %{warningsDisplayed}"
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "%{usage_ping_link_start}Más información%{usage_ping_link_end} acerca de lo que se comparte en GitLab Inc."
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr ""
@@ -956,6 +973,15 @@ msgstr "%{username} ha solicitado una cuenta de GitLab en su instancia %{host}:"
msgid "%{username}'s avatar"
msgstr "Avatar de %{username}"
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr "%{value} s"
@@ -1042,6 +1068,9 @@ msgstr "(comprobar el progreso)"
msgid "(deleted)"
msgstr "(eliminado)"
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr "(tamaño máximo 15 MB)"
@@ -1051,6 +1080,9 @@ msgstr "(eliminado)"
msgid "(revoked)"
msgstr "(revocado)"
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr "* * * * *"
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr "Una plataforma DevOps completa"
@@ -1452,6 +1487,9 @@ msgstr "Un usuario con acceso de escritura a la rama origen seleccionó esta opc
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr "Token del API"
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr "Reportes de abuso"
msgid "Abuse reports"
msgstr "Informar de un abuso"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr "Aceptar invitación"
@@ -1620,6 +1673,9 @@ msgstr "Aceptar los términos"
msgid "Acceptable for use in this project"
msgstr "Aceptable para su utilización en este proyecto"
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "Tokens de acceso"
@@ -1746,6 +1802,9 @@ msgstr "ID de la cuenta"
msgid "Account and limit"
msgstr "Cuenta y límite"
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr "Cuenta: %{account}"
@@ -1761,9 +1820,6 @@ msgstr "Acciones"
msgid "Activate Service Desk"
msgstr "Activar Service Desk"
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr "Activo"
@@ -1776,6 +1832,9 @@ msgstr "Sesiones activas"
msgid "Activity"
msgstr "Actividad"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr "Añadir"
@@ -1812,9 +1871,6 @@ msgstr "Añadir un nuevo nodo"
msgid "Add README"
msgstr "Añadir README"
-msgid "Add Variable"
-msgstr "Añadir variable"
-
msgid "Add Zoom meeting"
msgstr "Añadir una reunión de Zoom"
@@ -1896,6 +1952,9 @@ msgstr "Añadir aprobadores"
msgid "Add bold text"
msgstr "Añadir texto en negrita"
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr "Añadir una tarea épica hija a otra tarea épica"
@@ -2001,6 +2060,9 @@ msgstr "Añadir a revisión"
msgid "Add to tree"
msgstr "Agregar al árbol"
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr "Añadir usuario(s) al grupo:"
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr "Añadir/eliminar"
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr "No se han especificado usuarios."
@@ -2076,6 +2132,9 @@ msgstr "Metadatos adicionales"
msgid "Additional minutes"
msgstr "Minutos adicionales"
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "Texto adicional"
@@ -2196,9 +2255,6 @@ msgstr "AdminArea|Nuevo proyecto"
msgid "AdminArea|New user"
msgstr "AdminArea|Nuevo usuario"
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr "Propietario"
@@ -2223,9 +2279,6 @@ msgstr "Error al detener trabajos"
msgid "AdminArea|Total users"
msgstr "Usuarios totales"
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr "Eliminar"
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr "¿Eliminar el proyecto %{projectName}?"
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr "Aplicar la configuración de integración a todos los proyectos"
-
msgid "AdminSettings|Auto DevOps domain"
msgstr "Dominio Auto DevOps"
@@ -2283,9 +2333,6 @@ msgstr ""
msgid "AdminSettings|Go to General Settings"
msgstr "Ir a los ajustes generales"
-msgid "AdminSettings|Integrations configured here will automatically apply to all projects on this instance."
-msgstr "Las integraciones configuradas aquí se aplicarán automáticamente a todos los proyectos en esta instancia."
-
msgid "AdminSettings|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,18 +2351,21 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr "Configuración del pipeline requerida"
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
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"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
+msgstr ""
+
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
msgstr ""
@@ -2334,12 +2384,15 @@ 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 "Cuando crea una nueva variable de entorno, se protegerá por defecto."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
+msgstr ""
+
msgid "AdminStatistics|Active Users"
msgstr "Usuarios activos"
@@ -2349,8 +2402,8 @@ msgstr "Forks"
msgid "AdminStatistics|Issues"
msgstr "Incidencias"
-msgid "AdminStatistics|Merge Requests"
-msgstr "Merge Requests"
+msgid "AdminStatistics|Merge requests"
+msgstr ""
msgid "AdminStatistics|Milestones"
msgstr "Hitos"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] "Alerta"
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr "Ajustes de Alertas|Introduce tu nombre de integración"
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr "Restablecer clave"
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr "AlertSettings|URL del webhook"
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,14 +3106,17 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr "Integraciones actuales"
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr "Nombre de integración"
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
-msgstr "Todavía no se han añadido integraciones"
+msgid "AlertsIntegrations|No integrations have been added yet."
+msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
msgstr ""
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr "Permitido"
msgid "Allowed Geo IP"
msgstr "Geo IP permitida"
-msgid "Allowed domains for sign-ups"
-msgstr "Dominios permitidos para suscripciones"
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr "Sólo los grupos de nivel superior pueden restringir los dominios de correo electrónico permitidos"
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr "Ya está bloqueado"
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "También llamado \"emisor\" o \"identificador de confianza\""
@@ -3350,12 +3409,12 @@ msgstr "Se produjo un error al activar/desactivar la suscripción de notificaciÃ
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
-msgstr ""
-
msgid "An error occurred when updating the issue weight"
msgstr "Se ha producido un error al actualizar el tamaño de la incidencia"
+msgid "An error occurred when updating the title"
+msgstr ""
+
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
msgstr ""
@@ -3614,9 +3673,6 @@ msgstr "Se ha producido un error al obtener los proyectos."
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr "Se ha producido un error al suscribirse a las notificaciones."
@@ -3626,8 +3682,8 @@ msgstr "Se ha producido un error al ejecutar el trabajo."
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
-msgstr "Se ha producido un error al intentar ejecutar un nuevo pipeline para este Merge Request."
+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 "Se ha producido un error al cancelar la suscripción a las notificaciones."
@@ -3683,9 +3739,6 @@ msgstr "Ya existe un dominio serverless a nivel de instancia."
msgid "An issue already exists"
msgstr "Ya existe una incidencia"
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr "Un usuario no autenticado"
@@ -3725,6 +3778,9 @@ msgstr "Analice su código fuente y el historial de Git en busca de secretos."
msgid "Analyze your source code for known vulnerabilities."
msgstr "Analiza el código fuente en busca de vulnerabilidades conocidas."
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr "Antepasados"
@@ -3824,6 +3880,96 @@ msgstr "Se ha actualizado correctamente la aplicación."
msgid "Application: %{name}"
msgstr "Aplicación: %{name}"
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "Aplicaciones"
@@ -3892,13 +4038,10 @@ msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] "%d miembro"
msgstr[1] "%d miembros"
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
-msgstr[0] "Las aprobaciones de este miembro no están revocadas."
-msgstr[1] "Las aprobaciones de estos miembros no están revocadas."
-
-msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
-msgstr "Está apunto de eliminar el grupo de aprobadores %{name} que tiene %{nMembers}."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
+msgstr[0] ""
+msgstr[1] ""
msgid "ApprovalRuleSummary|%d member"
msgid_plural "ApprovalRuleSummary|%d members"
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr "Aprobadores"
@@ -3931,9 +4077,15 @@ msgstr "Nombre"
msgid "ApprovalRule|Rule name"
msgstr "Nombre de la regla"
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr "¿Seguro que quiere regenerar la clave pública? Deberá actualizar la c
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr "¿Está seguro que desea eliminar %{group_name}?"
@@ -4104,6 +4259,9 @@ msgstr "¿Está seguro que desea eliminar el archivo adjunto?"
msgid "Are you sure you want to remove the license?"
msgstr "¿Está seguro de que desea eliminar la licencia?"
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr "¿Está seguro de que desea eliminar esta identidad?"
@@ -4179,13 +4337,16 @@ msgstr "El artefacto se ha eliminado correctamente."
msgid "Artifacts"
msgstr "Artefactos"
+msgid "Artifacts maximum size"
+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 "el %{user} hizo push a la rama %{branch} de %{project_name} ( %{commit_url} ):"
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr "Ascendente"
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,8 +4421,8 @@ msgstr ""
msgid "Assigned Issues"
msgstr "Incidencias asignadas"
-msgid "Assigned Merge Requests"
-msgstr "Merge requests asignados"
+msgid "Assigned merge requests"
+msgstr ""
msgid "Assigned projects"
msgstr "Proyectos asignados"
@@ -4328,6 +4492,9 @@ msgstr "Adjuntar un archivo"
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "Adjunte un archivo arrastrando &amp; soltando o %{upload_link}"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] "Adjuntar un archivo"
@@ -4399,9 +4566,15 @@ msgstr "Autenticar"
msgid "Authenticate with GitHub"
msgstr "Autenticar con GitHub"
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr "Clave de autorización"
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr "Se concedió la autorización al introducir su nombre de usuario y contraseña en la aplicación."
@@ -4618,9 +4794,18 @@ msgstr "El avatar será eliminado. ¿Está seguro?"
msgid "Average per day: %{average}"
msgstr "Promedio por día: %{average}"
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr "Volver a la página %{number}"
@@ -4714,26 +4899,26 @@ msgstr "Sus insignias"
msgid "Balsamiq file could not be loaded."
msgstr "El archivo Balsamiq no se pudo cargar."
-msgid "BambooService|A continuous integration and build server"
-msgstr "Un servidor de integración y construcción continua"
+msgid "BambooService|Atlassian Bamboo"
+msgstr ""
-msgid "BambooService|A user with API access, if applicable"
-msgstr "Un usuario con acceso a la API, si es aplicable"
+msgid "BambooService|Bamboo URL"
+msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
-msgstr "Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
+msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
-msgstr "Clave del plan de construcción de Bamboo como KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
+msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
-msgstr "La URL raíz de Bamboo, por ejemplo, https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
+msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
-msgstr "Debe configurar el etiquetado automático de revisión y un disparador del repositorio en Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
+msgstr ""
msgid "Based on"
msgstr "Basado en"
@@ -4744,15 +4929,27 @@ msgstr "Tenga cuidado. Cambiar el espacio de nombres del proyecto puede tener ef
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr "Tenga cuidado. Cambiar el nombre del repositorio de un proyecto puede tener efectos secundarios no deseados."
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr "Iniciar con el commit seleccionado"
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr "A continuación se muestran las huellas de las claves SSH de la instancia actual."
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "A continuación encontrará todos los grupos públicos."
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr "Mostrar una descripción de las ramas"
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr "Ordenar por"
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr "El mensaje de difusión se actualizó correctamente."
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "Examinar directorio"
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr "Gráfico de evolución"
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr "CI/CD para repositorio externo"
-msgid "CI/CD settings"
-msgstr "Configuración de CI/CD"
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr "URL de callback"
msgid "Can be manually deployed to"
msgstr "Puede ser desplegado manualmente en"
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr "Cancelar ejecución"
msgid "Cancel this job"
msgstr "Cancelar este trabajo"
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr "No se puede crear el informe de abuso. El usuario ha sido eliminado."
msgid "Cannot create the abuse report. This user has been blocked."
msgstr "No se puede crear el informe de abuso. Este usuario ha sido bloqueado."
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr "No se puede modificar el clúster de Kubernetes gestionado"
@@ -5643,6 +5855,27 @@ msgstr "No se puede omitir la configuración de autenticación de dos factores"
msgid "Capacity threshold"
msgstr "Límite de capacidad"
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr "Cambia el título a \"%{title_param}\"."
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr "No se realizarán los cambios hasta que el índice sea %{link_start}recreado%{link_end}."
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "Compruebe la documentación %{docs_link_start}%{docs_link_end}."
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr "La subtarea épica no existe."
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 "Elija un branch/tag (por ejemplo, %{master}) o introduzca un commit (por ejemplo, %{sha}) para ver lo qué ha cambiado o para crear un merge request."
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr "Haga clic para expandir."
@@ -6432,46 +6671,73 @@ msgstr "Cerrado: %{closed}"
msgid "Closes this %{quick_action_target}."
msgstr "Cierra este %{quick_action_target}."
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
+msgstr ""
+
+msgid "CloudLicense|Subscription"
+msgstr ""
+
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
+msgstr ""
+
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|Users over subscription"
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|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 "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr "Error de autenticación"
msgid "ClusterIntegration|Base domain"
msgstr "Dominio base"
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr "Modo de bloqueo"
@@ -6843,6 +7112,9 @@ msgstr "Stack de Elastic"
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Habilita o inhabilita la conexión de GitLab con su clúster Kubernetes."
@@ -6954,7 +7226,7 @@ msgstr "Si está configurando varios clústeres y utiliza Auto DevOps, por favor
msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
msgstr "Si no desea eliminar todos los recursos de GitLab asociados, simplemente puede eliminar la integración con el cluster."
-msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus in the Applications tab."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr "Correo electrónico del emisor"
@@ -7608,6 +7889,9 @@ msgstr "Se requiere la aprobación del propietario del código"
msgid "Code owners"
msgstr "Propietarios del código"
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr "Nombre del recolector"
msgid "ComboSearch is not defined"
msgstr "ComboSearch no está definido"
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr "Separados por comas, ej. '1.1.1.1, 2.2.2.0/24'"
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr "Comparar revisiones de Git"
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr "Comparar revisiones"
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr "ComplianceFramework|SOX - ley Sarbanes-Oxley"
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr "Confianza"
@@ -8024,9 +8320,24 @@ msgstr "Configurar Let's Encrypt"
msgid "Configure Prometheus"
msgstr "Configurar Prometheus"
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "Configurar seguimiento"
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr "Configurar las réplicas del repositorio."
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr "Configure los ajustes de la ruta de almacenamiento."
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr "Confirmar"
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr "Email de confirmación enviado a %{email}"
msgid "Confirmation required"
msgstr "Se requiere confirmación"
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,8 +8585,8 @@ msgstr "Copiar el comando push"
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
-msgstr "Eliminar seleccionados"
+msgid "ContainerRegistry|Delete selected tags"
+msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
msgstr ""
@@ -8483,6 +8815,12 @@ msgstr "Puede añadir una imagen a este registro utilizando los siguientes coman
msgid "Contains %{count} blobs of images (%{size})"
msgstr "Contiene %{count} archivos de imágenes de tipo blob con un tamaño de (%{size})"
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr "Contenido de .gitlab-ci.yml"
@@ -8537,8 +8875,8 @@ msgstr "El mes pasado"
msgid "ContributionAnalytics|Last week"
msgstr "La semana pasada"
-msgid "ContributionAnalytics|Merge Requests"
-msgstr "Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
+msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
@@ -8684,15 +9022,48 @@ msgstr "Copiar token de activación"
msgid "Copy value"
msgstr "Copiar valor"
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr "No se puede agregar administradores como miembros"
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr "Crear rama"
@@ -8990,6 +9364,9 @@ msgstr "Crear fragmento de código"
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr "Crear comodín: %{searchTerm}"
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr "Crossplane"
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr "Contraseña actual"
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr "Contador de vulnerabilidades"
@@ -9485,6 +9871,9 @@ msgstr "%{stageCount} etapas seleccionadas"
msgid "CycleAnalytics|All stages"
msgstr "Todas las etapas"
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr "Fecha"
@@ -9531,15 +9920,12 @@ msgstr "Etapas"
msgid "CycleAnalytics|Tasks by type"
msgstr "Tareas por tipo"
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
-msgstr "Nº total de días para completar"
-
msgid "CycleAnalytics|Type of work"
msgstr "Tipo de trabajo"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr "DNS"
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr "Panel de control"
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr "Validado"
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr "Los datos aún se están calculando..."
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr "Se ha producido un error al actualizar la base de datos"
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr "Días"
msgid "Days to merge"
msgstr "Días para hacer merge"
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr "Estimado Administrador,"
@@ -9995,9 +10429,18 @@ msgstr "Rechazar y cerrar sesión"
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr "Ruta de configuración de CI por defecto"
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr "Vencimiento predeterminado para los artefactos"
@@ -10109,11 +10552,14 @@ msgstr "Eliminar comentario"
msgid "Delete domain"
msgstr "Eliminar dominio"
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr "Eliminar etiqueta"
-msgid "Delete label: %{label_name} ?"
-msgstr "¿Eliminar la etiqueta: %{label_name}?"
+msgid "Delete label: %{labelName}"
+msgstr ""
msgid "Delete pipeline"
msgstr "Eliminar pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr "Se ha producido un error al eliminar algunas etiquetas en el registro de contenedores del proyecto. Por favor, inténtelo de nuevo o póngase en contacto con el administrador."
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr "Se ha producido un error al eliminar el repositorio de wiki. Por favor, inténtelo de nuevo o póngase en contacto con el administrador."
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr "Denegado"
msgid "Denied authorization of chat nickname %{user_name}."
msgstr "Autorización denegada del nick del chat %{user_name}."
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr "Denegar"
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr "Dependencias"
@@ -10433,9 +10879,6 @@ msgstr "Claves de despliegue accesibles de modo públco"
msgid "DeployKeys|Read access only"
msgstr "Acceso de sólo lectura"
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr "Está a punto de eliminar esta clave de despliegue. ¿Está seguro?"
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr "Claves de despliegue activas (%{active_tokens})"
@@ -10547,22 +10990,7 @@ msgstr "Desplegar en AWS es fácil con GitLab"
msgid "Deployment Frequency"
msgstr "Frecuencia de despliegue"
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr "Informe DevOps"
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr "Límites de contenido del diff"
@@ -10954,6 +11400,12 @@ msgstr "Nombre del directorio"
msgid "Disable"
msgstr "Deshabilitar"
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr "Deshabilitar para este proyecto"
@@ -10996,8 +11448,8 @@ msgstr "Descartar borrador"
msgid "DiscordService|Discord Notifications"
msgstr "Notificaciones de Discord"
-msgid "DiscordService|Receive event notifications in Discord"
-msgstr "Recibir las notificaciones de eventos en Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
+msgstr ""
msgid "Discover GitLab Geo"
msgstr "Descubra GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr "Ocultar la promoción del merge request"
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr "Descartado en el pipeline %{pipelineLink}"
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr "Descartado en el pipeline %{pipelineLink} en %{projectLink}"
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr "Mostrar fuente"
msgid "Do not display offers from third parties within GitLab"
msgstr "No mostrar ofertas de terceros dentro de GitLab"
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr "Dockerfile"
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr "Dominio"
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr "Descargar %{format}:"
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr "Descargar CSV"
@@ -11256,6 +11711,12 @@ msgstr "Durante este proceso, le solicitaremos las URLs de parte de Gitlab.Por f
msgid "Dynamic Application Security Testing (DAST)"
msgstr "Prueba de seguridad de aplicaciones dinámica (DAST)"
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "Editar"
@@ -11349,6 +11810,9 @@ msgstr "Editar incidencias"
msgid "Edit iteration"
msgstr "Editar iteración"
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr "Editar clave pública de despliegue"
@@ -11367,6 +11831,9 @@ msgstr "Editar esta versión"
msgid "Edit title and description"
msgstr "Editar título y descripción"
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr "Editar página wiki"
@@ -11385,6 +11852,9 @@ msgstr "Editando"
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr "Credenciales IAM de AWS Elasticsearch"
@@ -11448,21 +11918,18 @@ msgstr ""
msgid "Email patch"
msgstr "Enviar parche por correo electrónico"
-msgid "Email restrictions"
-msgstr "Restricciones de correo electrónico"
-
-msgid "Email restrictions for sign-ups"
-msgstr "Restricciones de correo electrónico para las suscripciones"
-
msgid "Email sent"
msgstr "Correo enviado"
-msgid "Email the pipelines status to a list of recipients."
-msgstr "Envía el estado de los pipelines a una lista de destinatarios."
+msgid "Email the pipeline status to a list of recipients."
+msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr "Correo electrónico: %{email}"
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr "Correos electrónicos separados por comas"
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr "EmailsOnPushService | Desactivar diferencias de código"
@@ -11523,14 +11987,20 @@ msgstr "Enviar por correo electrónico los commits y los diff de cada push a una
msgid "EmailsOnPushService|Emails on push"
msgstr "Emails al realizar un push"
-msgid "EmailsOnPushService|Emails separated by whitespace"
-msgstr "Correos electrónicos separados por espacios en blanco"
+msgid "EmailsOnPushService|Emails separated by whitespace."
+msgstr ""
msgid "EmailsOnPushService|Send from committer"
msgstr "Enviar desde el committer"
-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 "Enviar notificaciones desde la dirección de correo electrónico del commiter si el dominio es parte del dominio en el que se está ejecutando GitLab (por ejemplo, %{domains})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
+msgstr ""
msgid "Embed"
msgstr "Incrustado"
@@ -11571,6 +12041,9 @@ msgstr "Habilitar Kroki"
msgid "Enable PlantUML"
msgstr "Habilitar PlantUML"
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr "Habilitar la recolección de datos Pseudonymizer"
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr "Habilitar el acceso a Grafana"
@@ -11604,6 +12086,9 @@ msgstr "Habilitar y configurar las métricas de Prometheus."
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ msgstr "Habilitar control de clasificación utilizando un servicio externo"
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
-msgid "Enable email restrictions for sign ups"
-msgstr ""
-
msgid "Enable error tracking"
msgstr "Habilitar seguimiento de errores"
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr "Habilitar el proxy"
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr "Habilitar la autenticación de dos factores"
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr "Habilitar ping de uso"
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr "Se ha producido un error al renderizar: %{err}"
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr "Finaliza a las (UTC)"
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr "No es posible encontrar la tarea épica."
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr "Eventos épicos"
@@ -12114,7 +12620,7 @@ msgstr "Tareas épicas e incidencias"
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr "Las tareas épicas le permiten administrar sus proyectos de manera más eficiente y con menos esfuerzo"
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr "Expandir hitos"
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr "Expandir barra lateral"
@@ -12729,6 +13241,9 @@ msgstr "ID externo"
msgid "External URL"
msgstr "URL externa"
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr "Autenticación externa"
@@ -12744,6 +13259,9 @@ msgstr "URL de almacenamiento externo"
msgid "External storage authentication token"
msgstr "Token de autenticación de almacenamiento externo"
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr "Etiqueta de clasificación"
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
-msgstr "Reemplaza el enlace a la Wiki interna con un enlace a una Wiki externa."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
+msgstr ""
+
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr "No es posible realizar el merge request. Por favor, inténtelo de nuevo."
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr "Se ha producido un erro al crear una rama para esta incidencia. Por favor, inténtalo de nuevo."
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr "Error"
msgid "False positive"
msgstr "Falso positivo"
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr "Fast-forward merge sin hacer merge commit"
msgid "Faster releases. Better code. Less pain."
msgstr "Lanzamientos más rápidos. Mejor código. Menos dolor."
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr "Se ha eliminado correctamente el Favicon."
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr "Feature Flags"
@@ -13295,6 +13825,14 @@ msgstr "Ids de usuario"
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr "Feb"
@@ -13514,11 +14052,14 @@ msgstr "Arreglado:"
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
-msgstr "Token de origen de Flowdock Git"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
-msgstr "Flowdock es una aplicación de colaboración web para equipos técnicos."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
+msgstr ""
msgid "Focus filter bar"
msgstr ""
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr "Desde la integración de la solicitud de fusión hasta el despliegue a p
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr "Nombre completo"
@@ -13754,9 +14301,24 @@ msgstr "Generar nueva exportación"
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr "Geo"
@@ -13904,6 +14466,9 @@ msgstr "nodo principal"
msgid "GeoNodes|secondary nodes"
msgstr "nodos secundarios"
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr "%{name} está programado para volver a sincronizar"
msgid "Geo|%{name} is scheduled for re-verify"
msgstr "Se ha programado %{name} para que se vuelva a comprobar"
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr "No se puede eliminar la entrada de seguimiento para un proyecto existente."
@@ -13973,6 +14544,9 @@ msgstr "No se puede eliminar la entrada de seguimiento para un proyecto existent
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr "Filtrar por estado"
msgid "Geo|Geo Status"
msgstr "Estado de Geo"
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr "Verficado por última vez"
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr "El nombre del nodo no puede estar en blanco"
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr "El nombre del nodo debe tener entre 1 y 255 caracteres"
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr "Sin sincronizar aún"
@@ -14090,16 +14676,25 @@ msgstr "Eliminar"
msgid "Geo|Remove entry"
msgstr "Eliminar entrada"
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr "Eliminar entrada de la base de datos de seguimiento"
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr "Estado"
@@ -14153,6 +14751,9 @@ msgstr "Sincronizado"
msgid "Geo|Synced at"
msgstr "Sincronizado en"
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr "Se ha producido un error durante la sincronización - %{error}"
@@ -14162,6 +14763,9 @@ msgstr "La sincronización de %{itemTitle} está deshabilitada."
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr "La base de datos está %{db_lag} detrás del nodo primario."
@@ -14171,6 +14775,12 @@ msgstr "El nodo está %{minutes_behind} detrás del nodo primario."
msgid "Geo|There are no %{replicable_type} to show"
msgstr "No hay %{replicable_type} para mostrar"
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr "Estado desconocido"
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr "Se ha producido un error durante la verificación - %{error}"
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr "Esperando por el programador"
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr "secundario"
msgid "Get a free instance review"
msgstr "Obtenga una revisión de instancia gratuita"
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr "Empezar"
@@ -14300,6 +14922,9 @@ msgstr "Solicitud de cuenta de GitLab"
msgid "GitLab Billing Team."
msgstr "Equipo de facturación de GitLab."
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr "Importar desde GitLab"
@@ -14351,6 +14976,9 @@ 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 "GitLab está obteniendo un certificado SSL desde Let's Encrypt para este dominio. Este proceso puede llevar algo de tiempo. Por favor, inténtelo de nuevo más tarde."
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr "Nombre de usuario de GitLab"
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr "GitLab utiliza %{jaeger_link} para monitorizar sistemas distribuidos."
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ 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."
-msgid "GitLabPages|Learn more."
-msgstr "Más información."
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr "Tamaño máximo de páginas (MB)"
@@ -14456,9 +15087,6 @@ msgstr "Al eliminar páginas evitará que estén expuestas al mundo exterior."
msgid "GitLabPages|Save"
msgstr "Guardar"
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,11 +15102,17 @@ msgstr "Sin verificar"
msgid "GitLabPages|Verified"
msgstr "Verificado"
-msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
-msgstr "Con GitLab Pages puede alojar sus sitios web estáticos en GitLab. Combinado con el poder de GitLab CI y la ayuda de GitLab Runner, puede implementar páginas estáticas para sus proyectos individuales, su usuario o sus grupos."
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
+msgstr ""
msgid "GitLabPages|Your pages are served under:"
msgstr "Sus páginas se sirven desde:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr "GitLab Pages"
-
msgid "Gitpod"
msgstr ""
@@ -14564,12 +15195,12 @@ msgstr "Volver"
msgid "Go back (while searching for files)"
msgstr "Volver (mientras se buscan archivos)"
+msgid "Go back to configuration"
+msgstr ""
+
msgid "Go full screen"
msgstr "Ir a pantalla completa"
-msgid "Go to Integrations"
-msgstr ""
-
msgid "Go to Webhooks"
msgstr "Ir a los Webhooks"
@@ -14618,9 +15249,15 @@ msgstr "Ir a merge requests"
msgid "Go to metrics"
msgstr "Ir a métricas"
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr "Ir al principal"
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr "Ir al proyecto"
@@ -14816,6 +15453,9 @@ msgstr "Información del grupo:"
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr "Los mantenedores de grupo pueden registrar grupos de ejecutores en el %{link}"
@@ -14858,6 +15498,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 projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr "Lo sentimos, no hay tareas épicas que coincidan con su búsqueda"
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr "La hoja de ruta muestra el progreso de sus tareas épicas a lo largo de una línea de tiempo"
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr "Para ver la hoja de ruta, agregue una fecha de inicio o de vencimiento a una de las %{linkStart}tareas épicas secundarias%{linkEnd}."
@@ -14963,12 +15609,12 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
+msgstr ""
+
msgid "GroupSAML|Certificate fingerprint"
msgstr "Huella digital del certificado"
-msgid "GroupSAML|Check SSO on git activity"
-msgstr ""
-
msgid "GroupSAML|Configuration"
msgstr "Configuración"
@@ -14981,20 +15627,17 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr "Habilitar la autenticación SAML para este grupo."
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr "Obligar a los usuarios tener cuentas administradas de grupo dedicadas para este grupo."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
+msgstr ""
-msgid "GroupSAML|Enforced SSO"
-msgstr "SSO Forzado"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
+msgstr ""
msgid "GroupSAML|Generate a SCIM token"
msgstr "Generar un token SCIM"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
-msgstr "Para poder habilitar cuentas de grupo administradas, primero debe habilitar el SSO."
+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 "Activar la autenticación SAML"
-
msgid "GroupSAML|Valid SAML Response"
msgstr "Respuesta SAML válida"
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ msgstr "Exportar grupo"
msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility."
msgstr "Si la visibilidad del grupo principal es menor que la visibilidad actual del grupo, los niveles de visibilidad para subgrupos y proyectos se cambiarán para que coincidan con la visibilidad del nuevo grupo principal."
-msgid "GroupSettings|Integrations configured here will automatically apply to all projects in this group."
-msgstr ""
-
msgid "GroupSettings|Learn more about group-level project templates."
msgstr "Más información sobre las plantillas de proyecto a nivel de grupo."
@@ -15197,7 +15831,16 @@ 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 delay. This delay can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr "Transferir grupo"
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr "Se ha eliminado el logo del encabezado correctamente."
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr "Encabezado del mensaje"
@@ -15455,6 +16107,9 @@ msgstr "Hola %{name},"
msgid "Hello there"
msgstr "¡Hola!"
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr "¡Hola, %{username}!"
@@ -15473,9 +16128,18 @@ msgstr "Ayuda a evitar que los bots realicen ataques de fuerza bruta."
msgid "Helps prevent bots from creating accounts."
msgstr "Ayuda a evitar que los bots creen nuevas cuentas."
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr "Ayuda a reducir el volumen de alertas (por ejemplo, si se crean demasiadas incidencias)"
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr "Ayuda a reducir el volumen de solicitudes para rutas protegidas"
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr "Historial"
msgid "History of authentications"
msgstr "Historial de autentificación"
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr "Página principal"
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,11 +16285,8 @@ msgstr "Cómo funciona"
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
-msgid "How many replicas each Elasticsearch shard has."
-msgstr "Cuántas réplicas tiene cada shard de Elasticsearch."
-
-msgid "How many shards to split the Elasticsearch index over."
-msgstr "¿En cuántos shards se puede dividir el índice de Elasticsearch?."
+msgid "How many seconds an IP will be counted towards the limit"
+msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr "¿Cuántos usuarios evaluarán la prueba?"
@@ -15696,9 +16369,15 @@ msgstr "INFO: Su clave SSH caducará pronto. Por favor genere una nueva clave."
msgid "IP Address"
msgstr "Direccion IP"
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr "La restricción de la subred IP solo está permitida en grupos de nivel superior"
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr "Identificador"
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr "Si esto fue un error puede %{leave_link_start}dejar el %{source_type}%{link_end}."
@@ -15756,6 +16441,12 @@ msgstr "Si utiliza GitHub, verá los estados del pipeline en GitHub para sus com
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr "URL de la imagen"
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr "2-up"
@@ -15816,6 +16507,12 @@ msgstr "Alto"
msgid "ImageViewerDimensions|W"
msgstr "Ancho"
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr "Importar CSV"
msgid "Import Projects from Gitea"
msgstr "Importar proyectos desde Gitea"
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr "Importar un proyecto exportado desde GitLab"
@@ -15889,6 +16589,9 @@ msgstr "Importar proyecto desde"
msgid "Import project members"
msgstr "Importar miembros del proyecto"
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr "Importar proyectos desde Bitbucket"
@@ -15993,9 +16696,15 @@ msgstr "En %{time_to_now}"
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr "En progreso"
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr "Proyecto incompatible"
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr "Indentar"
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr "Indexar todos los proyectos"
@@ -16581,6 +17308,21 @@ msgstr "Puede encontrar información sobre plantillas de Pages adicionales y có
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr "Ya existe el grupo de administrador de instancias"
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr "Integración"
@@ -16685,16 +17430,25 @@ msgstr "Ajustes de integración"
msgid "Integrations"
msgstr "Integraciones"
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr "Todos los detalles"
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr "Habilitar comentarios"
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr "Modo interactivo"
@@ -16910,9 +17682,6 @@ msgstr "Entrada no válida, por favor, evite los emojis"
msgid "Invalid login or password"
msgstr "Nombre de usuario o contraseña no válidos"
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr "Código PIN inválido."
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,20 +18099,38 @@ msgstr "Algunos de sus tableros están ocultos, active una licencia para verlos
msgid "IssueBoards|Switch board"
msgstr "Cambiar tablero"
-msgid "IssueTracker|Bugzilla issue tracker"
-msgstr "Gestor de incidencias Bugzilla"
-
msgid "IssueTracker|Custom issue tracker"
msgstr "Gestor de incidencias personalizado"
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
-msgstr "Gestor de incidencias Redmine"
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
-msgstr "Gestor de incidencias YouTrack"
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
+msgstr ""
msgid "Issues"
msgstr "Incidencias"
@@ -17366,7 +18138,7 @@ msgstr "Incidencias"
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr "Iteración cambiada a"
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr "Iteraciones"
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,11 +18390,14 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
-msgstr "Si es diferente de la URL Web"
+msgid "JiraService|If different from Web URL."
+msgstr ""
msgid "JiraService|Issue List"
msgstr ""
@@ -17588,16 +18417,13 @@ msgstr "Los comentarios de Jira se crearán cuando se haga referencia a una inci
msgid "JiraService|Jira comments will be created when an issue gets referenced in a merge request."
msgstr "Los comentarios de Jira se crearán cuando se haga referencia a una incidencia en un merge request."
-msgid "JiraService|Jira issue tracker"
-msgstr "Gestos de incidencias Jira"
-
msgid "JiraService|Jira issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,17 +18456,29 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
-msgstr "Utilice una contraseña para la versión servidor y un token API para la versión en la nube"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
-msgstr "Utilice una contraseña para la versión servidor y un correo electrónico para la versión en la nube"
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
+msgstr ""
msgid "JiraService|Use custom transitions"
msgstr ""
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ msgstr "URL web"
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 "los ids de transición sólo pueden contener números que se puedan separar mediante , o ;"
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr "El trabajo ha sido eliminado"
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr "Trabajo para"
msgid "Job|into"
msgstr "en"
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr "con"
@@ -17810,6 +18660,12 @@ msgstr "Unirse a la reunión de Zoom"
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr "Jul"
@@ -17831,6 +18687,9 @@ msgstr "Solo yo"
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr "Sincronización LDAP en curso. Esto podría tardar unos minutos. Por fav
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr "LFS"
@@ -18046,6 +18908,9 @@ msgstr "Último cambio"
msgid "Last contact"
msgstr "Último contacto"
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr "Última edición el %{date}"
@@ -18076,6 +18941,12 @@ msgstr "Visto por ùltima vez"
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr "Última sincronización correcta"
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr "Aprenda como contribuir %{link_start}a las plantillas integradas%{link_end}"
@@ -18196,6 +19073,9 @@ msgstr "Obtenga más información sobre los despliegues en un clúster"
msgid "Learn more about group-level project templates"
msgstr "Obtenga más información sobre las plantillas de proyectos a nivel de grupo"
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr "Más información sobre los commits firmados"
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr "Abandonar"
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr "¿Desea salir del modo de edición? Se perderán todos los cambios no guardados."
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr "Abandonar grupo"
@@ -18538,6 +19427,9 @@ msgstr "Limitar la visualización de las unidades de seguimiento de tiempo a hor
msgid "Limit namespaces and projects that can be indexed"
msgstr "Limitar los espacios de nombres y los proyectos que se pueden indexar"
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr "Enlace copiado"
@@ -18582,6 +19480,9 @@ msgstr "Incidencias relacionadas"
msgid "LinkedIn"
msgstr "LinkedIn"
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr "Localización"
msgid "Location"
msgstr "Ubicación"
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr "Bloquear"
@@ -18711,12 +19615,18 @@ msgstr "Los bloqueos brindan la capacidad de bloquear archivos o carpetas especÃ
msgid "Locks the discussion."
msgstr "Bloquea la discusión."
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "Iniciar sesión con una tarjeta inteligente"
msgid "Logo was successfully removed."
msgstr "El logotipo se ha eliminado correctamente."
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr "Logs"
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr "Administre las aplicaciones que haya autorizado a utilizar su cuenta."
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr "Administrar etiquetas de grupo"
@@ -18825,7 +19738,7 @@ msgstr "Administrar hitos"
msgid "Manage project labels"
msgstr "Administrar etiquetas de proyectos"
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr "Enmascarar variable"
msgid "Match not found; try refining your search query."
msgstr "No se encontró la coincidencia; por favor refine la consulta de su búsqueda."
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr "Agregar a Mattermost"
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr "Nivel de acceso máximo"
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr "Longitud máxima del campo"
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr "Número máximo de réplicas que se pueden sincronizar al mismo tiempo."
msgid "Maximum number of projects."
msgstr "Número máximo de proyectos."
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr "El tiempo máximo entre las actualizaciones que puede esperar una réplica cuando está programada para sincronizarse."
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr "Mayo"
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr "Mediana"
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr "Vulnerabilidades de tipo medio presentes"
msgid "Member lock"
msgstr "Bloqueo de miembros"
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr "Miembro desde %{date}"
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr "Merge request"
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr "Merge requests"
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr "Aprobar los merge request"
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr "Mensajes"
msgid "Method"
msgstr "Método"
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr "La métrica se añadió correctamente."
@@ -20071,9 +21038,6 @@ msgstr "Capacidad mínima que debe estar disponible antes de que programemos má
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr "Longitud mínima de la contraseña (número de caracteres)"
-
msgid "Minutes"
msgstr "Minutos"
@@ -20179,9 +21143,6 @@ msgstr "Más"
msgid "More Information"
msgstr "Más información"
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr "Más comandos de Slack"
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr "Nomenclatura, visibilidad"
msgid "Navigate to the project to close the milestone."
msgstr "Desplácese hasta el proyecto para cerrar el hito."
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr "Ayuda"
@@ -20782,6 +21744,9 @@ msgstr "Nuevo título de la incidencia"
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr "Nueva iteración creada"
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr "Nuevo proyecto"
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr "Nueva versión"
@@ -20815,9 +21792,6 @@ msgstr "Nuevo requisito"
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr "¡Se ha generado el token de registro para los nuevos ejecutores!"
@@ -21079,6 +22053,12 @@ msgstr "No hay vista previa para este tipo de archivo"
msgid "No prioritized labels with such name or description"
msgstr "No hay etiquetas priorizadas con dicho nombre o descripción"
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr "No hay grupos públicos"
@@ -21417,11 +22397,8 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr "Número de %{itemTitle}"
-msgid "Number of Elasticsearch replicas"
-msgstr "Número de réplicas de Elasticsearch"
-
-msgid "Number of Elasticsearch shards"
-msgstr "Número de shards de Elasticsearch"
+msgid "Number of Elasticsearch shards and replicas (per index)"
+msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
msgstr ""
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr "Número de archivos tocados"
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr "OK"
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr "Opciones"
msgid "Or you can choose one of the suggested colors below"
msgstr "O puede seleccionar alguno de los colores sugeridos a continuación"
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr "Otros ajustes de visibilidad han sido desactivados por el administrador."
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr "Propietario"
msgid "Package Registry"
msgstr "Registro de paquetes"
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr "El paquete ya existe"
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr "publicado por %{author}"
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr "Paquetes"
@@ -22352,15 +23374,6 @@ msgstr "Parámetro"
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr "Padre"
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr "Parte de los cambios de los merge requests"
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr "Participantes"
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr "Pasado"
@@ -22397,8 +23410,11 @@ msgstr "Contraseña"
msgid "Password (optional)"
msgstr "Contraseña (opcional)"
-msgid "Password Policy Guidelines"
-msgstr "Directrices de la política de contraseñas"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
+msgstr ""
msgid "Password authentication is unavailable."
msgstr "La autenticación con contraseña no está disponible."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr "Pausar replicación"
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr "Pendiente"
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr "Las personas no autorizadas nunca recibirán una notificación y no podrán comentar."
@@ -22484,15 +23506,24 @@ msgstr "Porcentaje"
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr "Realice operaciones comunes en el proyecto GitLab"
msgid "Performance optimization"
msgstr "Optimización del rendimiento"
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr "Descargar"
@@ -22502,6 +23533,9 @@ msgstr "Llamadas de Elasticsearch"
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr "Recursos de Frontend"
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr "No se permite la creación de proyectos personales. Por favor, póngase en contacto con su administrador con preguntas"
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr "Importar servidor Phabricator"
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr "Total:"
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr "Pipelines"
msgid "Pipelines charts"
msgstr "Gráficos de los pipelines"
-msgid "Pipelines emails"
-msgstr "Correos electrónicos de pipelines"
-
msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr ""
@@ -22697,18 +23749,24 @@ msgstr "Construir con confianza"
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
-msgstr "CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
+msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
-msgstr "Limpiar la caché de los runners"
+msgid "Pipelines|Clear runner caches"
+msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr "Cargar pipelines"
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr "Caché del proyecto restablecida correctamente."
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr "Ejecutar Pipeline"
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr "Se ha producido un error durante el proceso de limpieza de la memoria caché de los runners."
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr "padre"
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr "Duración"
-msgid "Pipeline|Existing branch name or tag"
-msgstr "Nombre de la rama o etiqueta existente"
-
msgid "Pipeline|Failed"
msgstr "Fallido"
@@ -22916,20 +23992,14 @@ msgstr "Pipelines"
msgid "Pipeline|Raw text search is not currently supported. Please use the available search tokens."
msgstr ""
-msgid "Pipeline|Run Pipeline"
-msgstr "Ejecutar Pipeline"
-
-msgid "Pipeline|Run for"
-msgstr "Ejecutar para"
-
msgid "Pipeline|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
-msgstr "Buscar ramas"
+msgid "Pipeline|Running"
+msgstr ""
msgid "Pipeline|Skipped"
msgstr ""
@@ -22937,9 +24007,6 @@ 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 "Especifique los valores de las variables que se utilizarán en esta ejecución. Se usarán los valores especificados por defecto en %{settings_link}."
-
msgid "Pipeline|Stages"
msgstr "Etapas"
@@ -22997,15 +24064,15 @@ msgstr "con etapa"
msgid "Pipeline|with stages"
msgstr "con etapas"
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
+msgstr ""
+
msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr "Lista de branches separadas por comas que serán inspeccionadas automáticamente. Deje este campo en blanco para incluir todas las ramas."
msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr "API token de Pivotal Tracker."
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
-msgstr "Software de gestión de proyectos (Source Commits Endpoint)"
-
msgid "Plain diff"
msgstr "Dif simple"
@@ -23018,6 +24085,9 @@ msgstr "Plan:"
msgid "PlantUML"
msgstr "PlantUML"
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr "Ejecutar"
@@ -23105,8 +24175,8 @@ msgstr ""
msgid "Please enter a valid number"
msgstr "Por favor, introduzca un número válido"
-msgid "Please enter or upload a license."
-msgstr "Por favor, introduzca o cargue una licencia."
+msgid "Please enter or upload a valid license."
+msgstr ""
msgid "Please fill in a descriptive name for your group."
msgstr "Por favor ingrese un nombre descriptivo para su grupo."
@@ -23144,6 +24214,9 @@ msgstr "Por favor proporcione una dirección de correo electrónico válida."
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr "Impedir que se añadan nuevos miembros al proyecto dentro de este grupo"
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr "Principal"
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr "Perfil"
msgid "Profile Settings"
msgstr "Configuración del perfil"
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr "Encendido"
@@ -23639,6 +24727,12 @@ msgstr "Editar perfil"
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr "Introduzca su nombre para que las personas que le conozca puedan reconocer su perfil"
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr "Caduca el"
@@ -23654,7 +24748,7 @@ msgstr "Nombre completo"
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr "El token de correo electrónico entrante se ha restablecido correctament
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr "Aumente la seguridad de su cuenta al habilitar la autenticación de dos factores (2FA)"
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr "Contraseña no válida"
@@ -23678,6 +24775,15 @@ msgstr "Nombre de usuario inválido"
msgid "Profiles|Key"
msgstr "Clave"
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr "Último uso:"
@@ -23723,6 +24829,9 @@ msgstr "Avatar público"
msgid "Profiles|Public email"
msgstr "Dirección de correo electrónico pública"
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr "Eliminar avatar"
@@ -23747,9 +24856,6 @@ msgstr ""
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "El tamaño máximo de archivo permitido es 200KB."
-msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr "Esta dirección de correo electrónico se mostrará en su perfil público"
@@ -23837,9 +24943,6 @@ msgstr "Actualmente su cuenta es propietaria de estos grupos:"
msgid "Profiles|Your email address was automatically set based on your %{provider_label} account"
msgstr "Su dirección de correo electrónico se ha establecido automáticamente en base a su cuenta %{provider_label}"
-msgid "Profiles|Your key has expired"
-msgstr "Su clave ha caducado"
-
msgid "Profiles|Your location was automatically set based on your %{provider_label} account"
msgstr "Su ubicación se ha establecido automáticamente basándose en su cuenta %{provider_label}"
@@ -23930,6 +25033,9 @@ msgstr "URL del proyecto"
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr "Proyecto ya eliminado"
@@ -24095,13 +25201,7 @@ msgstr "o grupo"
msgid "ProjectSelect|Search for project"
msgstr "Buscar proyecto"
-msgid "ProjectService|%{service_title}: status off"
-msgstr "%{service_title}: estado desactivado"
-
-msgid "ProjectService|%{service_title}: status on"
-msgstr "%{service_title}: estado activado"
-
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Drone server URL"
msgstr ""
msgid "ProjectService|Enter new API key"
@@ -24110,67 +25210,88 @@ msgstr ""
msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgstr "Realice operaciones comunes en el proyecto GitLab: %{project_name}"
+
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
-msgstr "Realice operaciones comunes en el proyecto GitLab: %{project_name}"
+msgid "ProjectService|Trigger event for pushes to the repository."
+msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr "Esta configuración se aplica a nivel del servidor y se puede sobreescribir por un administrador."
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr "Proyectos recuperados con éxito"
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "Proyectos compartidos con %{group_name}"
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr "Crear un proyecto en blanco"
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr "Crear desde una plantilla"
@@ -24668,6 +25807,9 @@ msgstr "Importar"
msgid "ProjectsNew|Import project"
msgstr "Importar proyecto"
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr "Inicializar el repositorio con un archivo README"
@@ -24929,8 +26071,8 @@ msgstr "Más información"
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
-msgstr "Vea el resto de características del %{subscription_link_start}plan Bronze%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
+msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
msgstr ""
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr "Protocolo"
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr "Proveedor"
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr "Comprar más minutos"
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr "Push"
@@ -25265,6 +26416,9 @@ msgstr "El usuario %{user_name} ha realizado un push a la rama \"%{ref}\"."
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr "El usuario %{user_name} ha realizado un push a una nueva rama \"%{ref}\"."
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr "Prioridad alta"
@@ -25280,9 +26434,6 @@ msgstr "Prioridad más baja"
msgid "PushoverService|Normal Priority"
msgstr "Prioridad normal"
-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 "Vea el proyecto %{project_full_name}"
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "Se pueden utilizar acciones rápidas en la descripción de las incidencias y en los cuadros de texto de los comentarios."
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr "Rango rápido"
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr "Leer más"
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr "Lea más acerca de las incidencias relacionadas"
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr "Características en tiempo real"
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr "Recibe alertas desde los servidores de Prometheus configurados manualmente."
@@ -25385,8 +26554,8 @@ msgstr ""
msgid "Recent"
msgstr "Reciente"
-msgid "Recent Activity"
-msgstr "Actividad reciente"
+msgid "Recent Deliveries"
+msgstr ""
msgid "Recent Project Activity"
msgstr "Actividad reciente del proyecto"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr "Búsquedas recientes"
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr "Reconfigurar"
@@ -25596,18 +26768,21 @@ msgstr "Publicar documentación"
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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 "Se ha producido un error al guardar los detalles de la versión"
+msgid "Release|Something went wrong while saving the release details."
+msgstr ""
msgid "Remediations"
msgstr "Remediaciones"
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr "Recordar después"
@@ -25659,12 +26834,18 @@ msgstr "Eliminar la tarjeta"
msgid "Remove child epic from an epic"
msgstr "Eliminar la tarea épica hija de una tarea épica"
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr "Eliminar la fecha de vencimiento"
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr "Eliminar de la tarea épica"
msgid "Remove group"
msgstr "Eliminar grupo"
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr "Eliminar la iteración"
@@ -25692,6 +26876,12 @@ msgstr "Eliminar límite"
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr "Eliminar miembro"
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr "Eliminar nodo secundario"
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr "Eliminado"
@@ -26180,6 +27376,9 @@ msgstr "Seleccionar"
msgid "Request Access"
msgstr "Solicitar acceso"
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr "La solicitud para vincular la cuenta SAML debe ser autorizada"
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "Requerir a todos los usuarios que acepten los términos del servicio y la política de privacidad cuando accedan a GitLab."
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] "Requiere %d aprobaciones más."
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr "Reenviar invitación"
msgid "Resend it"
msgstr "Reenviarlo"
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr "Restablecer el token de acceso de verificación de estado"
msgid "Reset key"
msgstr "Reiniciar la clave"
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 "Reanudar"
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr "Ejecutar los pipelines de CI/CD para los repositorios externos"
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr "Ejecutar tareas de mantenimiento"
@@ -26584,12 +27804,6 @@ msgstr "Ejecutar trabajos no etiquetados"
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr "Token del ejecutor"
-
msgid "Runner tokens"
msgstr "Token del ejecutor"
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr "En ejecución"
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr "Las claves SSH le permiten establecer una conexión segura entre su ordenador y GitLab."
@@ -26779,6 +28029,9 @@ msgstr "Verificación SSL:"
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr "Programar un nuevo pipeline"
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr "Secundario"
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr "Segundos"
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr "Estado"
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr "Se ha producido un error al añadir el comentario."
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
-msgstr "Vea la %{password_policy_guidelines} de GitLab"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
+msgstr ""
msgid "See metrics"
msgstr "Ver métricas"
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr "Ver los proyectos afectados en el panel de administración de GitLab"
@@ -27758,6 +29035,15 @@ msgstr "Enviar notificación por correo electrónico"
msgid "Send message"
msgstr "Enviar mensaje"
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr "Enviar informe"
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr "Establece el tiempo estimado a %{time_estimate}."
msgid "Sets weight to %{weight}."
msgstr "Establecer el peso a %{weight}."
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr "Mostrar la descripción del commit"
msgid "Show complete raw log"
msgstr "Mostrar el registro completo sin procesar"
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr "Mostrar detalles"
@@ -28374,6 +29660,9 @@ msgstr "Iniciar sesión"
msgid "Sign in / Register"
msgstr "Iniciar sesión / Registro"
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr "Iniciar sesión en %{group_name}\""
@@ -28386,12 +29675,18 @@ msgstr "Inicie sesión mediante una tarjeta inteligente"
msgid "Sign in via 2FA code"
msgstr "Inicie sesión mediante un código 2FA"
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr "Inicie sesión mediante inicio de sesión único"
msgid "Sign in with smart card"
msgstr "Inicie sesión con una tarjeta inteligente"
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr "Cerrar sesión"
@@ -28404,6 +29699,12 @@ msgstr "Regístrese"
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr "¡Registro creado correctamente! Por favor, confirme su dirección de correo electrónico para iniciar sesión."
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr "Restricciones de inicio de sesión"
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr "Consultas simples o combinadas"
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr "Tamaño"
@@ -28473,28 +29780,16 @@ msgstr "Omitido"
msgid "Skipped deployment to"
msgstr ""
+msgid "Skype:"
+msgstr ""
+
msgid "Slack application"
msgstr "Aplicación Slack"
-msgid "Slack channels (e.g. general, development)"
-msgstr "Canales de Slack (p.ej. general, desarrollo)"
-
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr "La integración con Slack le permite interactuar con GitLab mediante comandos slash en una ventana de chat."
-msgid "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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr "Alguien editó este merge request al mismo tiempo que lo hizo usted. Por
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr "Algo salió mal por nuestra parte"
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr "Algo salió mal por nuestra parte."
@@ -28671,6 +29972,9 @@ msgstr "Algo salió mal al buscar comentarios. Inténtalo de nuevo. ¡Por favor,
msgid "Something went wrong while fetching description changes. Please try again."
msgstr "Se ha producido un error al recuperar los cambios de descripción. Por favor, inténtelo de nuevo."
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr "Algo salió mal al obtener las contribuciones de los miembros del grupo. ¡Por favor, inténtelo de nuevo!"
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr "Algo salió mal al resolver esta discusión. ¡Por favor, inténtelo de nuevo!"
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr "Origen (rama o tag)"
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr "Registros de correo no deseado"
@@ -29175,6 +30488,9 @@ msgstr "Iniciado:"
msgid "Starting..."
msgstr "Iniciando..."
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr "Comienza %{startsIn}"
@@ -29271,6 +30587,24 @@ msgstr "Estado:"
msgid "Status: %{title}"
msgstr "Estado: %{title}"
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr "Enviar"
msgid "Submit a review"
msgstr "Enviar una revisión"
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr "Enviar como correo no deseado"
@@ -29421,6 +30758,9 @@ msgstr "Enviar la revisión actual."
msgid "Submit your changes"
msgstr "Envíe sus cambios"
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr "Se ha enviado la revisión actual."
@@ -29451,6 +30791,9 @@ msgstr "Se suscribe a este %{quick_action_target}."
msgid "Subscription"
msgstr "Suscripción"
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr "Se ha producido un error al eliminar la suscripción."
@@ -29595,6 +30938,9 @@ msgstr "Desbloqueado con éxito"
msgid "Successfully unlocked"
msgstr "Desbloqueado con éxito"
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr "Resumen"
msgid "Sunday"
msgstr "Domingo"
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr "Soporte"
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr "Tabla de contenidos"
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr "Etiqueta"
@@ -29880,9 +31292,6 @@ msgstr "Notas de la versión"
msgid "TagsPage|Repository has no tags yet."
msgstr "El repositorio todavía no tiene etiquetas."
-msgid "TagsPage|Sort by"
-msgstr "Ordenar por"
-
msgid "TagsPage|Tags"
msgstr "Etiquetas"
@@ -30185,20 +31594,35 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr "%{rate}%{sign} tasa de éxito"
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr "TestReportes|Pruebas"
msgid "TestReports|There are no test cases to display."
msgstr "No hay conjuntos de pruebas para mostrar."
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr "No hay conjuntos de pruebas para mostrar."
-msgid "TestReports|There are no tests to show."
-msgstr "No hay pruebas para mostrar."
+msgid "TestReports|There are no tests to display"
+msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr "Pruebas"
@@ -30224,6 +31651,9 @@ msgstr "Gracias por su informe. Un administrador de GitLab lo examinará en brev
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr "¡Gracias por su compra!"
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] "El %{type} contiene el siguiente error:"
msgstr[1] "El %{type} contiene los siguientes errores:"
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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\")."
@@ -30304,6 +31740,9 @@ msgstr "La etapa de desarrollo muestra el tiempo desde el primer cambio hasta la
msgid "The collection of events added to the data gathered for that stage."
msgstr "La colección de eventos agregados a los datos recopilados para esa etapa."
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr "El commit no existe"
@@ -30432,6 +31871,9 @@ msgstr "La configuración de grupos para %{group_links} requiere que habilite la
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "La importación finalizará después de %{timeout}. Para los repositorios que necesiten más tiempo, utilice una combinación de comandos 'clone'/'push'."
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr "Los conflictos en el merge para este merge request no se pueden resolver a través de GitLab. Por favor, intente resolverlos localmente."
@@ -30498,6 +31943,9 @@ msgstr "Los conflictos en el merge para este merge request ya se han resuelto. P
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr "El nombre %{name} ya se está utilizando en este directorio."
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr "La contraseña requerida para descifrar la clave privada. Esto es opcional y su valor está encriptado."
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr "La etapa del ciclo de vida de desarrollo."
@@ -30669,15 +32129,15 @@ msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
msgstr "El usuario que está intentando desactivar ha estado activo en los últimos %{minimum_inactive_days} días y no puede ser desactivado"
+msgid "The username for the Jenkins server."
+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 "El valor en el punto medio de una serie de valores observados. Por ejemplo, entre 3, 5, 9, la mediana es 5. Entre 3, 5, 7, 8, la mediana es (5 + 7) / 2 = 6."
msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
-msgid "The visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
-msgstr ""
-
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
msgstr ""
@@ -30711,6 +32171,9 @@ msgstr "No hay claves SSH asociadas con esta cuenta."
msgid "There are no SSH keys with access to your account."
msgstr "No hay claves SSH con acceso a su cuenta."
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr "Se ha producido un problema al conectarse con su dispositivo."
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr "Se ha producido un error al obtener el %{replicableType}"
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr "Se ha producido un error al obtener información sobre los entornos."
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr "Se ha producido un error al restablecer el token de correo electrónico.
msgid "There was an error when subscribing to this label."
msgstr "Se ha producido un error al suscribirse a esta etiqueta."
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr "Se ha producido un error al cancelar la suscripción de esta etiqueta."
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr "Se ha producido un error con reCAPTCHA. Por favor, resuelva el reCAPTCHA de nuevo."
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+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."
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr "Esta tarea épica no existe o no tiene permisos suficientes."
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr "Esta característica requiere que el almacenamiento local esté activado"
@@ -31245,9 +32729,6 @@ msgstr "Este es un usuario \"fantasma\", creado para mantener todas las incidenc
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr "Este espacio de nombres ya esta en uso. Por favor, elija otro diferente.
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr "Esta opción sólo está disponible en GitLab.com"
@@ -31458,6 +32942,9 @@ 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 is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr "Este ejecutor solo se ejecutará en pipelines disparados sobre ramas protegidas"
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr "Esta configuración se puede reemplazar en cada proyecto."
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr "Esta configuración actualizará el nombre del host que se utiliza para generar los correos electrónicos de commit privados. %{learn_more}"
@@ -31521,18 +33002,33 @@ msgstr "Este usuario no puede ser desbloqueado manualmente desde GitLab"
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr "Este usuario no tiene ningún %{type} activo."
msgid "This user has no identities"
msgstr "El usuario no tiene ninguna identidad"
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr "Seguimiento de tiempo"
msgid "Time until first merge request"
msgstr "Tiempo hasta la primera solicitud de fusión"
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr "Est"
@@ -31918,6 +33420,9 @@ msgstr "s"
msgid "Tip:"
msgstr "Sugerencia:"
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr "Para definir los usuarios internos, primero habilite nuevos usuarios ext
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr "Para comenzar, introduzca la URL de su servidor de Gitea y un %{link_to_personal_token}."
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr "Para ayudar a mejorar GitLab y su experiencia de usuario, GitLab recopilará periódicamente información de uso."
@@ -32014,8 +33525,8 @@ msgstr "Para mantener este proyecto en marcha, crea una nueva incidencia"
msgid "To keep this project going, create a new merge request"
msgstr "Para mantener este proyecto en marcha, cree un nuevo merge request"
-msgid "To link Sentry to GitLab, enter your Sentry URL and Auth Token."
-msgstr "Para enlazar Sentry con GitLab, por favor, introduzca la URL de Sentry y el token de autenticación."
+msgid "To learn more about this project, read %{link_to_wiki}."
+msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
msgstr "Para mover o copiar todo un proyecto de GitLab de una instalación de GitLab a esta, navegue hasta la página de configuración del proyecto original, genere un archivo de exportación y súbalo aquí."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ msgstr "Para proteger la confidencialidad de esta incidencia, se seleccionó un
msgid "To receive alerts from manually configured Prometheus services, add the following URL and Authorization key to your Prometheus webhook config file. Learn more about %{linkStart}configuring Prometheus%{linkEnd} to send alerts to GitLab."
msgstr "Para recibir alertas de los servicios de Prometheus configurados manualmente, agregue la siguiente URL y la clave de autorización a su archivo de configuración del webhook de Prometheus. Puede obtener más información sobre la %{linkStart}configuración de Prometheus%{linkEnd} para enviar alertas a GitLab."
+msgid "To run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr "Para ver todos los tokens de acceso personales de los usuarios debe suplantar su identidad primero."
@@ -32194,9 +33711,6 @@ msgstr "Tamaño total de los artefactos: %{total_size}"
msgid "Total cores (CPUs)"
msgstr "Núcleos totales (CPUs)"
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr "Total de incidencias"
@@ -32409,12 +33923,6 @@ msgstr "El disparador se actualizó correctamente."
msgid "Triggerer"
msgstr "Disparador"
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr "Solucione problemas y supervise su aplicación con el seguimiento"
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr "Twitter"
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr "Autenticación de doble factor"
@@ -32487,6 +33995,9 @@ 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:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr "Autenticación de doble factor"
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr "Tipo"
@@ -32556,6 +34070,9 @@ msgstr "URL del almacenamiento externo que servirá los objetos estáticos del r
msgid "URL or request ID"
msgstr "URL o ID de solicitud"
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr "No se puede convertir la codificación de registros de Kubernetes a UTF-
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr "No se pueden recuperar proyectos no escaneados"
@@ -32622,6 +34142,9 @@ msgstr "No se puede cargar el fichero diff. %{button_try_again}"
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr "Desafortunadamente, su mensaje de correo electrónico a GitLab no pudo ser procesado."
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr "Desinstalar"
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr "Ilimitado"
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr "Desbloquear"
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr "Desbloquear la discusión"
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr "Desbloqueado"
@@ -32838,15 +34379,27 @@ msgstr "Actualizar"
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr "Actualizar todo"
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr "Actualizar la regla de aprobación"
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr "Se ha producido un error en la actualización"
@@ -32856,6 +34409,9 @@ msgstr "Actualícelo"
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr "Actualizar ahora"
@@ -32910,6 +34466,9 @@ msgstr "Actualizaciones"
msgid "Updating"
msgstr "Actualizando"
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ msgstr "Actualice su plan para activar Audit Events."
msgid "Upgrade your plan to activate Group Webhooks."
msgstr "Actualice su plan para activar la herramienta Group Webhooks."
-msgid "Upgrade your plan to enable this feature of the Jira Integration."
-msgstr ""
-
msgid "Upgrade your plan to improve merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr "Utilice una línea por URI"
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr "Utilizar plantilla"
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr "Utilice su tarjeta inteligente para autenticarse contra el servidor LDAP
msgid "Used by members to sign in to your group in GitLab"
msgstr "Utilizado por los miembros para iniciar sesión en su grupo en GitLab"
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr "Lenguaje de programación utilizado"
@@ -33549,6 +35120,9 @@ msgstr "El nombre de usuario está disponible."
msgid "Username or email"
msgstr "Nombre de usuario o email"
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr "Verificado"
msgid "Verify SAML Configuration"
msgstr "Verificar la configuración SAML"
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr "Verificar la configuración"
@@ -33802,6 +35391,9 @@ msgstr "Ver en GitLab"
msgid "View job"
msgstr "Ver la tarea"
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr "Ver el registro de tareas"
@@ -33850,21 +35442,18 @@ msgstr "Ver idiomas y marcos soportados"
msgid "View the documentation"
msgstr "Ver documentación"
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr "Ver el panel de control del rendimiento en"
+msgid "View usage details"
+msgstr ""
+
msgid "View users statistics"
msgstr "Ver las estadísticas de usuarios"
-msgid "View what jobs are needed for a job to run"
-msgstr ""
-
msgid "Viewed"
msgstr ""
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr "Espera a que el archivo se cargue para copiar su contenido"
@@ -34213,6 +35805,9 @@ msgstr "Hemos detectado spam potencial en %{humanized_resource_name}. Por favor
msgid "We don't have enough data to show this stage."
msgstr "No hay suficientes datos para mostrar en esta etapa."
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr "Hemos encontrado los siguientes errores:"
@@ -34243,6 +35838,12 @@ msgstr "Queremos asegurarnos de que sea usted, por favor, ayudenos a confirmar q
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr "Webhook"
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr "Miércoles"
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr "Bienvenido a la visita guiada de GitLab"
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr "¿Qué está buscando?"
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr "¿Cuál es su nivel de experiencia?"
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Cuando un ejecutor está bloqueado, no se puede asignar a otros proyectos"
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr "¿Desea eliminar la página %{pageTitle}?"
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr "Escriba su contenido o arrastre archivos aquí…"
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr "Wikis"
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr "Escriba la descripción del hito..."
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr "Escribe sus notas de la versión o arrastrar sus archivos aquí…"
@@ -34881,7 +36530,7 @@ msgstr "Está en una instancia de sólo lectura GitLab."
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr "Está recibiendo este mensaje porque es un administrador de GitLab para %{url}."
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr "También puede validar su fichero %{gitlab_ci_yml} en %{lint_link_start}
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "También puede subir archivos existentes desde su ordenador utilizando las instrucciones que se muestran a continuación."
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr "Siempre puede editar esto más tarde"
@@ -34944,13 +36596,13 @@ msgstr "Puedes crear unos nuevos en las opciones de configuración de sus tokens
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "Puede contribuir fácilmente pidiendo unirse a estos grupos."
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr "Puede enviar un merge request para tener este cambio en la rama original."
@@ -35043,9 +36698,6 @@ msgstr "No puede suplantar a un usuario que no puede iniciar sesión"
msgid "You cannot impersonate an internal user"
msgstr "No puede suplantar a un usuario interno"
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr "No puede ejecutar este pipeline programado en este momento. Por favor, espere un minuto."
@@ -35070,9 +36722,6 @@ msgstr "No tiene una licencia activa"
msgid "You do not have any subscriptions yet"
msgstr "Aún no tiene ninguna suscripción"
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr "No tiene permisos para ejecutar la importación."
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr "No tiene ningún dispositivo U2F registrado."
@@ -35115,6 +36767,9 @@ msgstr "No tiene ningún proyecto disponible."
msgid "You don't have any recent searches"
msgstr "No tiene ninguna búsquedas reciente"
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr "No tiene permisos suficientes para realizar esta acción."
@@ -35136,7 +36791,10 @@ msgstr "Se le ha concedido %{access_level} acceso al %{source_link} %{source_typ
msgid "You have been granted %{access_level} access to the %{source_name} %{source_type}."
msgstr "Se le ha concedido el acceso a %{access_level} a %{source_name} %{source_type}."
-msgid "You have been granted %{member_human_access} access to %{title} %{name}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr "Sus claves GPG (%{count})"
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr "Su dirección de correo electrónico pública se mostrará en su perfil
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr "Sus Claves SSH (%{count})"
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr "Su dispositivo U2F no envió una respuesta JSON válida."
msgid "Your U2F device was registered!"
msgstr "¡Se ha registrado su dispositivo U2F!"
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr "Su cuenta está bloqueada."
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr "Su cuenta utiliza credenciales dedicadas para el grupo \"%{group_name}\" y sólo puede actualizarse a través de SSO."
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr "Sus aplicaciones (%{size})"
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr "Su licencia es válida desde"
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr "Su nuevo %{type}"
msgid "Your new SCIM token"
msgstr "Su nuevo token SCIM"
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr "Se ha creado su nuevo token de acceso personal."
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr "el nombre contenedor no puede ser mayor que %{max_length} caracteres"
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr "no se ha podido leer la clave privada, ¿La contraseña es correcta?"
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr "creado el %{timeAgo}"
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] "de %d trabajo"
msgstr[1] "de %d trabajos"
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr "grupo"
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr "ayuda"
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr "http:"
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr "https://tu-servidor-bitbucket"
@@ -36579,19 +38267,16 @@ msgstr "Error al cargar las estadísticas de despliegue"
msgid "mrWidget|Fast-forward merge is not possible. To merge this request, first rebase locally."
msgstr "No es posible realizar un merge fast-forward. Para poder hacer un merge de esta solicitud, es necesario hacer rebase localmente."
-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 %{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|Jump to first unresolved thread"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr "merge request aprobado."
msgid "mrWidget|Merged by"
msgstr "Merge realizado por"
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr "Más información"
@@ -36708,21 +38411,18 @@ 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 "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 project is archived, write access has been disabled"
msgstr "Este proyecto está archivado, se ha deshabilitado el acceso de escritura"
msgid "mrWidget|To approve this merge request, please enter your password. This project requires all approvals to be authenticated."
msgstr "para aprobar este merge request, por favor introduzca su contraseña. Este proyecto requiere de todas las aprobaciones para ser autenticado."
+msgid "mrWidget|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr "debe contener sólo entornos de trabajo válidos"
msgid "my-awesome-group"
msgstr "mi-asombroso-grupo"
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr "n/a"
@@ -36798,9 +38501,6 @@ msgstr "nueva solicitud de fusión"
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr "sin colaboraciones"
-
msgid "no expiration"
msgstr "Sin fecha de caducidad"
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] "punto"
msgstr[1] "puntos"
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr "privado"
@@ -36932,6 +38635,12 @@ msgstr "proyectos"
msgid "quick actions"
msgstr "acciones rápidas"
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr "eliminar"
msgid "remove due date"
msgstr "eliminar la fecha de vencimiento"
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr "eliminar el peso"
@@ -36967,15 +38679,18 @@ msgstr[1] "respuestas"
msgid "repository:"
msgstr "repositorio:"
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr "restablecer."
+msgid "restart"
+msgstr ""
+
msgid "revised"
msgstr "revisado"
-msgid "runners"
-msgstr ""
-
msgid "satisfied"
msgstr "satisfecho"
@@ -37012,6 +38727,9 @@ msgstr "Ninguna"
msgid "severity|Unknown"
msgstr "Desconocida"
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr "nombre de la etiqueta"
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr "la siguiente incidencia(s)"
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr "este documento"
diff --git a/locale/et_EE/gitlab.po b/locale/et_EE/gitlab.po
index 5fb911efb07..6f5371380be 100644
--- a/locale/et_EE/gitlab.po
+++ b/locale/et_EE/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: et\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:09\n"
+"PO-Revision-Date: 2021-05-03 22:12\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/fa_IR/gitlab.po b/locale/fa_IR/gitlab.po
index e43f5b3da9e..0cd35d95aa9 100644
--- a/locale/fa_IR/gitlab.po
+++ b/locale/fa_IR/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: fa\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:08\n"
+"PO-Revision-Date: 2021-05-03 22:11\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/fi_FI/gitlab.po b/locale/fi_FI/gitlab.po
index fedf058714c..36a9c7a6cae 100644
--- a/locale/fi_FI/gitlab.po
+++ b/locale/fi_FI/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: fi\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:16\n"
+"PO-Revision-Date: 2021-05-03 22:20\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/fil_PH/gitlab.po b/locale/fil_PH/gitlab.po
index a9e8905c04e..c3f88567a7a 100644
--- a/locale/fil_PH/gitlab.po
+++ b/locale/fil_PH/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: fil\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:10\n"
+"PO-Revision-Date: 2021-05-03 22:14\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/fr/gitlab.po b/locale/fr/gitlab.po
index 21680faa340..2ce93ea1541 100644
--- a/locale/fr/gitlab.po
+++ b/locale/fr/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: fr\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:14\n"
+"PO-Revision-Date: 2021-05-03 22:18\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr " Collecté %{time}"
msgid " Please sign in."
msgstr " Veuillez vous identifier."
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " Réessayez de %{action} ce fichier."
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " Vous devez faire cela avant %{grace_period_deadline}."
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr "%{firstLabel} et %{labelCount} de plus"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "Les %{group_docs_link_start}groupes%{group_docs_link_end} vous permettent de gérer plusieurs projets et d’y collaborer. Les membres d’un groupe ont accès à tous ses projets."
+msgid "%{group_name} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ msgstr ""
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} indisponible"
-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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr "Changements %{title}"
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,12 +952,12 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "%{usage_ping_link_start}En savoir plus%{usage_ping_link_end} sur les informations partagées avec GitLab Inc."
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr ""
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr "Une personne avec un accès en écriture à la branche source a sélecti
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr "Rapports d’abus"
msgid "Abuse reports"
msgstr "Rapports d’abus"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr "Accepter l’invitation"
@@ -1620,6 +1673,9 @@ msgstr "Accepter les conditions"
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "Jetons d’accès"
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr "Limitations du compte"
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr "Actif"
@@ -1776,6 +1832,9 @@ msgstr "Sessions actives"
msgid "Activity"
msgstr "Activité"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr "Ajouter"
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr "Ajouter un README"
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr "Ajouter du texte en gras"
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr "Ajouter à la revue de code"
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr "Ajouter un ou des utilisateurs au groupe :"
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "Texte supplémentaire"
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr "L’arrêt des tâches a échoué"
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr "Supprimer"
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr "Supprimer le projet %{projectName} ?"
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr "Domaine de DevOps automatique"
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgstr ""
+
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] "Alerte"
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "Également appelé « émetteur » ou « identifiant du tiers de confiance »"
@@ -3350,12 +3409,12 @@ msgstr "Une erreur s’est produite lors de l’activation ou la désactivation
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
-msgstr ""
-
msgid "An error occurred when updating the issue weight"
msgstr "Une erreur est survenue lors de la mise à jour du poids du ticket"
+msgid "An error occurred when updating the title"
+msgstr ""
+
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
msgstr ""
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr "Une erreur est survenue lors de l’abonnement aux notifications."
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr "Application : %{name}"
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "Applications"
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr "Êtesâ€vous sûr de vouloir générer une nouvelle paire de clefs ? V
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr "Voulezâ€vous vraiment supprimer %{group_name} ?"
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr "Êtesâ€vous sûr(e) de vouloir supprimer cette identité ?"
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr "Artéfacts"
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr "Croissant"
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,8 +4421,8 @@ msgstr ""
msgid "Assigned Issues"
msgstr "Tickets assignés"
-msgid "Assigned Merge Requests"
-msgstr "Demandes de fusion assignées"
+msgid "Assigned merge requests"
+msgstr ""
msgid "Assigned projects"
msgstr ""
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "Attachez un fichier par glisserâ€déposer ou %{upload_link}"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr "L’autorisation a été accordée via la saisie de vos nom d’utilisateur et mot de passe dans l’application."
@@ -4618,9 +4794,18 @@ msgstr "L’avatar sera supprimé. Êtesâ€vous sûr·e ?"
msgid "Average per day: %{average}"
msgstr "Moyenne par jour : %{average}"
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr "Vos badges numériques"
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr "Commencer avec le commit sélectionné"
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "Vous trouverez ciâ€dessous tous les groupes publics."
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr "Afficher l’aperçu des branches"
msgid "Branches|Show stale branches"
msgstr "Afficher les branches périmées"
-msgid "Branches|Sort by"
-msgstr "Trier par"
-
msgid "Branches|Stale"
msgstr "Périmée"
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "Parcourir le dossier"
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr "Intégration et livraison continues pour dépôt externe"
-msgid "CI/CD settings"
-msgstr "Paramètres de l’intégration et de la livraison continues"
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr "URL de retour"
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr "Annuler cette tâche"
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr "Impossible de modifier la grappe de serveurs gérée par Kubernetes"
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ 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 the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 "Choisissez une branche ou une étiquette (par exemple %{master}) ou entrez un commit (par exemple %{sha}) pour voir ce qui a changé ou pour créer une demande de fusion."
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr "Cliquez pour l’agrandir."
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
+msgstr ""
+
+msgid "CloudLicense|Subscription"
+msgstr ""
+
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|Users over subscription"
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|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 "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Activez ou désactivez la connexion de GitLab à votre grappe de serveurs Kubernetes."
@@ -6954,7 +7226,7 @@ msgstr "Si vous configurez plusieurs grappes de serveurs et que vous utilisez Au
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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr "Propriétaires du code"
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr "Comparer les révisions Git"
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr "Comparer les révisions"
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "Configurer le traçage"
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr "Configurez le chemin d’accès au stockage."
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr "Créer une branche"
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr "Tableau de bord"
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr "Refuser et se déconnecter"
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr "Supprimer le commentaire"
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr "Refuser"
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr "Clefs de déploiement à accès publique"
msgid "DeployKeys|Read access only"
msgstr "Accès en lecture seule"
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr "Vous êtes sur le point de supprimer cette clef de déploiement. Êtesâ€vous sûr·e ?"
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr "Jetons de déploiement actifs : (%{active_tokens})"
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr "Limites du contenu du diff"
@@ -10954,6 +11400,12 @@ msgstr "Nom du dossier"
msgid "Disable"
msgstr "Désactiver"
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr "Désactiver pour ce projet"
@@ -10996,7 +11448,7 @@ msgstr "Abandonner le brouillon"
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr "Rejeter la promotion de la demande de fusion"
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr "Domaine"
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr "Au cours de ce processus, il vous sera demandé les URL de GitLab. Utili
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "Éditer"
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ msgstr ""
msgid "Email patch"
msgstr "Correctif par courriel"
-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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr "Activer la collecte de données Pseudonymizer"
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr "Activer et configurer les métriques Prometheus."
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ msgstr "Activer le contrôle de classification à l’aide d’un service extern
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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr "Activer la collecte des données d’utilisation"
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr "Se termine à (UTC)"
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr "Les épopées vous permettent de gérer votre portefeuille de projets plus efficacement et avec moins d’efforts"
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr "Étendre la barre latérale"
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr "Authentification externe"
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr "Étiquette de classification"
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr "Échec"
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr "Indicateurs de fonctionnalités"
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr "févr."
@@ -13514,10 +14052,13 @@ msgstr "Corrigé :"
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr "Depuis la fusion de la demande de fusion jusqu’au déploiement en prod
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr "Geo"
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr "%{name} est programmé pour la reâ€synchronisation"
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr "Impossible de supprimer l’entrée de suivi d’un projet existant."
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr "État de Geo"
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr "Dernière vérification"
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr "Pas encore synchronisé"
@@ -14090,16 +14676,25 @@ msgstr "Supprimer"
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr "Statut"
@@ -14153,6 +14751,9 @@ msgstr "Synchronisé"
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr "Synchro en échec — %{error}"
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr "État inconnu"
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr "Vérification en échec — %{error}"
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr "En attente de planification"
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr "secondaire"
msgid "Get a free instance review"
msgstr "Obtenez une revue d’instance gratuite"
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr "Importation depuis GitLab"
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr "Retour"
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr "Informations du groupe :"
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr "Les responsables de groupe peuvent créer des exécuteurs de groupe via %{link}"
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr "Désolé, aucune épopée ne correspond à votre recherche"
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr "La feuille de route affiche la progression de vos épopées dans le temps"
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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 delay. This delay can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr "Message d’enâ€tête"
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr "Historique"
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr "Adresse IP"
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr "Identifiant"
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr "Si vous utilisez GitHub, vous verrez les statuts des pipelines sur GitHu
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr "côte à côte"
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr "Importe des projets depuis Gitea"
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr "Importer un projet GitLab exporté"
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr "Importer des projets depuis Bitbucket"
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr "Intégrations"
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr "Tickets"
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr "La tâche a été supprimée"
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr "juill."
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr "LFS"
@@ -18046,6 +18908,9 @@ msgstr "Dernier commit"
msgid "Last contact"
msgstr "Dernier contact"
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr "Dernière modification le %{date}"
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr "Quitter"
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr "Quitter le groupe"
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr "LinkedIn"
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr "Verrouiller"
@@ -18711,12 +19615,18 @@ msgstr "Les verrous permettent de verrouiller un fichier ou un dossier spécifiq
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "Se connecter avec une carte à puce"
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr "Journaux"
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr "Gérez les applications que vous avez autorisées à utiliser votre compte."
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr "Gérer les étiquettes de groupe"
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr "Gérer les étiquettes de projet"
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr "Niveau d’accès maximum"
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr "mai"
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr "Médian"
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr "Verrouillage des membres"
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr "Membre depuis le %{date}"
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr "Demande de fusion"
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr "Demandes de fusion"
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr "Approbations de la demande de fusion"
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr "Messages"
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr "Plus"
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr "Nommage, visibilité"
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr "Aide"
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr "Nouveau projet"
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr "Aucun groupe public"
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr "OK"
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr "Options"
msgid "Or you can choose one of the suggested colors below"
msgstr "Ou vous pouvez choisir l’une des couleurs suggérées ciâ€dessous"
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr "Propriétaire"
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr "Paquets"
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr "Partie des modifications de la demande de fusion"
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr "Mot de Passe"
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr "En attente"
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr "Les personnes sans autorisation ne recevront jamais de notifications et ne pourront pas commenter."
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr "Optimisation des performances"
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr "Total :"
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr "Pipelines"
msgid "Pipelines charts"
msgstr "Graphiques des pipelines"
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr "Construire en toute confiance"
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
-msgstr "CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
+msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
-msgstr "Vider les caches des exécuteurs"
+msgid "Pipelines|Clear runner caches"
+msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr "Chargement des pipelines"
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr "Réinitialisation du cache de projet réussie."
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr "Exécuter un pipeline"
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr "Une erreur s’est produite lors du nettoyage du cache des exécuteurs."
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr "Durée"
-msgid "Pipeline|Existing branch name or tag"
-msgstr "Nom de branche ou d’étiquette existant"
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,30 +23992,21 @@ msgstr ""
msgid "Pipeline|Raw text search is not currently supported. Please use the available search tokens."
msgstr ""
-msgid "Pipeline|Run Pipeline"
-msgstr "Exécuter le pipeline"
-
-msgid "Pipeline|Run for"
+msgid "Pipeline|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Run for branch name or tag"
+msgid "Pipeline|Run pipeline"
msgstr ""
msgid "Pipeline|Running"
msgstr ""
-msgid "Pipeline|Search branches"
-msgstr "Chercher des branches"
-
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 "Spécifier la valeur de la variable à utiliser lors de l’exécution. Les valeurs spécifiées dans %{settings_link} seront utilisées par défaut."
-
msgid "Pipeline|Stages"
msgstr "Étapes"
@@ -22997,13 +24064,13 @@ msgstr "avec l’étape"
msgid "Pipeline|with stages"
msgstr "avec les étapes"
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr "PlantUML"
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr "Lancer"
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr "Empêcher l’ajout de nouveaux membres au projet au sein de ce groupe"
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr "Principal"
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr "Profil"
msgid "Profile Settings"
msgstr "Paramètres du profil"
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr "Modifier le profil"
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr "Mot de passe incorrect"
@@ -23678,6 +24775,15 @@ msgstr "Nom d’utilisateur incorrect"
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr "Avatar public"
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr "Supprimer l’avatar"
@@ -23747,9 +24856,6 @@ msgstr ""
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "La taille de fichier maximale autorisée est de 200 Kio."
-msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ msgstr "Votre compte est actuellement propriétaire des groupes suivants :"
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 ""
@@ -23930,6 +25033,9 @@ msgstr "URL du projet"
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr "Ce paramètre s’applique au niveau du serveur mais il peut être outrepassé par un administrateur."
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "Projets partagés avec %{group_name}"
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr "Fournisseur"
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr "Push"
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "Les actions rapides peuvent être utilisées dans la description des tickets et dans les zones de commentaire."
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr "Lire plus"
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr "Fonctionnalités en temps réel"
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr "Recherches récentes"
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr "Me le rappeler ultérieurement"
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr "Supprimer le groupe"
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr "Sélectionner"
msgid "Request Access"
msgstr "Demander l’accès"
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "Exiger que tous les utilisateurs acceptent les conditions générales d’utilisation et la politique de confidentialité quand ils accèdent à GitLab."
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr "Réinitialiser le jeton d’accès au bilan de santé"
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 "Reprendre"
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr "Exécuter des pipelines CI / CD pour les dépôts externes"
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr "Exécuter les tâches non étiquetées"
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr "Jeton de l’exécuteur"
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr "En cours d’exécution"
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr "Planifier un nouveau pipeline"
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28059,7 +29339,7 @@ msgid "Set up shared runner availability"
msgstr ""
msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
-msgstr "Configurez votre projet afin de pouvoir pousser et/ou récupérer automatiquement les modifications vers ou depuis un autre dépôt. Les branches, les étiquetets et les commits seront automatiquement synchronisés."
+msgstr "Configurez votre projet afin de pouvoir pousser et/ou récupérer automatiquement les modifications vers ou depuis un autre dépôt. Les branches, les étiquettes et les commits seront automatiquement synchronisés."
msgid "Set verification limit and frequency."
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr "Afficher le journal brut complet"
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr "Connexion"
msgid "Sign in / Register"
msgstr "Connexion / Inscription"
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr "Se connecter avec une authentification unique"
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr "Se déconnecter"
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr "Restrictions de connexion"
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr "Taille"
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
+msgid "Skype:"
+msgstr ""
+
msgid "Slack application"
msgstr "Application Slack"
-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 "L’intégration de Slack permet d’interagir avec GitLab via des commandes slash dans une fenêtre de messagerie instantanée."
-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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr "Une erreur est survenue de notre côté"
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr "Une erreur est survenue de notre côté."
@@ -28671,6 +29972,9 @@ msgstr "Une erreur est survenue lors de la récupération des commentaires. Veui
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr "Une erreur s’est produite lors de la récupération des contributions des membres du groupe"
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr "Une erreur s’est produite lors de la « résolution » de la discussion. Veuillez réessayer."
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr "Source (branche ou étiquette)"
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr "Journaux des messages indésirables"
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr "Soumettre comme indésirable"
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr "Notes de version"
msgid "TagsPage|Repository has no tags yet."
msgstr "Le dépôt n’a pour le moment aucune étiquette."
-msgid "TagsPage|Sort by"
-msgstr "Trier par"
-
msgid "TagsPage|Tags"
msgstr "Étiquettes"
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr "Le présentoir de code affiche le temps entre le premier commit et la cr
msgid "The collection of events added to the data gathered for that stage."
msgstr "L’ensemble d’événements ajoutés aux données recueillies pour cette étape."
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "L’importation expirera après %{timeout}. Pour les dépôts qui prennent plus de temps, utilisez une combinaison de clone et push."
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr "La phrase de passe permettant de déchiffrer la clef privée. Ceci est facultatif et la valeur est chiffrée au repos."
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr "La phase du cycle de développement."
@@ -30669,15 +32129,15 @@ msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
msgstr ""
+msgid "The username for the Jenkins server."
+msgstr ""
+
msgid "The value 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 "La valeur située au point médian d’une série de valeur observée. Par exemple., entre 3, 5 et 9, le médian est 5. Entre 3, 5, 7 et 8, le médian est (5+7)/2 = 6."
msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
-msgid "The visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
-msgstr ""
-
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
msgstr ""
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr "Une erreur s’est produite lors de la réinitialisation du jeton de cou
msgid "There was an error when subscribing to this label."
msgstr "Une erreur s’est produite lors de l’abonnement à cette étiquette."
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr "Une erreur s’est produite lors de la désinscription à cette étiquette."
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr "Cet exécuteur ne fonctionnera que sur les pipelines déclenchés sur des branches protégées"
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr "Ce paramètre peut être outrepassé pour chacun des projets."
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr "Ce paramètre modifie le nom d’hôte qui est utilisé pour générer des courriels de commit privés. %{learn_more}"
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr "Cet utilisateur ou cette utilisatrice n’a aucune identité"
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr "Suivi du temps"
msgid "Time until first merge request"
msgstr "Temps jusqu’à la première demande de fusion"
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr "Est"
@@ -31918,6 +33420,9 @@ msgstr "s"
msgid "Tip:"
msgstr "Astuce :"
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr "Afin de définir les utilisateurs internes, veuillez d’abord activer l
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr "Pour commencer, entrez l’URL de votre hôte Gitea et un %{link_to_personal_token}."
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr "Afin d’aider à améliorer GitLab et son expérience utilisateur, GitLab va recueillir périodiquement des informations sur son utilisation."
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr "Dépanner et surveiller votre application grâce au traçage"
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr "Twitter"
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr "Authentification à double facteur"
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr "Type"
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr "Impossible de charger le diff. %{button_try_again}"
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr "Déverrouiller"
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr "Déverrouillé"
@@ -32838,15 +34379,27 @@ msgstr "Mettre à jour"
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr "Mettre à jour maintenant"
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr "Mise à jour en cours"
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr "Mettez à niveau votre forfait pour activer les webhooks de groupe."
-msgid "Upgrade your plan to enable this feature of the Jira Integration."
-msgstr ""
-
msgid "Upgrade your plan to improve merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr "Utilisez une ligne par URI"
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr "Utiliser ce modèle"
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr "Utilisé par les membres pour se connecter à votre groupe dans GitLab"
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr "Vérifié"
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr "Voir sur GitLab"
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr "Afficher la documentation"
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr "Nous avons détecté un potentiel courriel indésirable dans %{humanized
msgid "We don't have enough data to show this stage."
msgstr "Nous n’avons pas suffisamment de données pour afficher cette étape."
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr "Nous voulons nous assurer qu’il s’agit bien de vous, merci de confir
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Lorsqu’un exécuteur est verrouillé, il ne peut pas être affecté à d’autres projets"
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr "Supprimer la page %{pageTitle} ?"
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr "Écrivez du contenu ou faites glisser des fichiers ici…"
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr "Vous êtes sur une instance GitLab en lecture seule."
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "Vous pouvez facilement y contribuer en demandant à rejoindre ces groupes."
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr "Vous n’avez souscrit à aucun abonnement pour le moment"
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr "Vos applications (%{size})"
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr "impossible de lire la clef privée, la phrase secrète estâ€elle correcte ?"
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr "https://votre-serveur-bitbucket"
@@ -36579,19 +38267,16 @@ msgstr "Impossible de charger les statistiques de déploiement"
msgid "mrWidget|Fast-forward merge is not possible. To merge this request, first rebase locally."
msgstr "La fusion rapide fastâ€forward n’est pas possible. Pour réaliser cette fusion, vous devez d’abord effectuer un « git rebase » en local."
-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 %{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|Jump to first unresolved thread"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr "Fusionnée par"
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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 "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 project is archived, write access has been disabled"
msgstr "Ce projet est archivé, l’accès en écriture a été désactivé"
msgid "mrWidget|To approve this merge request, please enter your password. This project requires all approvals to be authenticated."
msgstr ""
+msgid "mrWidget|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr "non disponible"
@@ -36798,9 +38501,6 @@ msgstr "nouvelle demande de fusion"
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr "supprimer"
msgid "remove due date"
msgstr "supprimer la date d’échéance"
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr "supprimer le poids"
@@ -36967,13 +38679,16 @@ msgstr[1] "réponses"
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr "ce document"
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 894d421b01b..74d25d8892b 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -11337,18 +11337,33 @@ msgstr ""
msgid "DevopsReport|Adoption"
msgstr ""
-msgid "DevopsReport|DevOps"
-msgstr ""
-
msgid "DevopsReport|DevOps Score"
msgstr ""
msgid "DevopsReport|DevOps score metrics are based on usage over the last 30 days. Last updated: %{timestamp}."
msgstr ""
+msgid "DevopsReport|High"
+msgstr ""
+
+msgid "DevopsReport|Leader usage"
+msgstr ""
+
+msgid "DevopsReport|Low"
+msgstr ""
+
+msgid "DevopsReport|Moderate"
+msgstr ""
+
msgid "DevopsReport|Score"
msgstr ""
+msgid "DevopsReport|Your score"
+msgstr ""
+
+msgid "DevopsReport|Your usage"
+msgstr ""
+
msgid "Didn't receive a confirmation email?"
msgstr ""
@@ -11424,6 +11439,9 @@ msgstr ""
msgid "Disabled"
msgstr ""
+msgid "Disabled by %{parent} owner"
+msgstr ""
+
msgid "Disabled mirrors can only be enabled by instance owners. It is recommended that you delete them."
msgstr ""
@@ -12830,9 +12848,6 @@ msgstr ""
msgid "Error occurred when saving reviewers"
msgstr ""
-msgid "Error occurred when toggling the notification subscription"
-msgstr ""
-
msgid "Error occurred while updating the issue status"
msgstr ""
@@ -18998,9 +19013,6 @@ msgstr ""
msgid "Launch a ready-to-code development environment for your project."
msgstr ""
-msgid "Lead"
-msgstr ""
-
msgid "Lead Time"
msgstr ""
@@ -30044,6 +30056,9 @@ msgstr ""
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} notifications."
+msgstr ""
+
msgid "Something went wrong while stopping this environment. Please try again."
msgstr ""
@@ -32585,7 +32600,10 @@ msgstr ""
msgid "This also resolves this thread"
msgstr ""
-msgid "This application was created by %{link_to_owner}."
+msgid "This application was created by %{user_link}."
+msgstr ""
+
+msgid "This application was created for group %{group_link}."
msgstr ""
msgid "This application will be able to:"
diff --git a/locale/gl_ES/gitlab.po b/locale/gl_ES/gitlab.po
index 45adfe88f4a..19454ed9a9a 100644
--- a/locale/gl_ES/gitlab.po
+++ b/locale/gl_ES/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: gl\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:07\n"
+"PO-Revision-Date: 2021-05-03 22:10\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr " Recollido %{time}"
msgid " Please sign in."
msgstr " Por favor, inicie a sesión."
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " Probe a %{action} este ficheiro de novo."
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " Debe facelo antes do %{grace_period_deadline}."
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/he_IL/gitlab.po b/locale/he_IL/gitlab.po
index 864b0438fde..6faf4772d19 100644
--- a/locale/he_IL/gitlab.po
+++ b/locale/he_IL/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: he\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:16\n"
+"PO-Revision-Date: 2021-05-03 22:21\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -91,6 +100,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -524,9 +540,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -663,12 +676,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -753,9 +775,6 @@ 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 ""
@@ -804,6 +823,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -840,6 +862,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -955,9 +980,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -1068,9 +1090,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1089,10 +1108,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -1110,6 +1129,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1198,6 +1226,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1207,6 +1238,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1544,6 +1578,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1658,6 +1695,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1673,7 +1713,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1697,6 +1737,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1760,10 +1803,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1817,6 +1866,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1826,6 +1881,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1952,6 +2010,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1967,9 +2028,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1982,6 +2040,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -2018,9 +2079,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -2102,6 +2160,9 @@ msgstr ""
msgid "Add bold text"
msgstr "הוספת טקסט מודגש"
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2207,6 +2268,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2228,21 +2292,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2282,6 +2340,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2402,9 +2463,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2429,9 +2487,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2468,9 +2523,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2489,9 +2541,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2510,16 +2559,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2540,10 +2592,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2555,7 +2610,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2942,6 +2997,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -3114,10 +3175,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3144,19 +3202,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3177,18 +3241,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3210,22 +3268,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3237,6 +3295,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3255,13 +3316,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3273,22 +3337,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3426,9 +3487,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3456,6 +3514,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3558,10 +3619,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3822,9 +3883,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3834,7 +3892,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3891,9 +3949,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3933,6 +3988,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -4032,6 +4090,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -4102,16 +4250,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-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] ""
@@ -4135,6 +4280,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -4147,9 +4295,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4313,6 +4467,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4322,6 +4479,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4397,13 +4557,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4415,6 +4578,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4475,7 +4641,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4548,6 +4714,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4621,9 +4790,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4678,6 +4853,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4840,9 +5018,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4936,25 +5123,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4966,15 +5153,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -5065,12 +5264,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -5086,6 +5291,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5377,9 +5585,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5434,6 +5639,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5515,9 +5723,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5608,9 +5813,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5717,6 +5919,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5801,6 +6006,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5825,6 +6033,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5846,6 +6057,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5873,6 +6087,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -6026,15 +6261,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -6098,6 +6327,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6287,6 +6519,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6563,6 +6798,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6662,46 +6903,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6908,6 +7176,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -7073,6 +7344,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -7184,7 +7458,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7211,6 +7485,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7838,6 +8121,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7895,6 +8181,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -8046,6 +8335,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -8091,6 +8383,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -8169,7 +8464,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8229,6 +8524,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8256,9 +8554,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8289,6 +8602,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8304,28 +8620,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8489,7 +8823,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8721,6 +9055,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8775,7 +9115,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8922,15 +9262,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -9120,6 +9493,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -9228,6 +9604,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9480,6 +9859,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9501,6 +9883,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9723,6 +10111,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9773,13 +10164,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9806,6 +10194,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9998,6 +10422,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -10043,6 +10470,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -10076,7 +10506,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -10091,6 +10521,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10170,6 +10603,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10188,9 +10624,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10215,6 +10648,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -10239,9 +10675,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10353,10 +10798,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10404,6 +10852,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10443,6 +10894,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10455,18 +10909,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10689,9 +11137,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10803,22 +11248,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -11053,15 +11483,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -11104,7 +11537,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11134,7 +11567,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -11149,10 +11582,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11170,6 +11609,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -11212,6 +11660,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -11254,7 +11708,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11318,9 +11772,6 @@ msgstr[3] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11348,7 +11799,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11363,6 +11814,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11381,10 +11835,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11429,6 +11883,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11516,6 +11973,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11609,6 +12072,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11627,6 +12093,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11645,6 +12114,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11708,21 +12180,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11768,9 +12237,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11783,13 +12249,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11831,6 +12303,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11846,6 +12321,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11864,6 +12348,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11873,9 +12360,6 @@ 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 ""
@@ -11927,6 +12411,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11954,9 +12444,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11993,6 +12492,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -12095,6 +12597,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12356,6 +12861,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12374,7 +12882,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12689,6 +13197,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12878,6 +13389,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12989,6 +13503,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -13004,6 +13521,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -13016,10 +13536,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -13067,9 +13590,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -13082,6 +13602,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13280,6 +13803,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13292,9 +13818,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13557,6 +14089,16 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13776,10 +14318,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13893,6 +14438,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13980,6 +14528,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -14016,9 +14567,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -14166,6 +14732,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14187,6 +14756,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -14226,6 +14798,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -14235,6 +14810,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14250,9 +14828,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14289,6 +14873,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14304,6 +14891,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14352,16 +14942,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14403,6 +15002,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14415,6 +15017,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14424,6 +15029,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14433,6 +15041,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14454,16 +15068,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14484,6 +15107,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14562,6 +15188,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14613,6 +15242,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14637,9 +15269,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14691,9 +15329,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14718,9 +15353,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14736,10 +15368,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14784,9 +15422,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14826,10 +15461,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14880,9 +15515,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -15078,6 +15719,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -15120,6 +15764,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -15207,6 +15854,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -15225,10 +15875,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -15243,19 +15893,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15294,10 +15941,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15345,15 +15989,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15384,7 +16025,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15435,9 +16076,6 @@ 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 group-level project templates."
msgstr ""
@@ -15459,7 +16097,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15498,6 +16145,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15675,9 +16325,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15717,6 +16373,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15735,9 +16394,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15821,12 +16489,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15866,6 +16540,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15875,10 +16555,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15962,9 +16639,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -16010,6 +16693,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -16022,6 +16711,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -16043,9 +16738,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -16067,6 +16759,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -16082,6 +16777,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -16111,6 +16812,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -16159,6 +16863,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -16265,9 +16972,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16286,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16316,7 +17029,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16361,7 +17074,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16394,9 +17107,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16418,6 +17128,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16481,7 +17194,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16496,7 +17209,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16523,16 +17239,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16553,7 +17275,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16607,6 +17329,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16715,6 +17440,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16724,19 +17452,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16832,9 +17557,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16853,6 +17584,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16950,6 +17696,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16959,16 +17708,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16977,6 +17735,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -17001,6 +17762,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -17010,6 +17774,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -17028,7 +17795,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -17040,6 +17807,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -17064,6 +17834,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -17076,7 +17849,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -17085,13 +17858,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -17100,6 +17873,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17184,9 +17960,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17412,24 +18185,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17538,15 +18299,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17619,19 +18377,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17640,7 +18416,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17721,6 +18497,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17736,6 +18515,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17796,6 +18620,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17808,6 +18635,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17838,10 +18668,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17862,16 +18695,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17904,16 +18734,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17928,7 +18770,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17937,9 +18779,6 @@ 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 ""
@@ -17958,6 +18797,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -18069,12 +18911,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -18084,6 +18938,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -18105,6 +18965,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18198,6 +19061,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18322,6 +19188,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18352,6 +19221,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18409,6 +19284,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18421,6 +19299,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18472,6 +19353,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18499,12 +19383,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18535,10 +19425,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18574,6 +19461,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18586,6 +19476,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18826,6 +19719,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18845,6 +19741,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18872,6 +19774,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18959,6 +19864,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -19001,12 +19909,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -19103,6 +20017,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -19115,7 +20032,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19238,6 +20155,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19295,6 +20221,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19304,6 +20236,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19358,6 +20296,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19388,6 +20335,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19409,9 +20359,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19424,15 +20380,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19487,10 +20452,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19586,9 +20551,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19637,12 +20599,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19823,6 +20791,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20365,9 +21336,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20473,9 +21441,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20657,19 +21622,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20685,6 +21646,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -21082,6 +22046,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -21106,6 +22073,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -21115,9 +22094,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21379,6 +22355,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21725,10 +22707,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21767,6 +22746,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21827,6 +22812,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21839,6 +22827,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21860,6 +22851,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21872,12 +22866,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21929,10 +22932,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -22068,7 +23089,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22212,9 +23233,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22236,6 +23254,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22281,6 +23305,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22539,6 +23566,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22581,15 +23611,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22662,15 +23686,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22686,15 +23701,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22707,7 +23722,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22770,6 +23788,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22779,6 +23800,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22794,15 +23818,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22812,6 +23845,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22860,6 +23896,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22899,6 +23941,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22941,6 +23986,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22986,9 +24043,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -23007,18 +24061,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -23031,6 +24091,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -23058,6 +24121,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -23079,9 +24145,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -23127,6 +24190,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -23145,6 +24223,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -23181,9 +24262,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23226,19 +24304,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -23247,9 +24319,6 @@ 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 ""
@@ -23307,13 +24376,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23328,6 +24397,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23415,7 +24487,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23454,6 +24526,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23544,6 +24619,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23676,6 +24754,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23727,6 +24808,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23835,6 +24919,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23949,6 +25039,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23964,7 +25060,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23979,6 +25075,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23988,6 +25087,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -24033,6 +25141,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -24057,9 +25168,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -24147,9 +25255,6 @@ 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 ""
@@ -24240,6 +25345,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24405,82 +25513,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24729,12 +25852,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24750,6 +25882,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24882,6 +26017,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24960,6 +26098,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24978,6 +26119,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -25239,7 +26383,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25425,9 +26569,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25482,6 +26632,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25575,6 +26728,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25590,9 +26746,6 @@ 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 ""
@@ -25623,6 +26776,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25656,15 +26812,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25683,6 +26851,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25695,7 +26866,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25710,6 +26881,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25910,18 +27084,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25973,12 +27150,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25994,6 +27177,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -26006,6 +27192,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -26033,6 +27225,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -26054,6 +27249,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26502,6 +27700,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26514,6 +27715,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26544,7 +27748,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26553,6 +27757,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26609,6 +27816,9 @@ msgstr[3] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26621,6 +27831,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26639,6 +27852,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26741,9 +27960,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26899,6 +28115,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26914,12 +28136,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26959,25 +28175,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26992,6 +28208,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -27001,33 +28220,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -27037,9 +28274,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -27097,6 +28346,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -27109,6 +28361,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27166,6 +28421,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27486,6 +28747,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27555,6 +28819,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27612,7 +28879,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27639,6 +28906,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27798,6 +29068,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27843,6 +29116,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27858,12 +29134,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -28110,6 +29389,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -28281,12 +29569,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28488,6 +29770,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28599,6 +29884,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28730,6 +30018,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28742,12 +30033,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28760,6 +30057,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28808,6 +30111,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28829,28 +30138,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28949,12 +30246,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -29027,6 +30330,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -29090,6 +30396,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29315,6 +30624,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29372,6 +30684,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29531,6 +30846,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29627,6 +30945,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29753,6 +31089,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29777,6 +31116,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29807,6 +31149,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29951,6 +31296,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -30053,6 +31401,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -30143,6 +31554,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -30236,9 +31650,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30549,19 +31960,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30570,6 +31996,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30588,6 +32017,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30616,6 +32048,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30640,6 +32075,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30670,6 +32108,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30800,6 +32241,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30854,6 +32298,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30866,6 +32313,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30875,6 +32325,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30893,6 +32346,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -31037,13 +32499,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -31079,6 +32541,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -31154,6 +32619,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -31181,12 +32649,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31259,9 +32739,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31274,6 +32751,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31358,9 +32838,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31382,6 +32859,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31448,6 +32928,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31568,6 +33051,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31613,9 +33099,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31790,6 +33273,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31826,6 +33312,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31856,15 +33345,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31874,6 +33354,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31889,18 +33372,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31970,6 +33468,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -32114,6 +33615,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -32290,6 +33794,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32356,6 +33863,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32371,6 +33881,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32386,7 +33899,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32398,7 +33911,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32413,6 +33929,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32566,9 +34085,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32783,12 +34299,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32837,9 +34347,6 @@ 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 usage ping"
msgstr ""
@@ -32849,6 +34356,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32861,6 +34371,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32879,6 +34392,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32930,6 +34446,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32969,6 +34488,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32996,6 +34518,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -33035,6 +34560,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -33056,6 +34587,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -33092,15 +34626,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -33212,15 +34755,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -33230,6 +34785,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -33284,6 +34842,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33299,9 +34860,6 @@ 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 merge requests."
msgstr ""
@@ -33530,13 +35088,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33629,9 +35187,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33647,6 +35217,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33923,6 +35496,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -34025,12 +35601,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -34085,6 +35673,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -34180,6 +35771,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -34228,19 +35822,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34534,6 +36125,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34591,6 +36185,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34621,6 +36218,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34672,6 +36275,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34756,7 +36368,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34783,7 +36395,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34807,6 +36419,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34837,6 +36452,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34858,6 +36476,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34870,10 +36497,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -35033,6 +36660,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -35048,9 +36678,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -35066,9 +36708,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -35153,6 +36801,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -35261,7 +36912,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35288,6 +36939,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -35324,13 +36978,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -35363,6 +37017,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35423,9 +37080,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35450,9 +37104,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35468,6 +37119,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35495,6 +37149,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35516,7 +37173,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35612,6 +37272,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35750,7 +37413,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35780,6 +37443,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35810,12 +37476,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35828,9 +37500,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35849,6 +37518,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35939,9 +37611,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35960,6 +37629,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -36141,6 +37813,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36445,6 +38120,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36463,6 +38141,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36621,6 +38302,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36651,12 +38335,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36977,19 +38667,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -37016,6 +38703,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -37106,21 +38811,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -37175,6 +38877,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -37196,9 +38901,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -37295,6 +38997,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -37338,6 +39043,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -37356,6 +39067,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -37375,13 +39089,16 @@ msgstr[3] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37420,6 +39137,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37492,6 +39212,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37501,6 +39224,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/hi_IN/gitlab.po b/locale/hi_IN/gitlab.po
index 6618e2fb2d3..f6e4f967566 100644
--- a/locale/hi_IN/gitlab.po
+++ b/locale/hi_IN/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: hi\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:09\n"
+"PO-Revision-Date: 2021-05-03 22:13\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/hr_HR/gitlab.po b/locale/hr_HR/gitlab.po
index 2fa70c6ae8a..f0e830f7301 100644
--- a/locale/hr_HR/gitlab.po
+++ b/locale/hr_HR/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: hr\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:09\n"
+"PO-Revision-Date: 2021-05-03 22:12\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -88,6 +97,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -463,9 +478,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -598,12 +610,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -688,9 +709,6 @@ 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 ""
@@ -739,6 +757,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -775,6 +796,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -886,9 +910,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -991,9 +1012,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1012,10 +1030,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -1033,6 +1051,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1120,6 +1147,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1129,6 +1159,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1441,6 +1474,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1555,6 +1591,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1570,7 +1609,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1594,6 +1633,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1657,10 +1699,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1714,6 +1762,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1723,6 +1777,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1849,6 +1906,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1864,9 +1924,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1879,6 +1936,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1915,9 +1975,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1999,6 +2056,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2104,6 +2164,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2125,21 +2188,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2179,6 +2236,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2299,9 +2359,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2326,9 +2383,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2365,9 +2419,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2386,9 +2437,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2407,16 +2455,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2437,10 +2488,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2452,7 +2506,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2839,6 +2893,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -3010,10 +3070,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3040,19 +3097,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3073,18 +3136,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3106,22 +3163,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3133,6 +3190,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3151,13 +3211,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3169,22 +3232,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3322,9 +3382,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3352,6 +3409,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3454,10 +3514,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3718,9 +3778,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3730,7 +3787,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3787,9 +3844,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3829,6 +3883,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3928,6 +3985,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3997,15 +4144,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-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] ""
@@ -4027,6 +4171,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -4039,9 +4186,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4204,6 +4357,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4213,6 +4369,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4288,13 +4447,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4306,6 +4468,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4366,7 +4531,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4438,6 +4603,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4510,9 +4678,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4567,6 +4741,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4729,9 +4906,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4825,25 +5011,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4855,15 +5041,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4954,12 +5152,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4975,6 +5179,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5263,9 +5470,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5320,6 +5524,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5401,9 +5608,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5494,9 +5698,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5602,6 +5803,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5686,6 +5890,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5710,6 +5917,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5731,6 +5941,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5758,6 +5971,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5911,15 +6145,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5983,6 +6211,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6172,6 +6403,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6448,6 +6682,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6547,46 +6787,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6793,6 +7060,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6958,6 +7228,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -7069,7 +7342,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7096,6 +7369,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7723,6 +8005,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7780,6 +8065,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7930,6 +8218,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7975,6 +8266,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -8053,7 +8347,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8113,6 +8407,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8140,9 +8437,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8173,6 +8485,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8188,28 +8503,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8371,7 +8704,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8602,6 +8935,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8656,7 +8995,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8803,15 +9142,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -9001,6 +9373,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -9109,6 +9484,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9361,6 +9739,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9382,6 +9763,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9604,6 +9991,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9652,13 +10042,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9685,6 +10072,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9877,6 +10300,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9922,6 +10348,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9955,7 +10384,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9970,6 +10399,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10048,6 +10480,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10066,9 +10501,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10093,6 +10525,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -10117,9 +10552,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10231,10 +10675,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10282,6 +10729,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10321,6 +10771,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10333,18 +10786,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10561,9 +11008,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10675,22 +11119,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10924,15 +11353,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10975,7 +11407,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11005,7 +11437,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -11020,10 +11452,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11041,6 +11479,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -11083,6 +11530,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -11125,7 +11578,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11188,9 +11641,6 @@ msgstr[2] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11218,7 +11668,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11233,6 +11683,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11251,10 +11704,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11299,6 +11752,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11386,6 +11842,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11479,6 +11941,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11497,6 +11962,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11515,6 +11983,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11578,21 +12049,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11638,9 +12106,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11653,13 +12118,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11701,6 +12172,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11716,6 +12190,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11734,6 +12217,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11743,9 +12229,6 @@ 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 ""
@@ -11797,6 +12280,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11824,9 +12313,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11863,6 +12361,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11965,6 +12466,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12226,6 +12730,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12244,7 +12751,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12559,6 +13066,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12748,6 +13258,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12859,6 +13372,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12874,6 +13390,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12886,10 +13405,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12937,9 +13459,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12952,6 +13471,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13150,6 +13672,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13162,9 +13687,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13426,6 +13957,15 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13645,10 +14185,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13762,6 +14305,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13849,6 +14395,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13885,9 +14434,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -14035,6 +14599,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14056,6 +14623,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -14095,6 +14665,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -14104,6 +14677,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14119,9 +14695,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14158,6 +14740,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14173,6 +14758,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14221,16 +14809,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14272,6 +14869,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14284,6 +14884,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14293,6 +14896,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14302,6 +14908,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14323,16 +14935,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14353,6 +14974,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14431,6 +15055,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14482,6 +15109,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14506,9 +15136,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14560,9 +15196,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14587,9 +15220,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14605,10 +15235,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14653,9 +15289,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14695,10 +15328,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14749,9 +15382,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14947,6 +15586,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14989,6 +15631,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -15076,6 +15721,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -15094,10 +15742,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -15112,19 +15760,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15163,10 +15808,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15214,15 +15856,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15253,7 +15892,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15304,9 +15943,6 @@ 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 group-level project templates."
msgstr ""
@@ -15328,7 +15964,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15367,6 +16012,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15544,9 +16192,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15586,6 +16240,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15604,9 +16261,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15688,12 +16354,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15733,6 +16405,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15742,10 +16420,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15829,9 +16504,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15877,6 +16558,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15889,6 +16576,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15910,9 +16603,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15934,6 +16624,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15949,6 +16642,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15976,6 +16675,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -16024,6 +16726,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -16129,9 +16834,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16150,7 +16861,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16180,7 +16891,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16225,7 +16936,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16258,9 +16969,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16282,6 +16990,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16345,7 +17056,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16360,7 +17071,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16387,16 +17101,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16417,7 +17137,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16471,6 +17191,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16579,6 +17302,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16588,19 +17314,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16696,9 +17419,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16717,6 +17446,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16813,6 +17557,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16822,16 +17569,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16840,6 +17596,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16864,6 +17623,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16873,6 +17635,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16891,7 +17656,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16903,6 +17668,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16927,6 +17695,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16939,7 +17710,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16948,13 +17719,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16963,6 +17734,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17047,9 +17821,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17275,24 +18046,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17401,15 +18160,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17482,19 +18238,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17503,7 +18277,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17584,6 +18358,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17599,6 +18376,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17659,6 +18481,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17671,6 +18496,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17701,10 +18529,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17725,16 +18556,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17767,16 +18595,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17791,7 +18631,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17800,9 +18640,6 @@ 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 ""
@@ -17821,6 +18658,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17932,12 +18772,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17947,6 +18799,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17968,6 +18826,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18061,6 +18922,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18184,6 +19048,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18214,6 +19081,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18271,6 +19144,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18283,6 +19159,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18334,6 +19213,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18361,12 +19243,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18397,10 +19285,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18436,6 +19321,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18448,6 +19336,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18682,6 +19573,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18700,6 +19594,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18727,6 +19627,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18814,6 +19717,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18856,12 +19762,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18958,6 +19870,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18970,7 +19885,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19093,6 +20008,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19150,6 +20074,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19159,6 +20089,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19213,6 +20149,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19243,6 +20188,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19264,9 +20212,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19279,15 +20233,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19342,10 +20305,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19441,9 +20404,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19492,12 +20452,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19678,6 +20644,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20218,9 +21187,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20326,9 +21292,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20509,18 +21472,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20536,6 +21496,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20932,6 +21895,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20956,6 +21922,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20965,9 +21943,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21229,6 +22204,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21571,10 +22552,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21613,6 +22591,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21673,6 +22657,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21685,6 +22672,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21706,6 +22696,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21718,12 +22711,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21775,10 +22777,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21913,7 +22933,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22057,9 +23077,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22081,6 +23098,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22126,6 +23149,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22384,6 +23410,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22426,15 +23455,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22507,15 +23530,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22531,15 +23545,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22552,7 +23566,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22615,6 +23632,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22624,6 +23644,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22639,15 +23662,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22657,6 +23689,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22705,6 +23740,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22744,6 +23785,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22786,6 +23830,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22831,9 +23887,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22852,18 +23905,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22876,6 +23935,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22903,6 +23965,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22924,9 +23989,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22972,6 +24034,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22990,6 +24067,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -23026,9 +24106,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23071,19 +24148,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -23092,9 +24163,6 @@ 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 ""
@@ -23152,13 +24220,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23173,6 +24241,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23260,7 +24331,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23299,6 +24370,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23389,6 +24463,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23521,6 +24598,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23572,6 +24652,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23680,6 +24763,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23794,6 +24883,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23809,7 +24904,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23824,6 +24919,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23833,6 +24931,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23878,6 +24985,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23902,9 +25012,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23992,9 +25099,6 @@ 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 ""
@@ -24085,6 +25189,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24250,82 +25357,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24574,12 +25696,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24595,6 +25726,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24727,6 +25861,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24805,6 +25942,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24823,6 +25963,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -25084,7 +26227,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25270,9 +26413,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25327,6 +26476,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25420,6 +26572,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25435,9 +26590,6 @@ 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 ""
@@ -25468,6 +26620,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25501,15 +26656,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25528,6 +26695,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25540,7 +26710,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25555,6 +26725,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25753,18 +26926,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25816,12 +26992,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25837,6 +27019,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25849,6 +27034,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25876,6 +27067,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25897,6 +27091,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26341,6 +27538,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26353,6 +27553,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26383,7 +27586,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26392,6 +27595,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26446,6 +27652,9 @@ msgstr[2] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26458,6 +27667,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26476,6 +27688,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26578,9 +27796,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26734,6 +27949,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26749,12 +27970,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26794,25 +28009,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26827,6 +28042,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26836,33 +28054,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26872,9 +28108,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26932,6 +28180,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26944,6 +28195,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27001,6 +28255,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27310,6 +28570,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27379,6 +28642,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27436,7 +28702,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27463,6 +28729,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27622,6 +28891,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27667,6 +28939,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27682,12 +28957,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27934,6 +29212,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -28105,12 +29392,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28312,6 +29593,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28423,6 +29707,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28552,6 +29839,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28564,12 +29854,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28582,6 +29878,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28630,6 +29932,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28651,28 +29959,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28771,12 +30067,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28849,6 +30151,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28912,6 +30217,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29137,6 +30445,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29194,6 +30505,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29353,6 +30667,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29449,6 +30766,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29575,6 +30910,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29599,6 +30937,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29629,6 +30970,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29773,6 +31117,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29875,6 +31222,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29965,6 +31375,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -30058,9 +31471,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30367,19 +31777,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30388,6 +31813,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30406,6 +31834,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30433,6 +31864,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30457,6 +31891,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30487,6 +31924,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30616,6 +32056,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30670,6 +32113,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30682,6 +32128,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30691,6 +32140,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30709,6 +32161,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30853,13 +32314,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30895,6 +32356,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30970,6 +32434,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30997,12 +32464,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31075,9 +32554,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31090,6 +32566,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31174,9 +32653,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31198,6 +32674,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31264,6 +32743,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31384,6 +32866,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31429,9 +32914,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31606,6 +33088,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31642,6 +33127,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31672,15 +33160,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31690,6 +33169,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31705,18 +33187,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31786,6 +33283,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31930,6 +33430,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -32104,6 +33607,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32170,6 +33676,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32185,6 +33694,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32200,7 +33712,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32212,7 +33724,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32227,6 +33742,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32380,9 +33898,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32596,12 +34111,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32650,9 +34159,6 @@ 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 usage ping"
msgstr ""
@@ -32662,6 +34168,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32674,6 +34183,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32692,6 +34204,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32743,6 +34258,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32782,6 +34300,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32809,6 +34330,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32848,6 +34372,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32869,6 +34399,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32905,15 +34438,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -33025,15 +34567,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -33043,6 +34597,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -33097,6 +34654,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33112,9 +34672,6 @@ 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 merge requests."
msgstr ""
@@ -33343,13 +34900,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33442,9 +34999,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33460,6 +35029,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33736,6 +35308,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33838,12 +35413,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33898,6 +35485,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33991,6 +35581,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -34039,19 +35632,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34345,6 +35935,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34402,6 +35995,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34432,6 +36028,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34483,6 +36085,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34567,7 +36178,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34594,7 +36205,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34618,6 +36229,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34648,6 +36262,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34669,6 +36286,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34681,10 +36307,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34843,6 +36469,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34858,9 +36487,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34876,9 +36517,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34963,6 +36610,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -35071,7 +36721,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35098,6 +36748,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -35134,13 +36787,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -35173,6 +36826,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35233,9 +36889,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35260,9 +36913,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35278,6 +36928,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35305,6 +36958,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35326,7 +36982,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35422,6 +37081,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35560,7 +37222,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35590,6 +37252,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35620,12 +37285,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35638,9 +37309,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35659,6 +37327,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35749,9 +37420,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35770,6 +37438,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35950,6 +37621,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36253,6 +37927,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36271,6 +37948,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36424,6 +38104,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36454,12 +38137,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36778,19 +38467,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36817,6 +38503,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36907,21 +38611,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36976,6 +38677,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36997,9 +38701,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -37093,6 +38794,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -37135,6 +38839,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -37153,6 +38863,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -37171,13 +38884,16 @@ msgstr[2] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37216,6 +38932,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37288,6 +39007,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37297,6 +39019,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/hu_HU/gitlab.po b/locale/hu_HU/gitlab.po
index 5c876008fe3..c5392459798 100644
--- a/locale/hu_HU/gitlab.po
+++ b/locale/hu_HU/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: hu\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:16\n"
+"PO-Revision-Date: 2021-05-03 22:21\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/hy_AM/gitlab.po b/locale/hy_AM/gitlab.po
index ba8cfbbb2b6..0cb06c40a28 100644
--- a/locale/hy_AM/gitlab.po
+++ b/locale/hy_AM/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: hy-AM\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:16\n"
+"PO-Revision-Date: 2021-05-03 22:21\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/id_ID/gitlab.po b/locale/id_ID/gitlab.po
index 9bda94a1943..0999f6244b8 100644
--- a/locale/id_ID/gitlab.po
+++ b/locale/id_ID/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: id\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:08\n"
+"PO-Revision-Date: 2021-05-03 22:11\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -82,6 +91,10 @@ msgid "%d Approval"
msgid_plural "%d Approvals"
msgstr[0] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -341,9 +354,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -468,12 +478,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -558,9 +577,6 @@ 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 ""
@@ -609,6 +625,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +664,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -748,9 +770,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -837,9 +856,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -858,10 +874,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -879,6 +895,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -964,6 +989,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -973,6 +1001,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1235,6 +1266,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1349,6 +1383,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1364,7 +1401,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1388,6 +1425,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1451,10 +1491,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1508,6 +1554,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1517,6 +1569,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1643,6 +1698,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1658,9 +1716,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1673,6 +1728,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1709,9 +1767,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1793,6 +1848,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -1898,6 +1956,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -1919,21 +1980,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -1973,6 +2028,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2093,9 +2151,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2120,9 +2175,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2159,9 +2211,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2180,9 +2229,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2201,16 +2247,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2231,10 +2280,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2246,7 +2298,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2633,6 +2685,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2802,10 +2860,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2832,19 +2887,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
+msgstr ""
+
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2865,18 +2926,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -2898,22 +2953,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -2925,6 +2980,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -2943,13 +3001,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -2961,22 +3022,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3114,9 +3172,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3144,6 +3199,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3246,10 +3304,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3510,9 +3568,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3522,7 +3577,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3579,9 +3634,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3621,6 +3673,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3720,6 +3775,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3787,13 +3932,10 @@ msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
-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] ""
@@ -3811,6 +3953,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3823,9 +3968,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -3986,6 +4137,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -3995,6 +4149,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4070,13 +4227,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4088,6 +4248,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4148,7 +4311,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4218,6 +4381,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4288,9 +4454,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4345,6 +4517,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4507,9 +4682,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4603,25 +4787,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4633,15 +4817,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4732,12 +4928,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4753,6 +4955,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5035,9 +5240,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5092,6 +5294,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5173,9 +5378,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5266,9 +5468,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5372,6 +5571,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5456,6 +5658,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5480,6 +5685,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5501,6 +5709,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5528,6 +5739,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5681,15 +5913,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5753,6 +5979,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -5942,6 +6171,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6218,6 +6450,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6317,46 +6555,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
+msgstr ""
+
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users over subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6563,6 +6828,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6728,6 +6996,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6839,7 +7110,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6866,6 +7137,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7493,6 +7773,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7550,6 +7833,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7698,6 +7984,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7743,6 +8032,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7821,7 +8113,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7881,6 +8173,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -7908,9 +8203,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -7941,6 +8251,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -7956,28 +8269,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8135,7 +8466,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8364,6 +8695,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8418,7 +8755,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8565,15 +8902,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8763,6 +9133,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8871,6 +9244,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9123,6 +9499,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9144,6 +9523,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9366,6 +9751,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9410,13 +9798,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9443,6 +9828,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9635,6 +10056,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9680,6 +10104,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9713,7 +10140,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9728,6 +10155,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9804,6 +10234,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9822,9 +10255,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9849,6 +10279,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9873,9 +10306,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -9987,10 +10429,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10038,6 +10483,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10077,6 +10525,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10089,18 +10540,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10305,9 +10750,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10419,22 +10861,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10666,15 +11093,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10717,7 +11147,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10747,7 +11177,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10762,10 +11192,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10783,6 +11219,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10825,6 +11270,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10867,7 +11318,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -10928,9 +11379,6 @@ msgstr[0] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -10958,7 +11406,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -10973,6 +11421,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -10991,10 +11442,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11039,6 +11490,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11126,6 +11580,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11219,6 +11679,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11237,6 +11700,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11255,6 +11721,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11318,21 +11787,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11378,9 +11844,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11393,13 +11856,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11441,6 +11910,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11456,6 +11928,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11474,6 +11955,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11483,9 +11967,6 @@ 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 ""
@@ -11537,6 +12018,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11564,9 +12051,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11603,6 +12099,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11705,6 +12204,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -11966,6 +12468,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -11984,7 +12489,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12299,6 +12804,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12488,6 +12996,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12599,6 +13110,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12614,6 +13128,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12626,10 +13143,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12677,9 +13197,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12692,6 +13209,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -12890,6 +13410,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -12902,9 +13425,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13164,6 +13693,13 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13383,10 +13919,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13500,6 +14039,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13587,6 +14129,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13623,9 +14168,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13773,6 +14333,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13794,6 +14357,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13833,6 +14399,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13842,6 +14411,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13857,9 +14429,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -13896,6 +14474,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -13911,6 +14492,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -13959,16 +14543,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14010,6 +14603,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14022,6 +14618,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14031,6 +14630,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14040,6 +14642,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14061,16 +14669,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14091,6 +14708,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14169,6 +14789,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14220,6 +14843,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14244,9 +14870,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14298,9 +14930,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14325,9 +14954,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14343,10 +14969,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14391,9 +15023,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14433,10 +15062,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14487,9 +15116,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14685,6 +15320,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14727,6 +15365,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14814,6 +15455,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14832,10 +15476,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14850,19 +15494,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -14901,10 +15542,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -14952,15 +15590,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -14991,7 +15626,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15042,9 +15677,6 @@ 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 group-level project templates."
msgstr ""
@@ -15066,7 +15698,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15105,6 +15746,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15282,9 +15926,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15324,6 +15974,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15342,9 +15995,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15422,12 +16084,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15467,6 +16135,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15476,10 +16150,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15563,9 +16234,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15611,6 +16288,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15623,6 +16306,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15644,9 +16333,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15668,6 +16354,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15683,6 +16372,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15706,6 +16401,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15754,6 +16452,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15857,9 +16558,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -15878,7 +16585,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -15908,7 +16615,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -15953,7 +16660,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -15986,9 +16693,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16010,6 +16714,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16073,7 +16780,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16088,7 +16795,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16115,16 +16825,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16145,7 +16861,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16199,6 +16915,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16307,6 +17026,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16316,19 +17038,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16424,9 +17143,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16445,6 +17170,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16539,6 +17279,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16548,16 +17291,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16566,6 +17318,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16590,6 +17345,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16599,6 +17357,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16617,7 +17378,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16629,6 +17390,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16653,6 +17417,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16665,7 +17432,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16674,13 +17441,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16689,6 +17456,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16773,9 +17543,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17001,24 +17768,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17127,15 +17882,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17208,19 +17960,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17229,7 +17999,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17310,6 +18080,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17325,6 +18098,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17385,6 +18203,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17397,6 +18218,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17427,10 +18251,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17451,16 +18278,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17493,16 +18317,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17517,7 +18353,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17526,9 +18362,6 @@ 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 ""
@@ -17547,6 +18380,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17658,12 +18494,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17673,6 +18521,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17694,6 +18548,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17787,6 +18644,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -17908,6 +18768,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -17938,6 +18801,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -17995,6 +18864,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18007,6 +18879,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18058,6 +18933,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18085,12 +18963,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18121,10 +19005,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18160,6 +19041,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18172,6 +19056,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18394,6 +19281,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18410,6 +19300,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18437,6 +19333,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18524,6 +19423,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18566,12 +19468,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18668,6 +19576,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18680,7 +19591,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18803,6 +19714,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -18860,6 +19780,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -18869,6 +19795,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -18923,6 +19855,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -18953,6 +19894,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -18974,9 +19918,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -18989,15 +19939,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19052,10 +20011,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19151,9 +20110,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19202,12 +20158,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19388,6 +20350,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -19924,9 +20889,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20032,9 +20994,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20213,16 +21172,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20238,6 +21196,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20632,6 +21593,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20656,6 +21620,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20665,9 +21641,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -20929,6 +21902,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21263,10 +22242,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21305,6 +22281,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21365,6 +22347,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21377,6 +22362,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21398,6 +22386,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21410,12 +22401,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21467,10 +22467,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21603,7 +22621,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21747,9 +22765,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21771,6 +22786,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21816,6 +22837,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22074,6 +23098,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22116,15 +23143,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22197,15 +23218,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22221,15 +23233,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22242,7 +23254,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22305,6 +23320,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22314,6 +23332,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22329,15 +23350,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22347,6 +23377,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22395,6 +23428,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22434,6 +23473,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22476,6 +23518,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22521,9 +23575,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22542,18 +23593,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22566,6 +23623,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22593,6 +23653,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22614,9 +23677,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22662,6 +23722,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22680,6 +23755,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22716,9 +23794,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22761,19 +23836,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22782,9 +23851,6 @@ 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 ""
@@ -22842,13 +23908,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -22863,6 +23929,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -22950,7 +24019,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -22989,6 +24058,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23079,6 +24151,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23211,6 +24286,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23262,6 +24340,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23370,6 +24451,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23484,6 +24571,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23499,7 +24592,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23514,6 +24607,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23523,6 +24619,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23568,6 +24673,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23592,9 +24700,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23682,9 +24787,6 @@ 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 ""
@@ -23775,6 +24877,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -23940,82 +25045,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24264,12 +25384,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24285,6 +25414,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24417,6 +25549,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24495,6 +25630,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24513,6 +25651,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24774,7 +25915,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -24960,9 +26101,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25017,6 +26164,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25110,6 +26260,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25125,9 +26278,6 @@ 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 ""
@@ -25158,6 +26308,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25191,15 +26344,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25218,6 +26383,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25230,7 +26398,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25245,6 +26413,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25439,18 +26610,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25502,12 +26676,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25523,6 +26703,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25535,6 +26718,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25562,6 +26751,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25583,6 +26775,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26019,6 +27214,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26031,6 +27229,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26061,7 +27262,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26070,6 +27271,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26120,6 +27324,9 @@ msgstr[0] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26132,6 +27339,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26150,6 +27360,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26252,9 +27468,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26404,6 +27617,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26419,12 +27638,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26464,25 +27677,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26497,6 +27710,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26506,33 +27722,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26542,9 +27776,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26602,6 +27848,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26614,6 +27863,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26671,6 +27923,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -26958,6 +28216,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27027,6 +28288,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27084,7 +28348,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27111,6 +28375,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27270,6 +28537,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27315,6 +28585,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27330,12 +28603,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27582,6 +28858,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27753,12 +29038,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -27960,6 +29239,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28071,6 +29353,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28196,6 +29481,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28208,12 +29496,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28226,6 +29520,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28274,6 +29574,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28295,28 +29601,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28415,12 +29709,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28493,6 +29793,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28556,6 +29859,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28781,6 +30087,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -28838,6 +30147,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -28997,6 +30309,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29093,6 +30408,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29219,6 +30552,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29243,6 +30579,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29273,6 +30612,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29417,6 +30759,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29519,6 +30864,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29609,6 +31017,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29702,9 +31113,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30003,19 +31411,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30024,6 +31447,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30042,6 +31468,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30067,6 +31496,9 @@ msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30091,6 +31523,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30121,6 +31556,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30248,6 +31686,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30302,6 +31743,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30314,6 +31758,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30323,6 +31770,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30341,6 +31791,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30485,13 +31944,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30527,6 +31986,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30602,6 +32064,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30629,12 +32094,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30707,9 +32184,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30722,6 +32196,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30806,9 +32283,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -30830,6 +32304,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -30896,6 +32373,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31016,6 +32496,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31061,9 +32544,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31238,6 +32718,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31274,6 +32757,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31304,15 +32790,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31322,6 +32799,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31337,18 +32817,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31418,6 +32913,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31562,6 +33060,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31732,6 +33233,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31798,6 +33302,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31813,6 +33320,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -31828,7 +33338,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -31840,7 +33350,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -31855,6 +33368,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32008,9 +33524,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32222,12 +33735,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32276,9 +33783,6 @@ 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 usage ping"
msgstr ""
@@ -32288,6 +33792,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32300,6 +33807,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32318,6 +33828,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32369,6 +33882,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32408,6 +33924,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32435,6 +33954,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32474,6 +33996,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32495,6 +34023,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32531,15 +34062,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32651,15 +34191,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32669,6 +34221,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32723,6 +34278,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32738,9 +34296,6 @@ 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 merge requests."
msgstr ""
@@ -32969,13 +34524,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33068,9 +34623,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33086,6 +34653,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33362,6 +34932,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33464,12 +35037,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33524,6 +35109,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33613,6 +35201,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33661,19 +35252,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -33967,6 +35555,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34024,6 +35615,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34054,6 +35648,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34105,6 +35705,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34189,7 +35798,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34216,7 +35825,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34240,6 +35849,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34270,6 +35882,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34291,6 +35906,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34303,10 +35927,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34463,6 +36087,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34478,9 +36105,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34496,9 +36135,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34583,6 +36228,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34691,7 +36339,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34718,6 +36366,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34754,13 +36405,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34793,6 +36444,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -34853,9 +36507,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -34880,9 +36531,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -34898,6 +36546,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -34925,6 +36576,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -34946,7 +36600,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35042,6 +36699,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35180,7 +36840,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35210,6 +36870,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35240,12 +36903,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35258,9 +36927,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35279,6 +36945,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35369,9 +37038,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35390,6 +37056,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35568,6 +37237,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -35869,6 +37541,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -35887,6 +37562,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36030,6 +37708,9 @@ msgid "from %d job"
msgid_plural "from %d jobs"
msgstr[0] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36060,12 +37741,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36380,19 +38067,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36419,6 +38103,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36509,21 +38211,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36578,6 +38277,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36599,9 +38301,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36689,6 +38388,9 @@ msgid "point"
msgid_plural "points"
msgstr[0] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36729,6 +38431,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36747,6 +38455,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36763,13 +38474,16 @@ msgstr[0] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -36808,6 +38522,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -36880,6 +38597,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -36889,6 +38609,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/ig_NG/gitlab.po b/locale/ig_NG/gitlab.po
index 6c66763084b..a8115234677 100644
--- a/locale/ig_NG/gitlab.po
+++ b/locale/ig_NG/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: ig\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:13\n"
+"PO-Revision-Date: 2021-05-03 22:17\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -82,6 +91,10 @@ msgid "%d Approval"
msgid_plural "%d Approvals"
msgstr[0] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -341,9 +354,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -468,12 +478,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -558,9 +577,6 @@ 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 ""
@@ -609,6 +625,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +664,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -748,9 +770,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -837,9 +856,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -858,10 +874,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -879,6 +895,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -964,6 +989,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -973,6 +1001,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1235,6 +1266,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1349,6 +1383,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1364,7 +1401,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1388,6 +1425,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1451,10 +1491,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1508,6 +1554,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1517,6 +1569,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1643,6 +1698,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1658,9 +1716,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1673,6 +1728,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1709,9 +1767,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1793,6 +1848,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -1898,6 +1956,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -1919,21 +1980,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -1973,6 +2028,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2093,9 +2151,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2120,9 +2175,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2159,9 +2211,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2180,9 +2229,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2201,16 +2247,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2231,10 +2280,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2246,7 +2298,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2633,6 +2685,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2802,10 +2860,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2832,19 +2887,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
+msgstr ""
+
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2865,18 +2926,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -2898,22 +2953,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -2925,6 +2980,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -2943,13 +3001,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -2961,22 +3022,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3114,9 +3172,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3144,6 +3199,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3246,10 +3304,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3510,9 +3568,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3522,7 +3577,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3579,9 +3634,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3621,6 +3673,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3720,6 +3775,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3787,13 +3932,10 @@ msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
-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] ""
@@ -3811,6 +3953,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3823,9 +3968,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -3986,6 +4137,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -3995,6 +4149,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4070,13 +4227,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4088,6 +4248,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4148,7 +4311,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4218,6 +4381,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4288,9 +4454,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4345,6 +4517,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4507,9 +4682,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4603,25 +4787,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4633,15 +4817,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4732,12 +4928,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4753,6 +4955,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5035,9 +5240,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5092,6 +5294,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5173,9 +5378,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5266,9 +5468,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5372,6 +5571,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5456,6 +5658,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5480,6 +5685,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5501,6 +5709,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5528,6 +5739,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5681,15 +5913,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5753,6 +5979,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -5942,6 +6171,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6218,6 +6450,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6317,46 +6555,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
+msgstr ""
+
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users over subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6563,6 +6828,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6728,6 +6996,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6839,7 +7110,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6866,6 +7137,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7493,6 +7773,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7550,6 +7833,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7698,6 +7984,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7743,6 +8032,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7821,7 +8113,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7881,6 +8173,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -7908,9 +8203,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -7941,6 +8251,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -7956,28 +8269,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8135,7 +8466,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8364,6 +8695,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8418,7 +8755,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8565,15 +8902,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8763,6 +9133,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8871,6 +9244,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9123,6 +9499,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9144,6 +9523,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9366,6 +9751,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9410,13 +9798,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9443,6 +9828,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9635,6 +10056,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9680,6 +10104,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9713,7 +10140,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9728,6 +10155,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9804,6 +10234,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9822,9 +10255,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9849,6 +10279,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9873,9 +10306,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -9987,10 +10429,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10038,6 +10483,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10077,6 +10525,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10089,18 +10540,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10305,9 +10750,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10419,22 +10861,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10666,15 +11093,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10717,7 +11147,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10747,7 +11177,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10762,10 +11192,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10783,6 +11219,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10825,6 +11270,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10867,7 +11318,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -10928,9 +11379,6 @@ msgstr[0] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -10958,7 +11406,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -10973,6 +11421,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -10991,10 +11442,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11039,6 +11490,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11126,6 +11580,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11219,6 +11679,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11237,6 +11700,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11255,6 +11721,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11318,21 +11787,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11378,9 +11844,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11393,13 +11856,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11441,6 +11910,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11456,6 +11928,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11474,6 +11955,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11483,9 +11967,6 @@ 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 ""
@@ -11537,6 +12018,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11564,9 +12051,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11603,6 +12099,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11705,6 +12204,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -11966,6 +12468,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -11984,7 +12489,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12299,6 +12804,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12488,6 +12996,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12599,6 +13110,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12614,6 +13128,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12626,10 +13143,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12677,9 +13197,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12692,6 +13209,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -12890,6 +13410,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -12902,9 +13425,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13164,6 +13693,13 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13383,10 +13919,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13500,6 +14039,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13587,6 +14129,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13623,9 +14168,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13773,6 +14333,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13794,6 +14357,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13833,6 +14399,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13842,6 +14411,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13857,9 +14429,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -13896,6 +14474,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -13911,6 +14492,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -13959,16 +14543,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14010,6 +14603,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14022,6 +14618,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14031,6 +14630,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14040,6 +14642,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14061,16 +14669,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14091,6 +14708,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14169,6 +14789,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14220,6 +14843,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14244,9 +14870,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14298,9 +14930,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14325,9 +14954,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14343,10 +14969,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14391,9 +15023,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14433,10 +15062,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14487,9 +15116,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14685,6 +15320,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14727,6 +15365,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14814,6 +15455,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14832,10 +15476,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14850,19 +15494,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -14901,10 +15542,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -14952,15 +15590,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -14991,7 +15626,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15042,9 +15677,6 @@ 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 group-level project templates."
msgstr ""
@@ -15066,7 +15698,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15105,6 +15746,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15282,9 +15926,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15324,6 +15974,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15342,9 +15995,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15422,12 +16084,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15467,6 +16135,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15476,10 +16150,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15563,9 +16234,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15611,6 +16288,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15623,6 +16306,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15644,9 +16333,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15668,6 +16354,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15683,6 +16372,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15706,6 +16401,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15754,6 +16452,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15857,9 +16558,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -15878,7 +16585,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -15908,7 +16615,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -15953,7 +16660,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -15986,9 +16693,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16010,6 +16714,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16073,7 +16780,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16088,7 +16795,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16115,16 +16825,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16145,7 +16861,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16199,6 +16915,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16307,6 +17026,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16316,19 +17038,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16424,9 +17143,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16445,6 +17170,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16539,6 +17279,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16548,16 +17291,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16566,6 +17318,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16590,6 +17345,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16599,6 +17357,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16617,7 +17378,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16629,6 +17390,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16653,6 +17417,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16665,7 +17432,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16674,13 +17441,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16689,6 +17456,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16773,9 +17543,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17001,24 +17768,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17127,15 +17882,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17208,19 +17960,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17229,7 +17999,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17310,6 +18080,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17325,6 +18098,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17385,6 +18203,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17397,6 +18218,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17427,10 +18251,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17451,16 +18278,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17493,16 +18317,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17517,7 +18353,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17526,9 +18362,6 @@ 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 ""
@@ -17547,6 +18380,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17658,12 +18494,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17673,6 +18521,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17694,6 +18548,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17787,6 +18644,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -17908,6 +18768,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -17938,6 +18801,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -17995,6 +18864,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18007,6 +18879,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18058,6 +18933,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18085,12 +18963,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18121,10 +19005,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18160,6 +19041,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18172,6 +19056,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18394,6 +19281,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18410,6 +19300,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18437,6 +19333,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18524,6 +19423,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18566,12 +19468,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18668,6 +19576,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18680,7 +19591,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18803,6 +19714,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -18860,6 +19780,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -18869,6 +19795,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -18923,6 +19855,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -18953,6 +19894,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -18974,9 +19918,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -18989,15 +19939,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19052,10 +20011,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19151,9 +20110,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19202,12 +20158,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19388,6 +20350,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -19924,9 +20889,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20032,9 +20994,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20213,16 +21172,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20238,6 +21196,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20632,6 +21593,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20656,6 +21620,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20665,9 +21641,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -20929,6 +21902,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21263,10 +22242,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21305,6 +22281,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21365,6 +22347,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21377,6 +22362,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21398,6 +22386,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21410,12 +22401,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21467,10 +22467,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21603,7 +22621,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21747,9 +22765,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21771,6 +22786,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21816,6 +22837,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22074,6 +23098,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22116,15 +23143,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22197,15 +23218,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22221,15 +23233,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22242,7 +23254,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22305,6 +23320,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22314,6 +23332,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22329,15 +23350,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22347,6 +23377,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22395,6 +23428,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22434,6 +23473,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22476,6 +23518,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22521,9 +23575,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22542,18 +23593,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22566,6 +23623,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22593,6 +23653,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22614,9 +23677,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22662,6 +23722,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22680,6 +23755,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22716,9 +23794,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22761,19 +23836,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22782,9 +23851,6 @@ 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 ""
@@ -22842,13 +23908,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -22863,6 +23929,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -22950,7 +24019,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -22989,6 +24058,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23079,6 +24151,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23211,6 +24286,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23262,6 +24340,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23370,6 +24451,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23484,6 +24571,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23499,7 +24592,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23514,6 +24607,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23523,6 +24619,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23568,6 +24673,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23592,9 +24700,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23682,9 +24787,6 @@ 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 ""
@@ -23775,6 +24877,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -23940,82 +25045,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24264,12 +25384,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24285,6 +25414,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24417,6 +25549,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24495,6 +25630,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24513,6 +25651,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24774,7 +25915,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -24960,9 +26101,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25017,6 +26164,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25110,6 +26260,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25125,9 +26278,6 @@ 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 ""
@@ -25158,6 +26308,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25191,15 +26344,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25218,6 +26383,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25230,7 +26398,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25245,6 +26413,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25439,18 +26610,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25502,12 +26676,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25523,6 +26703,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25535,6 +26718,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25562,6 +26751,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25583,6 +26775,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26019,6 +27214,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26031,6 +27229,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26061,7 +27262,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26070,6 +27271,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26120,6 +27324,9 @@ msgstr[0] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26132,6 +27339,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26150,6 +27360,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26252,9 +27468,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26404,6 +27617,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26419,12 +27638,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26464,25 +27677,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26497,6 +27710,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26506,33 +27722,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26542,9 +27776,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26602,6 +27848,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26614,6 +27863,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26671,6 +27923,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -26958,6 +28216,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27027,6 +28288,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27084,7 +28348,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27111,6 +28375,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27270,6 +28537,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27315,6 +28585,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27330,12 +28603,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27582,6 +28858,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27753,12 +29038,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -27960,6 +29239,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28071,6 +29353,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28196,6 +29481,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28208,12 +29496,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28226,6 +29520,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28274,6 +29574,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28295,28 +29601,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28415,12 +29709,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28493,6 +29793,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28556,6 +29859,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28781,6 +30087,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -28838,6 +30147,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -28997,6 +30309,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29093,6 +30408,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29219,6 +30552,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29243,6 +30579,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29273,6 +30612,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29417,6 +30759,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29519,6 +30864,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29609,6 +31017,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29702,9 +31113,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30003,19 +31411,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30024,6 +31447,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30042,6 +31468,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30067,6 +31496,9 @@ msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30091,6 +31523,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30121,6 +31556,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30248,6 +31686,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30302,6 +31743,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30314,6 +31758,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30323,6 +31770,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30341,6 +31791,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30485,13 +31944,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30527,6 +31986,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30602,6 +32064,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30629,12 +32094,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30707,9 +32184,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30722,6 +32196,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30806,9 +32283,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -30830,6 +32304,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -30896,6 +32373,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31016,6 +32496,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31061,9 +32544,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31238,6 +32718,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31274,6 +32757,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31304,15 +32790,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31322,6 +32799,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31337,18 +32817,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31418,6 +32913,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31562,6 +33060,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31732,6 +33233,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31798,6 +33302,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31813,6 +33320,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -31828,7 +33338,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -31840,7 +33350,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -31855,6 +33368,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32008,9 +33524,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32222,12 +33735,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32276,9 +33783,6 @@ 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 usage ping"
msgstr ""
@@ -32288,6 +33792,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32300,6 +33807,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32318,6 +33828,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32369,6 +33882,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32408,6 +33924,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32435,6 +33954,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32474,6 +33996,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32495,6 +34023,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32531,15 +34062,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32651,15 +34191,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32669,6 +34221,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32723,6 +34278,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32738,9 +34296,6 @@ 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 merge requests."
msgstr ""
@@ -32969,13 +34524,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33068,9 +34623,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33086,6 +34653,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33362,6 +34932,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33464,12 +35037,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33524,6 +35109,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33613,6 +35201,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33661,19 +35252,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -33967,6 +35555,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34024,6 +35615,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34054,6 +35648,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34105,6 +35705,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34189,7 +35798,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34216,7 +35825,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34240,6 +35849,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34270,6 +35882,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34291,6 +35906,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34303,10 +35927,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34463,6 +36087,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34478,9 +36105,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34496,9 +36135,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34583,6 +36228,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34691,7 +36339,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34718,6 +36366,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34754,13 +36405,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34793,6 +36444,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -34853,9 +36507,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -34880,9 +36531,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -34898,6 +36546,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -34925,6 +36576,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -34946,7 +36600,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35042,6 +36699,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35180,7 +36840,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35210,6 +36870,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35240,12 +36903,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35258,9 +36927,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35279,6 +36945,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35369,9 +37038,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35390,6 +37056,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35568,6 +37237,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -35869,6 +37541,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -35887,6 +37562,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36030,6 +37708,9 @@ msgid "from %d job"
msgid_plural "from %d jobs"
msgstr[0] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36060,12 +37741,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36380,19 +38067,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36419,6 +38103,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36509,21 +38211,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36578,6 +38277,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36599,9 +38301,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36689,6 +38388,9 @@ msgid "point"
msgid_plural "points"
msgstr[0] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36729,6 +38431,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36747,6 +38455,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36763,13 +38474,16 @@ msgstr[0] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -36808,6 +38522,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -36880,6 +38597,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -36889,6 +38609,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/is_IS/gitlab.po b/locale/is_IS/gitlab.po
index 1776003ebab..4e6590d007b 100644
--- a/locale/is_IS/gitlab.po
+++ b/locale/is_IS/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: is\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:07\n"
+"PO-Revision-Date: 2021-05-03 22:11\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/it/gitlab.po b/locale/it/gitlab.po
index 6082567b7db..a9a54cb0ed1 100644
--- a/locale/it/gitlab.po
+++ b/locale/it/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: it\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:17\n"
+"PO-Revision-Date: 2021-05-03 22:21\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr " Per favore effettua il login."
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " Provare a %{action} di nuovo questo file."
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " Devi farlo prima di %{grace_period_deadline}."
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr "%{firstLabel} + %{labelCount} più"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "I %{group_docs_link_start}Gruppi%{group_docs_link_end} consentono di gestire e collaborare in vari progetti. I membri di un gruppo hanno accesso a tutti i suoi progetti."
+msgid "%{group_name} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ msgstr ""
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} non disponibile"
-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 "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} è un'autorità di certificazione (CA) libera, automatizzata e aperta, che rilascia certificati digitali per abilitare HTTPS (SSL / TLS) per i siti Web."
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, questo issue verrà chiuso automaticamente."
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr "%{title} cambiamenti"
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,12 +952,12 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "%{usage_ping_link_start}scopri di più%{usage_ping_link_end} riguardo a quale informazione è condivisa con GitLab Inc."
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr ""
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr "(verifica progresso)"
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr "Segnalazioni di abuso"
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "Token di accesso"
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr "Attivo"
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr "Attività"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgstr ""
+
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr "Errore durante l'attivazione/disattivazione della sottoscrizione per l'i
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "Applicazioni"
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr "Artefatti"
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "Aggiungi un file tramite trascina &amp; rilascia ( drag &amp; drop) o %{upload_link}"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr "Ordina per"
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "Naviga direttori"
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr "Nome cartella"
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "Modifica"
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
+msgstr ""
+
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr "Feb"
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr "Dalla richiesta di merge fino effettua il merge fino al rilascio in prod
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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 delay. This delay can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr "Cronologia"
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr "Lug"
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr "Ultimo Commit"
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr "Ultima modifica %{date}"
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr "Abbandona il gruppo"
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr "Mediano"
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr "Richieste di merge"
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr "Messaggi"
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr "Nuovo progetto"
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr "Opzioni"
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr "Proprietario"
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr "Password"
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr "Totale:"
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr "Pipeline"
msgid "Pipelines charts"
msgstr "Grafici pipeline"
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 "Pipeline|Specifica i valori delle variabili da utilizzare in questa esecuzione. I valori specificati nel %{settings_link} verranno utilizzati come predefiniti."
-
msgid "Pipeline|Stages"
msgstr ""
@@ -22997,13 +24064,13 @@ msgstr "con stadio"
msgid "Pipeline|with stages"
msgstr "con più stadi"
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr "Profilo"
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr "Password non valida"
@@ -23678,6 +24775,15 @@ msgstr "Username non valido"
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ msgstr "Il tuo account è attualmente proprietario in questi gruppi:"
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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr "Vedi altro"
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr "Ricordamelo più tardi"
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr "Richiedi accesso"
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr "Pianifica una nuova Pipeline"
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr "Lo stadio di programmazione mostra il tempo trascorso dal primo commit a
msgid "The collection of events added to the data gathered for that stage."
msgstr "L'insieme di eventi aggiunti ai dati raccolti per quello stadio."
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr "Il ciclo vitale della fase di sviluppo."
@@ -30669,15 +32129,15 @@ msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
msgstr ""
+msgid "The username for the Jenkins server."
+msgstr ""
+
msgid "The value 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 "Il valore falsato nel mezzo di una serie di dati osservati. ES: tra 3,5,9 il mediano è 5. Tra 3,5,7,8 il mediano è (5+7)/2 quindi 6."
msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
-msgid "The visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
-msgstr ""
-
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
msgstr ""
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr "Il tempo fino alla prima richiesta di merge"
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr "s"
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr "Non ci sono sufficienti dati da mostrare su questo stadio"
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr "Nuova richiesta di merge"
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/ja/gitlab.po b/locale/ja/gitlab.po
index 433335123ef..8cbc28ad89f 100644
--- a/locale/ja/gitlab.po
+++ b/locale/ja/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: ja\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:17\n"
+"PO-Revision-Date: 2021-05-03 22:22\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr "åŽé›†æ—¥æ™‚: %{time}"
msgid " Please sign in."
msgstr " サインインã—ã¦ãã ã•ã„。"
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " ã“ã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’ã‚‚ã†ä¸€åº¦ %{action} ã—ã¦ã¿ã¦ãã ã•ã„。"
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " %{grace_period_deadline} ã®å‰ã«ã“れを行ã†å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
@@ -82,6 +91,10 @@ msgid "%d Approval"
msgid_plural "%d Approvals"
msgstr[0] "%d 件ã®æ‰¿èª"
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] "ãã®ä»– %d 件"
@@ -112,7 +125,7 @@ msgstr[0] "%d 個ã®å¤‰æ›´ã•ã‚ŒãŸãƒ•ã‚¡ã‚¤ãƒ«"
msgid "%d character remaining"
msgid_plural "%d characters remaining"
-msgstr[0] ""
+msgstr[0] "残り %d 文字"
msgid "%d child epic"
msgid_plural "%d child epics"
@@ -341,9 +354,6 @@ msgstr "%{authorsName}ã®ã‚¹ãƒ¬ãƒƒãƒ‰"
msgid "%{board_target} not found"
msgstr "%{board_target} ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“"
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -454,7 +464,7 @@ msgid "%{edit_in_new_fork_notice} Try to upload a file again."
msgstr "%{edit_in_new_fork_notice} ã‚‚ã†ä¸€åº¦ãƒ•ã‚¡ã‚¤ãƒ«ã‚’アップロードã—ã¦ãã ã•ã„。"
msgid "%{emailPrefix}@company.com"
-msgstr ""
+msgstr "%{emailPrefix}@company.com"
msgid "%{extra} more downstream pipelines"
msgstr "%{extra} 個ã®ãƒ€ã‚¦ãƒ³ã‚¹ãƒˆãƒªãƒ¼ãƒ ãƒ‘イプライン"
@@ -468,12 +478,21 @@ 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 "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
+msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr "%{group_name} グループã®ãƒ¡ãƒ³ãƒãƒ¼"
@@ -558,9 +577,6 @@ msgstr "%{labelStart}修正ã•ã‚Œã¦ã„ãªã„レスãƒãƒ³ã‚¹:%{labelEnd} %{heade
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 "%{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)ã§ã€Webサイトã§HTTPS(SSL/TLS)を有効ã«ã™ã‚‹ãŸã‚ã«ãƒ‡ã‚¸ã‚¿ãƒ«è¨¼æ˜Žæ›¸ã‚’発行ã§ãã¾ã™ã€‚"
@@ -609,6 +625,9 @@ msgstr "%{milestone} (期é™åˆ‡ã‚Œ)"
msgid "%{milliseconds}ms"
msgstr "%{milliseconds} ミリ秒"
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText} ã€ã“ã®ã‚¤ã‚·ãƒ¥ãƒ¼ã¯è‡ªå‹•çš„ã«ã‚¯ãƒ­ãƒ¼ã‚ºã—ã¾ã™ã€‚"
@@ -645,6 +664,9 @@ msgstr "%{name}(%{url}) 㯠%{percent}ã¾ãŸã¯ãã®é…下ã®å…±æœ‰ãƒ©ãƒ³ãƒŠãƒ¼
msgid "%{name}(%{url}) has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run."
msgstr "%{name}(%{url}) 㯠共有ランナーパイプラインã®å®Ÿè¡Œæ™‚é–“(分)を使ã„切りã¾ã—ãŸã€‚ãã®ãŸã‚ã€ãã®ãƒ—ロジェクトã®æ–°ã—ã„ジョブやパイプラインã¯å®Ÿè¡Œã•ã‚Œãªããªã‚Šã¾ã™ã€‚"
+msgid "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] "%{no_of_days} æ—¥"
@@ -748,9 +770,6 @@ msgstr "%{spanStart}行%{spanEnd} %{errorLine}%{errorColumn}"
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr "%{spanStart} 関数内%{spanEnd} %{errorFn}"
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr "%{start} ã‹ã‚‰ %{end} ã¾ã§"
@@ -837,9 +856,6 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title} ã®å¤‰æ›´"
-msgid "%{token}..."
-msgstr "%{token}..."
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -858,12 +874,12 @@ msgstr "%{total} 件ã®ã‚¤ã‚·ãƒ¥ãƒ¼"
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr "%{total} 件ã®è­¦å‘ŠãŒè¦‹ã¤ã‹ã‚Šã¾ã—ãŸ: 最åˆã® %{warningsDisplayed} を表示"
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "GitLab Inc. ã¨ã©ã®ã‚ˆã†ãªæƒ…報を共有ã™ã‚‹ã‹ã«ã¤ã„ã¦ã¯ %{usage_ping_link_start} ã“ã¡ã‚‰%{usage_ping_link_end} ã‚’å‚ç…§ã—ã¦ãã ã•ã„。"
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr "%{userName} (マージã§ãã¾ã›ã‚“)"
@@ -879,6 +895,15 @@ msgstr "%{username} ãŒã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ %{host} ã® GitLab アカウントをã
msgid "%{username}'s avatar"
msgstr "%{username}ã®ã‚¢ãƒã‚¿ãƒ¼"
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr "%{value} 秒"
@@ -964,6 +989,9 @@ msgstr "(進行状æ³ã‚’確èªã™ã‚‹)"
msgid "(deleted)"
msgstr "(削除済ã¿)"
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr "(最大サイズ 15MB)"
@@ -973,6 +1001,9 @@ msgstr "(除去ã—ã¾ã—ãŸ)"
msgid "(revoked)"
msgstr "(失効)"
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr "* * * * *"
@@ -1097,7 +1128,7 @@ msgstr[0] ""
msgid "1 merge request selected"
msgid_plural "%d merge request selected"
-msgstr[0] ""
+msgstr[0] "%d 件ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆãŒé¸æŠžã•ã‚Œã¾ã—ãŸ"
msgid "1 merged merge request"
msgid_plural "%{merge_requests} merged merge requests"
@@ -1235,6 +1266,9 @@ msgstr "AWS Lambdaã€AWS API Gatewayã€ãŠã‚ˆã³GitLab Pagesを使用ã™ã‚‹åŸºæœ
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr "完全㪠DevOps ã®ãƒ—ラットフォーム"
@@ -1349,6 +1383,9 @@ msgstr "ã“ã®ã‚ªãƒ—ションをé¸æŠžã—ãŸã‚½ãƒ¼ã‚¹ãƒ–ランãƒã¸ã®æ›¸ãè¾¼
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr "アクションãŒå¿…è¦ï¼šGitLab Pagesã®ãƒ‰ãƒ¡ã‚¤ãƒ³ '%{domain}'ã¸ã®Let's Encrypt証明書ã®å–得中ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸ"
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr "APIファジング"
@@ -1362,9 +1399,9 @@ msgid "API Token"
msgstr "API トークン"
msgid "API key"
-msgstr ""
+msgstr "APIキー"
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1388,6 +1425,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1416,7 +1456,7 @@ msgid "APIFuzzing|Ex: Project_Test/File/example_fuzz"
msgstr ""
msgid "APIFuzzing|Ex: Project_Test/File/example_fuzz.har"
-msgstr ""
+msgstr "例: Project_Test/File/example_fuzz.har"
msgid "APIFuzzing|File path containing APIs to be tested. For example, /folder/example_file.json."
msgstr ""
@@ -1440,7 +1480,7 @@ msgid "APIFuzzing|Predefined profiles"
msgstr ""
msgid "APIFuzzing|Scan mode"
-msgstr ""
+msgstr "スキャンモード"
msgid "APIFuzzing|Scan profile"
msgstr ""
@@ -1451,10 +1491,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1508,6 +1554,12 @@ msgstr "ä¸æ­£åˆ©ç”¨ãƒ¬ãƒãƒ¼ãƒˆ"
msgid "Abuse reports"
msgstr "ä¸æ­£åˆ©ç”¨ãƒ¬ãƒãƒ¼ãƒˆ"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr "招待をå—ã‘入れる"
@@ -1517,6 +1569,9 @@ msgstr "利用è¦ç´„ã«åŒæ„ã™ã‚‹"
msgid "Acceptable for use in this project"
msgstr "ã“ã®ãƒ—ロジェクトã¯ä½¿ç”¨å¯èƒ½"
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "アクセス トークン"
@@ -1643,11 +1698,14 @@ msgstr "アカウント ID"
msgid "Account and limit"
msgstr "アカウントã¨åˆ¶é™"
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr "アカウント: %{account}"
msgid "Action"
-msgstr ""
+msgstr "アクション"
msgid "Action to take when receiving an alert. %{docsLink}"
msgstr "アラートをå—信時ã«å–ã‚‹ã¹ãアクション 。%{docsLink}"
@@ -1658,9 +1716,6 @@ msgstr "アクション"
msgid "Activate Service Desk"
msgstr "サービスデスクを有効ã«ã™ã‚‹"
-msgid "Activate user activity analysis"
-msgstr "ユーザーアクティビティ分æžã‚’有効ã«ã™ã‚‹"
-
msgid "Active"
msgstr "有効"
@@ -1673,6 +1728,9 @@ msgstr "アクティブ セッション"
msgid "Activity"
msgstr "アクティビティー"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr "追加"
@@ -1709,9 +1767,6 @@ msgstr "æ–°ã—ã„ノードを追加"
msgid "Add README"
msgstr "README を追加"
-msgid "Add Variable"
-msgstr "変数を追加"
-
msgid "Add Zoom meeting"
msgstr "Zoom ミーティングを追加"
@@ -1793,6 +1848,9 @@ msgstr "承èªè€…を追加"
msgid "Add bold text"
msgstr "太字ã®ãƒ†ã‚­ã‚¹ãƒˆã‚’追加"
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr "エピックã«å­ã‚¨ãƒ”ックを追加"
@@ -1860,7 +1918,7 @@ msgid "Add previously merged commits"
msgstr "以å‰ã«ãƒžãƒ¼ã‚¸ã—ãŸã‚³ãƒŸãƒƒãƒˆã‚’追加"
msgid "Add projects"
-msgstr ""
+msgstr "プロジェクトを追加"
msgid "Add reaction"
msgstr "リアクションã®è¿½åŠ "
@@ -1881,7 +1939,7 @@ msgid "Add to Slack"
msgstr "Slackã«è¿½åŠ "
msgid "Add to board"
-msgstr ""
+msgstr "ボードã«è¿½åŠ "
msgid "Add to epic"
msgstr "エピックã¸è¿½åŠ "
@@ -1898,6 +1956,9 @@ msgstr "レビュー追加"
msgid "Add to tree"
msgstr "ツリーã«è¿½åŠ "
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr "グループã«ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’追加:"
@@ -1919,21 +1980,15 @@ msgstr "以å‰ã«ãƒžãƒ¼ã‚¸ã—ãŸã‚³ãƒŸãƒƒãƒˆã‚’追加"
msgid "AddContextCommits|Add/remove"
msgstr "追加/削除"
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr "ユーザーãŒæŒ‡å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。"
@@ -1973,6 +2028,9 @@ msgstr "追加メタデータ"
msgid "Additional minutes"
msgstr "追加分数"
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "追加テキスト"
@@ -2007,7 +2065,7 @@ msgid "Admin Area"
msgstr "管ç†è€…エリア"
msgid "Admin Mode"
-msgstr ""
+msgstr "管ç†è€…モード"
msgid "Admin Note"
msgstr "管ç†è€…メモ"
@@ -2093,9 +2151,6 @@ msgstr "æ–°è¦ãƒ—ロジェクト"
msgid "AdminArea|New user"
msgstr "æ–°è¦ãƒ¦ãƒ¼ã‚¶ãƒ¼"
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr "インスタンスã®ãƒ¦ãƒ¼ã‚¶ãƒ¼æ•°ãŒä¸Šé™ã«é”ã™ã‚‹ã¨ã€è¿½åŠ ã•ã‚ŒãŸãƒ¦ãƒ¼ã‚¶ãƒ¼ã¾ãŸã¯ã‚¢ã‚¯ã‚»ã‚¹ã‚’è¦æ±‚ã—ãŸãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯ã€ç®¡ç†è€…ã«ã‚ˆã‚‹æ‰¿èªãŒå¿…è¦ã«ãªã‚Šã¾ã™ã€‚無制é™ã¨ã™ã‚‹ã«ã¯ãƒ•ã‚£ãƒ¼ãƒ«ãƒ‰ã‚’空ã®ã¾ã¾ã«ã—ã¾ã™ã€‚"
-
msgid "AdminArea|Owner"
msgstr "オーナー"
@@ -2120,9 +2175,6 @@ msgstr "ジョブã®åœæ­¢ã«å¤±æ•—ã—ã¾ã—ãŸ"
msgid "AdminArea|Total users"
msgstr "全ユーザー"
-msgid "AdminArea|User cap"
-msgstr "ユーザーキャップ"
-
msgid "AdminArea|Users"
msgstr ""
@@ -2159,9 +2211,6 @@ msgstr "削除"
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr "プロジェクト %{projectName} を削除ã—ã¾ã™ã‹?"
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr "ã™ã¹ã¦ã®ãƒ—ロジェクトã«çµ±åˆè¨­å®šã‚’é©ç”¨"
-
msgid "AdminSettings|Auto DevOps domain"
msgstr "Auto DevOps ドメイン"
@@ -2180,9 +2229,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2201,18 +2247,21 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr "管ç†è¨­å®š |必須パイプライン設定"
+msgid "AdminSettings|See affected service templates"
+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 "Serviceテンプレートã¯ã€çµ±åˆã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆå€¤ã‚’設定ã™ã‚‹ãŸã‚ã«ä½¿ç”¨ã—ã¾ã™"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
+msgstr ""
+
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
msgstr ""
@@ -2231,12 +2280,15 @@ 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 "環境変数ã®æ–°è¦ä½œæˆæ™‚ã«ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã§ä¿è­·ã•ã‚Œã¾ã™"
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
+msgstr ""
+
msgid "AdminStatistics|Active Users"
msgstr "アクティブユーザー"
@@ -2246,8 +2298,8 @@ msgstr "フォーク"
msgid "AdminStatistics|Issues"
msgstr "イシュー"
-msgid "AdminStatistics|Merge Requests"
-msgstr "マージリクエスト"
+msgid "AdminStatistics|Merge requests"
+msgstr ""
msgid "AdminStatistics|Milestones"
msgstr "マイルストーン"
@@ -2633,6 +2685,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] "アラート"
@@ -2802,10 +2860,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2832,19 +2887,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
+msgstr ""
+
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2865,18 +2926,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -2898,22 +2953,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -2925,6 +2980,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -2943,13 +3001,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -2961,22 +3022,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3114,9 +3172,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr "メールドメイン制é™ã¯ã€æœ€ä¸Šä½ã‚°ãƒ«ãƒ¼ãƒ—ã«ã®ã¿è¨±å¯ã•ã‚Œã¾ã™"
@@ -3144,6 +3199,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "\"Issuer\" ã¾ãŸã¯ \"Relying party trust identifier\" ã¨ã‚‚呼ã°ã‚Œã¾ã™"
@@ -3246,12 +3304,12 @@ msgstr "通知購読ã®åˆ‡ã‚Šæ›¿ãˆæ™‚ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
-msgstr ""
-
msgid "An error occurred when updating the issue weight"
msgstr "イシューã®ã‚¦ã‚§ã‚¤ãƒˆæ›´æ–°æ™‚ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
+msgid "An error occurred when updating the title"
+msgstr ""
+
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
msgstr ""
@@ -3510,9 +3568,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr "通知ã®è³¼èª­ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -3522,8 +3577,8 @@ msgstr "ジョブã®ãƒˆãƒªã‚¬ãƒ¼ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
-msgstr "ã“ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã®ãŸã‚ã«æ–°ã—ã„パイプラインを実行ã—よã†ã¨ã—ã¦ã„ã‚‹é–“ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
+msgid "An error occurred while trying to run a new pipeline for this merge request."
+msgstr ""
msgid "An error occurred while unsubscribing to notifications."
msgstr "通知ã®è³¼èª­ã‚’解除中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -3579,9 +3634,6 @@ msgstr "インスタンスレベル㮠serverless ドメインã¯ã™ã§ã«å­˜åœ¨
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr "未èªè¨¼ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼"
@@ -3621,6 +3673,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr "既知ã®è„†å¼±æ€§ã«å¯¾ã™ã‚‹ã‚½ãƒ¼ã‚¹ã‚³ãƒ¼ãƒ‰ã®åˆ†æžã‚’ã—ã¾ã™."
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr "祖先"
@@ -3720,6 +3775,96 @@ msgstr "アプリケーションã¯æ­£å¸¸ã«æ›´æ–°ã•ã‚Œã¾ã—ãŸã€‚"
msgid "Application: %{name}"
msgstr "アプリケーション:%{name}"
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "アプリケーション"
@@ -3787,12 +3932,9 @@ msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] "%d 人ã®ãƒ¡ãƒ³ãƒãƒ¼"
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
-msgstr[0] "ã“ã®ãƒ¡ãƒ³ãƒãƒ¼ã‹ã‚‰ã®æ‰¿èªã¯å–り消ã•ã‚Œã¾ã›ã‚“。"
-
-msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
-msgstr "%{nMembers} 人ã®ãƒ¡ãƒ³ãƒãƒ¼ãŒã„ã‚‹ %{name} 承èªè€…グループを削除ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚"
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
+msgstr[0] ""
msgid "ApprovalRuleSummary|%d member"
msgid_plural "ApprovalRuleSummary|%d members"
@@ -3811,6 +3953,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr "承èªè€…"
@@ -3823,9 +3968,15 @@ msgstr "åå‰"
msgid "ApprovalRule|Rule name"
msgstr "ルールå"
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr "ターゲットブランãƒ"
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -3986,6 +4137,9 @@ msgstr "公開éµã‚’å†ç”Ÿæˆã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹? ミラーリングã
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr "ã“ã® %{group_name} を削除ã—ã¦ã‚ˆã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
@@ -3995,6 +4149,9 @@ msgstr "添付ファイルを削除ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr "ã“ã® ID を削除ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
@@ -4070,13 +4227,16 @@ msgstr "アーティファクトã¯æ­£å¸¸ã«å‰Šé™¤ã•ã‚Œã¾ã—ãŸã€‚"
msgid "Artifacts"
msgstr "アーティファクト"
+msgid "Artifacts maximum size"
+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} ã®ãƒ–ランム%{branch} ã«ãƒ—ッシュã—ã¾ã—ãŸï¼ˆ%{commit_url}):"
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4088,6 +4248,9 @@ msgstr ""
msgid "Ascending"
msgstr "昇順"
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4148,8 +4311,8 @@ msgstr "%{reviewer_users_sentence} ã‚’ %{reviewer_text} ã¨ã—ã¦å‰²ã‚Šå½“ã¦ã¾
msgid "Assigned Issues"
msgstr "割り当ã¦ã‚‰ã‚ŒãŸã‚¤ã‚·ãƒ¥ãƒ¼"
-msgid "Assigned Merge Requests"
-msgstr "割り当ã¦ã‚‰ã‚ŒãŸãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆ"
+msgid "Assigned merge requests"
+msgstr ""
msgid "Assigned projects"
msgstr ""
@@ -4218,6 +4381,9 @@ msgstr "ファイルを添付"
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "ドラッグ&ドロップã¾ãŸã¯ %{upload_link} ã§ãƒ•ã‚¡ã‚¤ãƒ«ã‚’添付"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] "%d 個ã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’添付"
@@ -4288,9 +4454,15 @@ msgstr "èªè¨¼"
msgid "Authenticate with GitHub"
msgstr "GitHub ã§èªè¨¼ã—ã¾ã™"
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4345,6 +4517,9 @@ msgstr "èªè¨¼ã‚­ãƒ¼"
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr "ã“ã®ã‚¢ãƒ—リケーションã«ã‚ãªãŸã®ãƒ¦ãƒ¼ã‚¶ãƒ¼åã¨ãƒ‘スワードãŒå…¥åŠ›ã•ã‚ŒãŸã®ã§ã€æ‰¿èªãŒè¨±å¯ã•ã‚Œã¾ã—ãŸã€‚"
@@ -4507,9 +4682,18 @@ msgstr "ã‚¢ãƒã‚¿ãƒ¼ã‚’削除ã—ã¾ã™ã€‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
msgid "Average per day: %{average}"
msgstr "1æ—¥ã‚ãŸã‚Šã®å¹³å‡: %{average}"
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr "%{number}ページã«æˆ»ã‚‹"
@@ -4603,26 +4787,26 @@ msgstr "ãƒãƒƒã‚¸"
msgid "Balsamiq file could not be loaded."
msgstr "Balsamiq ファイルを読ã¿è¾¼ã¿ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚"
-msgid "BambooService|A continuous integration and build server"
-msgstr "継続的インテグレーションã¨ãƒ“ルドサーãƒãƒ¼"
+msgid "BambooService|Atlassian Bamboo"
+msgstr ""
-msgid "BambooService|A user with API access, if applicable"
-msgstr "APIアクセス権をæŒã¤ãƒ¦ãƒ¼ã‚¶ãƒ¼(該当ã™ã‚‹å ´åˆ)"
+msgid "BambooService|Bamboo URL"
+msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
-msgstr "アトラシアンBamboo CI"
+msgid "BambooService|Bamboo build plan key."
+msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
-msgstr "KEYã®ã‚ˆã†ãªBambooã®ãƒ“ルドプランキー"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
+msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
-msgstr "Bamboo ã®ãƒ«ãƒ¼ãƒˆURL 例: https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
+msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
-msgstr "Bambooã§è‡ªå‹•ãƒªãƒ“ジョンラベリングã¨ãƒªãƒã‚¸ãƒˆãƒªãƒˆãƒªã‚¬ãƒ¼ã‚’設定ã—ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。"
+msgid "BambooService|The user with API access to the Bamboo server."
+msgstr ""
msgid "Based on"
msgstr ""
@@ -4633,15 +4817,27 @@ msgstr "ã”注æ„ãã ã•ã„。プロジェクトã®åå‰ç©ºé–“を変更ã™ã‚‹
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr "ã”注æ„ãã ã•ã„。プロジェクトã®ãƒªãƒã‚¸ãƒˆãƒªã®åå‰ã‚’変更ã™ã‚‹ã¨ã€æ„図ã—ãªã„副作用ãŒç™ºç”Ÿã™ã‚‹ã“ã¨ãŒã‚ã‚Šã¾ã™ã€‚"
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr "é¸æŠžã—ãŸã‚³ãƒŸãƒƒãƒˆã§ã¯ã˜ã‚ã‚‹"
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr "ç¾åœ¨ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã®SSHホストキーã®ãƒ•ã‚£ãƒ³ã‚¬ãƒ¼ãƒ—リントã§ã™ã€‚"
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "以下ã«å…¬é–‹ã•ã‚Œã¦ã„る全グループを表示ã—ã¾ã™ã€‚"
@@ -4732,12 +4928,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4753,6 +4955,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5035,9 +5240,6 @@ msgstr "ブランãƒã®æ¦‚è¦ã‚’表示"
msgid "Branches|Show stale branches"
msgstr "éŽåŽ»ã®ãƒ–ランãƒã‚’表示"
-msgid "Branches|Sort by"
-msgstr "並ã¹æ›¿ãˆ"
-
msgid "Branches|Stale"
msgstr "å¤ã„"
@@ -5092,6 +5294,9 @@ msgstr "ブロードキャストメッセージã¯æ­£å¸¸ã«æ›´æ–°ã•ã‚Œã¾ã—ãŸ
msgid "Broadcast Messages"
msgstr "ブロードキャストメッセージ"
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "ディレクトリを表示"
@@ -5173,9 +5378,6 @@ msgstr ""
msgid "Burndown chart"
msgstr "ãƒãƒ¼ãƒ³ãƒ€ã‚¦ãƒ³ãƒãƒ£ãƒ¼ãƒˆ"
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr "ãƒãƒ¼ãƒ³ãƒ€ã‚¦ãƒ³ãƒãƒ£ãƒ¼ãƒˆãŒä¿®æ­£ã•ã‚Œã¾ã—ãŸã€‚期é™åˆ‡ã‚Œå¾Œã«ãƒžã‚¤ãƒ«ã‚¹ãƒˆãƒ¼ãƒ³ã‹ã‚‰ã‚¤ã‚·ãƒ¥ãƒ¼ã‚’削除ã—ã¦ã‚‚ãƒãƒ£ãƒ¼ãƒˆã«ã¯å½±éŸ¿ã—ã¾ã›ã‚“。 %{strongStart}レガシーãƒãƒ¼ãƒ³ãƒ€ã‚¦ãƒ³ãƒãƒ£ãƒ¼ãƒˆ%{strongEnd} ボタンを使用ã—ã¦ã€å¤ã„ãƒãƒ£ãƒ¼ãƒˆã‚’表示ã§ãã¾ã™ã€‚"
-
msgid "BurndownChartLabel|Open issue weight"
msgstr "イシューã®ã‚¦ã‚§ã‚¤ãƒˆã‚’é–‹ã"
@@ -5266,9 +5468,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr "外部リãƒã‚¸ãƒˆãƒªç”¨ CI/CD"
-msgid "CI/CD settings"
-msgstr "CI/CD 設定"
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5372,6 +5571,9 @@ msgstr "コールãƒãƒƒã‚¯ URL"
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5456,6 +5658,9 @@ msgstr "実行ã®ã‚­ãƒ£ãƒ³ã‚»ãƒ«"
msgid "Cancel this job"
msgstr "ã“ã®ã‚¸ãƒ§ãƒ–をキャンセルã™ã‚‹"
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5480,6 +5685,9 @@ msgstr "ä¸æ­£åˆ©ç”¨ãƒ¬ãƒãƒ¼ãƒˆã¯ä½œæˆã§ãã¾ã›ã‚“。ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯
msgid "Cannot create the abuse report. This user has been blocked."
msgstr "ä¸æ­£åˆ©ç”¨ãƒ¬ãƒãƒ¼ãƒˆã‚’作æˆã§ãã¾ã›ã‚“。ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯ãƒ–ロックã•ã‚Œã¦ã„ã¾ã™ã€‚"
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5501,6 +5709,9 @@ msgstr "公開ã•ã‚Œã¦ã„るイシューãŒå«ã¾ã‚Œã¦ã„ã‚‹å ´åˆã€ã‚¨ãƒ”ッ
msgid "Cannot merge"
msgstr "マージã§ãã¾ã›ã‚“"
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr "管ç†ä¸‹ã® Kubernetes クラスターを変更ã§ãã¾ã›ã‚“"
@@ -5528,6 +5739,27 @@ msgstr "2è¦ç´ èªè¨¼ã®è¨­å®šã‚’スキップã§ãã¾ã›ã‚“"
msgid "Capacity threshold"
msgstr "キャパシティ判定ã®ã—ãã„値"
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5681,15 +5913,9 @@ msgstr "タイトルを \"%{title_param}\" ã«å¤‰æ›´ã—ã¾ã™ã€‚"
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr "インデックス㌠%{link_start} å†ç”Ÿæˆã•ã‚Œã‚‹ %{link_end}ã¾ã§å¤‰æ›´ã¯è¡Œã‚ã‚Œã¾ã›ã‚“。"
-
msgid "Changing group URL can have unintended side effects."
msgstr "グループ㮠URL を変更ã™ã‚‹ã¨ã€æ„図ã—ãªã„副作用ãŒç™ºç”Ÿã™ã‚‹å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚"
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr "グラフを表示ã§ãã¾ã›ã‚“。データリクエストãŒã‚¿ã‚¤ãƒ ã‚¢ã‚¦ãƒˆã—ãŸãŸã‚ã§ã™ã€‚%{documentationLink}"
@@ -5753,6 +5979,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "%{docs_link_start}ドキュメント%{docs_link_end}を確èª"
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -5942,6 +6171,9 @@ msgstr "å­ã‚¨ãƒ”ックãŒã‚ã‚Šã¾ã›ã‚“。"
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 "変更内容を確èªã—ãŸã‚Šãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’作æˆã™ã‚‹ãŸã‚ã«ã€Branch/tag (例: %{master}) ã‚’é¸æŠžã™ã‚‹ã‹ã€ã‚³ãƒŸãƒƒãƒˆID(例: %{sha})を入力ã—ã¦ãã ã•ã„。"
@@ -6218,6 +6450,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr "クリックã—ã¦å±•é–‹ã€‚"
@@ -6317,46 +6555,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr "ã“ã® %{quick_action_target} ã‚’é–‰ã˜ã‚‹ã€‚"
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
+msgstr ""
+
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users over subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6563,6 +6828,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr "ベースドメイン"
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr "ブロックモード"
@@ -6728,6 +6996,9 @@ msgstr "Elastic Stack"
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr "Cloud Run for Anthos 有効化"
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Kubernetes クラスターã¸ã® GitLab 接続を有効ã¾ãŸã¯ç„¡åŠ¹ã«ã—ã¾ã™ã€‚"
@@ -6839,7 +7110,7 @@ msgstr "ã‚ãªãŸãŒè¤‡æ•°ã®ã‚¯ãƒ©ã‚¹ã‚¿ã‚’セットアップ㗠Auto DevOps ã‚
msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
msgstr "関連ã™ã‚‹ã™ã¹ã¦ã®GitLabリソースを削除ã—ãŸããªã„å ´åˆã¯ã€å˜ã«çµ±åˆã‚’削除ã§ãã¾ã™ã€‚"
-msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus in the Applications tab."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6866,6 +7137,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr "発行者メール"
@@ -7493,6 +7773,9 @@ msgstr "コードオーナーã®æ‰¿èªãŒå¿…è¦ã§ã™"
msgid "Code owners"
msgstr "コードオーナー"
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7550,6 +7833,9 @@ msgstr "コレクタã®ãƒ›ã‚¹ãƒˆå"
msgid "ComboSearch is not defined"
msgstr "ComboSearch ãŒå®šç¾©ã•ã‚Œã¦ã„ã¾ã›ã‚“"
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7698,6 +7984,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr "Git リビジョンを比較"
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr "リビジョンを比較"
@@ -7743,6 +8032,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7821,7 +8113,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7881,6 +8173,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -7908,9 +8203,24 @@ msgstr "Let's Encryptを設定"
msgid "Configure Prometheus"
msgstr "Prometheusã®è¨­å®š"
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "トレーシングã®è¨­å®š"
+msgid "Configure What's new drawer and content."
+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 ""
@@ -7941,6 +8251,9 @@ msgstr "Rack 攻撃を防御ã™ã‚‹ãƒ‘スを設定ã—ã¾ã™ã€‚"
msgid "Configure repository mirroring."
msgstr "リãƒã‚¸ãƒˆãƒªã®ãƒŸãƒ©ãƒ¼ãƒªãƒ³ã‚°ã‚’設定ã—ã¾ã™ã€‚"
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr "ストレージパス設定を構æˆã—ã¾ã™ã€‚"
@@ -7956,28 +8269,46 @@ msgstr ""
msgid "Confirm"
msgstr "確èª"
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr "%{email} ã«ç¢ºèªãƒ¡ãƒ¼ãƒ«ã‚’ é€ä¿¡ã—ã¾ã—ãŸã€‚"
msgid "Confirmation required"
msgstr "確èªãŒå¿…è¦ã§ã™"
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8135,7 +8466,7 @@ msgstr "プッシュコマンドをコピー"
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8364,6 +8695,12 @@ msgstr "次ã®ã‚³ãƒžãƒ³ãƒ‰ã‚’使用ã—ã¦ã€ã“ã®ãƒ¬ã‚¸ã‚¹ãƒˆãƒªã«ã‚¤ãƒ¡ãƒ¼ã‚¸
msgid "Contains %{count} blobs of images (%{size})"
msgstr "%{count} 個ã®ã‚¤ãƒ¡ãƒ¼ã‚¸ãŒå«ã¾ã‚Œã¦ã„ã¾ã™(%{size})"
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ".gitlab-ci.yml ã®å†…容"
@@ -8418,8 +8755,8 @@ msgstr "先月"
msgid "ContributionAnalytics|Last week"
msgstr "先週"
-msgid "ContributionAnalytics|Merge Requests"
-msgstr "マージリクエスト"
+msgid "ContributionAnalytics|Merge requests"
+msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
msgstr "é¸æŠžã•ã‚ŒãŸæœŸé–“内ã«ã‚¤ã‚·ãƒ¥ãƒ¼ã¯ã‚ã‚Šã¾ã›ã‚“"
@@ -8565,15 +8902,48 @@ msgstr "トリガートークンをコピー"
msgid "Copy value"
msgstr "値ã®ã‚³ãƒ”ー"
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr "管ç†è€…ã¯ãƒ¡ãƒ³ãƒãƒ¼ã¨ã—ã¦è¿½åŠ ã§ãã¾ã›ã‚“。"
@@ -8763,6 +9133,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr "ブランãƒä½œæˆ"
@@ -8871,6 +9244,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9123,6 +9499,9 @@ msgstr ""
msgid "Crossplane"
msgstr "Crossplane"
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9144,6 +9523,12 @@ msgstr ""
msgid "Current password"
msgstr "ç¾åœ¨ã®ãƒ‘スワード"
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr "ç¾åœ¨ã®è„†å¼±æ€§ã‚«ã‚¦ãƒ³ãƒˆ"
@@ -9366,6 +9751,9 @@ msgstr "%{stageCount} ステージãŒé¸æŠžã•ã‚Œã¾ã—ãŸ"
msgid "CycleAnalytics|All stages"
msgstr "全ステージ"
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr "日付"
@@ -9410,14 +9798,11 @@ msgstr "ステージ"
msgid "CycleAnalytics|Tasks by type"
msgstr "タイプ別ã®ã‚¿ã‚¹ã‚¯"
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr "指定ã•ã‚ŒãŸæ—¥ä»˜ã®ç¯„囲ãŒ180日を超ãˆã¦ã„ã¾ã™ã€‚"
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
-msgstr "完了ã¾ã§ã®æ—¥æ•°åˆè¨ˆ"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgstr "指定ã•ã‚ŒãŸæ—¥ä»˜ã®ç¯„囲ãŒ180日を超ãˆã¦ã„ã¾ã™ã€‚"
msgid "CycleAnalytics|Type of work"
msgstr "仕事ã®ç¨®é¡ž"
@@ -9443,6 +9828,42 @@ msgstr ""
msgid "DNS"
msgstr "DNS"
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr "ダッシュボード"
@@ -9635,6 +10056,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9680,6 +10104,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9713,7 +10140,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9728,6 +10155,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9804,6 +10234,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr "データã¯ã¾ã è¨ˆç®—中ã§ã™..."
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9822,9 +10255,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr "日付範囲㯠%{maxDateRange} 日を超ãˆã‚‰ã‚Œã¾ã›ã‚“。"
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9849,6 +10279,9 @@ msgstr "æ—¥"
msgid "Days to merge"
msgstr "マージã¾ã§ã®æ—¥æ•°"
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9873,9 +10306,18 @@ msgstr "辞退ã—ã¦ã‚µã‚¤ãƒ³ã‚¢ã‚¦ãƒˆ"
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr "デフォルトã®CI設定パス"
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr "デフォルトã®ã‚¢ãƒ¼ãƒ†ã‚£ãƒ•ã‚¡ã‚¯ãƒˆã®æœ‰åŠ¹æœŸé™"
@@ -9987,10 +10429,13 @@ msgstr "コメントを削除"
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10038,6 +10483,9 @@ msgstr "プロジェクトã®ã‚¹ãƒ‹ãƒšãƒƒãƒˆã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ã‚‚
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr "プロジェクトã®ã‚³ãƒ³ãƒ†ãƒŠãƒªãƒã‚¸ãƒˆãƒªã®ã‚¿ã‚°ã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã™ã‹ã€ç®¡ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。"
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr "プロジェクトã®wikiリãƒã‚¸ãƒˆãƒªã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã™ã‹ã€ç®¡ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。"
@@ -10077,6 +10525,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10089,18 +10540,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr "ãƒãƒ£ãƒƒãƒˆãƒ‹ãƒƒã‚¯ãƒãƒ¼ãƒ  %{user_name} ã®æ‰¿èªã‚’æ‹’å¦ã—ã¾ã—ãŸã€‚"
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr "æ‹’å¦"
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr "ä¾å­˜é–¢ä¿‚"
@@ -10305,9 +10750,6 @@ msgstr "パブリックアクセスãŒå¯èƒ½ãªãƒ‡ãƒ—ロイキー"
msgid "DeployKeys|Read access only"
msgstr "読ã¿å–り専用"
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr "ã“ã®ãƒ‡ãƒ—ロイキーを削除ã—ã¾ã™ã€‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr "アクティブãªãƒ‡ãƒ—ロイトークン (%{active_tokens})"
@@ -10419,22 +10861,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr "デプロイ頻度"
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10666,15 +11093,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10717,7 +11147,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10747,7 +11177,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10762,10 +11192,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10783,6 +11219,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr "差分コンテンツã®åˆ¶é™"
@@ -10825,6 +11270,12 @@ msgstr "ディレクトリå"
msgid "Disable"
msgstr "無効"
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr "ã“ã®ãƒ—ロジェクトã§ã¯ç„¡åŠ¹ã«ã™ã‚‹"
@@ -10867,8 +11318,8 @@ msgstr "下書ãを破棄"
msgid "DiscordService|Discord Notifications"
msgstr "Discord 通知"
-msgid "DiscordService|Receive event notifications in Discord"
-msgstr "Discordã§ã‚¤ãƒ™ãƒ³ãƒˆé€šçŸ¥ã‚’å—ã‘ã‚‹"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
+msgstr ""
msgid "Discover GitLab Geo"
msgstr "GitLab Geo ã«ã¤ã„ã¦"
@@ -10928,9 +11379,6 @@ msgstr[0] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr "マージリクエストã®æ˜‡æ ¼ã‚’å´ä¸‹ã—ã¾ã™"
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr "ãƒãƒªãƒ¥ãƒ¼ã‚¹ãƒˆãƒªãƒ¼ãƒ åˆ†æžã®ç´¹ä»‹ã‚’é–‰ã˜ã‚‹"
@@ -10958,7 +11406,7 @@ msgstr "パイプライン %{pipelineLink} å´ä¸‹"
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr "%{projectLink} ã®ãƒ‘イプライン %{pipelineLink} ã§å´ä¸‹ã•ã‚ŒãŸ"
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -10973,6 +11421,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr "GitLab 内ã®ã‚µãƒ¼ãƒ‰ãƒ‘ーティã‹ã‚‰ã®ã‚ªãƒ•ã‚¡ãƒ¼ã‚’表示ã—ãªã„"
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr "Dockerfile"
@@ -10991,10 +11442,10 @@ msgstr ""
msgid "Domain"
msgstr "ドメイン"
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11039,6 +11490,9 @@ msgstr "%{format} をダウンロード:"
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr "CSV をダウンロード"
@@ -11126,6 +11580,12 @@ msgstr "ã“ã®ãƒ—ロセスã®é€”中ã§ã€GitLab å´ã‹ã‚‰ã® URL ã‚’èžã‹ã‚Œã‚‹
msgid "Dynamic Application Security Testing (DAST)"
msgstr "動的アプリケーションセキュリティテスト (DAST)"
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "編集"
@@ -11219,6 +11679,9 @@ msgstr "イシューを編集"
msgid "Edit iteration"
msgstr "イテレーションã®ç·¨é›†"
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr "公開デプロイキーã®ç·¨é›†"
@@ -11237,6 +11700,9 @@ msgstr "ã“ã®ãƒªãƒªãƒ¼ã‚¹ã‚’編集ã—ã¾ã™ã€‚"
msgid "Edit title and description"
msgstr "タイトルã¨èª¬æ˜Žã‚’編集"
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr "Wikiページã®ç·¨é›†"
@@ -11255,6 +11721,9 @@ msgstr "編集中"
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr "Elasticsearch AWS IAMèªè¨¼æƒ…å ±"
@@ -11318,21 +11787,18 @@ 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 "パイプラインã®ã‚¹ãƒ†ãƒ¼ã‚¿ã‚¹ã‚’å—信者ã®ãƒªã‚¹ãƒˆã«Eメールã§é€šçŸ¥ã—ã¾ã™ã€‚"
+msgid "Email the pipeline status to a list of recipients."
+msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr "メール: %{email}"
@@ -11378,9 +11844,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr "Eメール (コンマ区切り)"
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr "コード比較を無効ã«ã™ã‚‹"
@@ -11393,13 +11856,19 @@ msgstr "ãã‚Œãžã‚Œã®ãƒ—ッシュã®ã‚³ãƒŸãƒƒãƒˆã¨å·®åˆ†ã‚’å—信者ã®ãƒªã‚¹
msgid "EmailsOnPushService|Emails on push"
msgstr "プッシュ時ã®Eメール"
-msgid "EmailsOnPushService|Emails separated by whitespace"
-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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11441,6 +11910,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr "PlantUML を有効化"
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr "匿å化データã®åŽé›†ã‚’有効ã«ã—ã¾ã™"
@@ -11456,6 +11928,15 @@ msgstr "シートリンクを有効ã«ã™ã‚‹"
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11474,6 +11955,9 @@ msgstr "Prometheus ã®ãƒ¡ãƒˆãƒªã‚¯ã‚¹ã‚’有効ã«ã—ã¦è¨­å®šã™ã‚‹ã€‚"
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11483,9 +11967,6 @@ 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 "エラートラッキングを有効ã«ã™ã‚‹"
@@ -11537,6 +12018,12 @@ msgstr "ä¿è­·ã•ã‚ŒãŸãƒ‘スã®ãƒ¬ãƒ¼ãƒˆåˆ¶é™ã‚’有効ã«ã™ã‚‹"
msgid "Enable proxy"
msgstr "プロキシを有効ã«ã™ã‚‹"
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11564,9 +12051,18 @@ msgstr "スノープロウトラッキングを有効ã«ã™ã‚‹"
msgid "Enable two-factor authentication"
msgstr "2è¦ç´ èªè¨¼ã‚’有効ã«ã™ã‚‹"
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr "利用状æ³ã®é€ä¿¡ã‚’有効ã«ã™ã‚‹"
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr "%{stepStart} ステップ1 %{stepEnd}: KubernetesãŒè¨­å®šã•ã‚Œã¦ãŠã‚Šã€ %{linkStart}クラスター%{linkEnd} ã®ãƒ™ãƒ¼ã‚¹ãƒ‰ãƒ¡ã‚¤ãƒ³ãŒã‚ã‚‹ã“ã¨ã‚’確èªã—ã¾ã™ã€‚"
@@ -11603,6 +12099,9 @@ msgstr "レンダリング中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ: %{err}"
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr "終了時刻 (UTC)"
@@ -11705,6 +12204,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -11966,6 +12468,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr "エピックãŒã‚ã‚Šã¾ã›ã‚“。"
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr "エピックイベント"
@@ -11984,7 +12489,7 @@ msgstr "エピックã¨ã‚¤ã‚·ãƒ¥ãƒ¼"
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr "エピックを使用ã™ã‚‹ã¨ã€ãƒ—ロジェクトã®ãƒãƒ¼ãƒˆãƒ•ã‚©ãƒªã‚ªã‚’より効率的ã‹ã¤å°‘ãªã„労力ã§ç®¡ç†ã§ãã¾ã™"
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12299,6 +12804,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12488,6 +12996,9 @@ msgstr "マイルストーンを展開"
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr "サイドãƒãƒ¼ã‚’é–‹ã"
@@ -12599,6 +13110,9 @@ msgstr "外部ID"
msgid "External URL"
msgstr "外部 URL"
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr "外部èªè¨¼"
@@ -12614,6 +13128,9 @@ msgstr "外部ストレージã®URL"
msgid "External storage authentication token"
msgstr "外部ストレージã®èªè¨¼ãƒˆãƒ¼ã‚¯ãƒ³"
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr "分類ラベル"
@@ -12626,10 +13143,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
-msgstr "内部ã®wikiã¸ã®ãƒªãƒ³ã‚¯ã‚’外部ã®wikiã¸ã®ãƒªãƒ³ã‚¯ã«ç½®ãæ›ãˆã¾ã™ã€‚"
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
+msgstr ""
+
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12677,9 +13197,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr "マージリクエストã®ä½œæˆã«å¤±æ•—ã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ãŠè©¦ã—ãã ã•ã„。"
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr "ã“ã®ã‚¤ã‚·ãƒ¥ãƒ¼ã®ãŸã‚ã®ãƒ–ランãƒã®ä½œæˆã«å¤±æ•—ã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
@@ -12692,6 +13209,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -12890,6 +13410,9 @@ msgstr "失敗"
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr "æ—©é€ã‚Šãƒžãƒ¼ã‚¸ã¯ã§ãã¾ã›ã‚“。ソースブランãƒã‚’%{targetBranch} ã«rebaseã—ã¦ã€ã“ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’マージã§ãるよã†ã«ã—ã¦ãã ã•ã„。"
@@ -12902,9 +13425,15 @@ msgstr "マージコミットã®ãªã„æ—©é€ã‚Šãƒžãƒ¼ã‚¸"
msgid "Faster releases. Better code. Less pain."
msgstr "より速ã„リリース。より良ã„コード。å•é¡Œã®æ¸›å°‘"
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr "Faviconã¯æ­£å¸¸ã«å‰Šé™¤ã•ã‚Œã¾ã—ãŸã€‚"
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr "機能フラグ"
@@ -13164,6 +13693,13 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr "2月"
@@ -13383,11 +13919,14 @@ msgstr "固定:"
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
-msgstr "Flowdock Gitソーストークン"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
-msgstr "Flowdockã¯ã€æŠ€è¡“ãƒãƒ¼ãƒ ç”¨ã®ã‚³ãƒ©ãƒœãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³Webアプリã§ã™ã€‚"
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
+msgstr ""
msgid "Focus filter bar"
msgstr ""
@@ -13500,6 +14039,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13587,6 +14129,9 @@ msgstr "マージリクエストãŒãƒžãƒ¼ã‚¸ã•ã‚Œã¦ã‹ã‚‰ãƒ—ロダクション
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr "æ°å"
@@ -13623,9 +14168,24 @@ msgstr "æ–°ã—ㄠエクスãƒãƒ¼ãƒˆã‚’生æˆ"
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr "Geo"
@@ -13773,6 +14333,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13794,6 +14357,9 @@ msgstr "%{name} ã¯å†åŒæœŸãŒäºˆå®šã•ã‚Œã¦ã„ã¾ã™"
msgid "Geo|%{name} is scheduled for re-verify"
msgstr "%{name} ã¯å†æ¤œè¨¼ãŒäºˆå®šã•ã‚Œã¦ã„ã¾ã™"
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13833,6 +14399,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr "既存ã®ãƒ—ロジェクトã®ãƒˆãƒ©ãƒƒã‚­ãƒ³ã‚°ã‚¨ãƒ³ãƒˆãƒªã‚’削除ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚"
@@ -13842,6 +14411,9 @@ msgstr "既存ã®ã‚¢ãƒƒãƒ—ロードã®ãƒˆãƒ©ãƒƒã‚­ãƒ³ã‚°ã‚¨ãƒ³ãƒˆãƒªã‚’削除ã§
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13857,9 +14429,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr "ジオステータス"
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -13896,6 +14474,9 @@ msgstr "å‰å›žã®ç¢ºèªæ—¥æ™‚"
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -13911,6 +14492,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr "ã¾ã åŒæœŸã—ã¦ã„ã¾ã›ã‚“。"
@@ -13959,16 +14543,25 @@ msgstr "削除"
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14010,6 +14603,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr "状態"
@@ -14022,6 +14618,9 @@ msgstr "åŒæœŸæ¸ˆã¿"
msgid "Geo|Synced at"
msgstr "åŒæœŸå…ˆ"
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr "åŒæœŸã«å¤±æ•—ã—ã¾ã—㟠- %{error}"
@@ -14031,6 +14630,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr "データベースã¯ç¾åœ¨ãƒ—ライマリーノードã®å¾Œã‚ã« %{db_lag} ã§ã™ã€‚"
@@ -14040,6 +14642,12 @@ msgstr "ノードã¯ç¾åœ¨ã€ãƒ—ライマリノードã®å¾Œã‚ã« %{minutes_behi
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14061,16 +14669,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr "ä¸æ˜ŽãªçŠ¶æ…‹"
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr "åŒæœŸã«å¤±æ•—ã—ã¾ã—㟠- %{error}"
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr "スケジューラ待ã¡"
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14091,6 +14708,9 @@ msgstr "セカンダリー"
msgid "Get a free instance review"
msgstr "ç„¡æ–™ã®ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ãƒ¬ãƒ“ューã®å–å¾—"
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14169,6 +14789,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr "GitLab インãƒãƒ¼ãƒˆ"
@@ -14220,6 +14843,9 @@ 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 "GitLab ã¯ã€ã“ã®ãƒ‰ãƒ¡ã‚¤ãƒ³ã® Let's Encrypt ã® SSL 証明書をå–å¾—ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚ã“ã®ãƒ—ロセスã«ã¯æ™‚é–“ãŒã‹ã‹ã‚‹å ´åˆãŒã‚ã‚Šã¾ã™ã€‚後ã§ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14244,9 +14870,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr "GitLab 㯠%{jaeger_link} を使ã£ã¦åˆ†æ•£ã‚·ã‚¹ãƒ†ãƒ ã‚’モニタリングã—ã¾ã™ã€‚"
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14298,9 +14930,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr "最åˆã®ãƒ‡ãƒ—ロイ後ã€ã‚µã‚¤ãƒˆãŒåˆ©ç”¨å¯èƒ½ã«ãªã‚‹ã¾ã§ã«æœ€å¤§ã§30分ã‹ã‹ã‚‹å ´åˆãŒã‚ã‚Šã¾ã™ã€‚"
-msgid "GitLabPages|Learn more."
-msgstr "詳ã—ã見る。"
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr "GitLabPagesã®ãƒšãƒ¼ã‚¸ã®æœ€å¤§ã‚µã‚¤ã‚ºï¼ˆMB)"
@@ -14325,9 +14954,6 @@ msgstr "ページを削除ã™ã‚‹ã¨ã€ãƒšãƒ¼ã‚¸ãŒå¤–部ã«å…¬é–‹ã•ã‚Œãªããª
msgid "GitLabPages|Save"
msgstr "ä¿å­˜"
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 "%{domain} ã® Let's Encrypt 証明書をå–å¾—ã™ã‚‹éš›ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚å†è©¦è¡Œã™ã‚‹ã«ã¯ã€ %{link_start} ドメインã®è©³ç´° %{link_end} ã«ã‚¢ã‚¯ã‚»ã‚¹ã—ã¦ãã ã•ã„。"
@@ -14343,11 +14969,17 @@ 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 "GitLab インスタンスã®æ¨™æº–ドメイン(%{pages_host})ã§Pagesを使用ã™ã‚‹å ´åˆã€ã‚µãƒ–サブドメインã§HTTPSを使用ã§ãã¾ã›ã‚“。ã“ã‚Œã¯ã€ãƒ¦ãƒ¼ã‚¶ãƒ¼å/グループåã«ãƒ‰ãƒƒãƒˆãŒå«ã¾ã‚Œã¦ã„ã‚‹å ´åˆã«æ©Ÿèƒ½ã—ãªã„ã“ã¨ã‚’æ„味ã—ã¾ã™ã€‚ã“ã‚Œã¯ã€HTTP over TLS プロトコルã®åˆ¶é™ã§ã™ã€‚ HTTPã‚’HTTPSã«ãƒªãƒ€ã‚¤ãƒ¬ã‚¯ãƒˆã—ãªã„é™ã‚Šã€HTTP ã®ãƒšãƒ¼ã‚¸ã¯å¼•ã続ã機能ã—ã¾ã™ã€‚"
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
-msgstr "GitLab Pagesを使用ã†ã¨ã€GitLab ã§é™çš„Webサイトをホストã§ãã¾ã™ã€‚ GitLab CIã®ãƒ‘ワーã¨GitLab Runner ã®ãƒ˜ãƒ«ãƒ—を組ã¿åˆã‚ã›ã¦ã€å€‹äººã®ãƒ—ロジェクトã€ã‚ãªãŸã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã€ã¾ãŸã¯ã‚°ãƒ«ãƒ¼ãƒ—ã®é™çš„ページをデプロイã§ãã¾ã™ã€‚"
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
+msgstr ""
msgid "GitLabPages|Your pages are served under:"
msgstr "ã‚ãªãŸã®ãƒšãƒ¼ã‚¸ã¯ä»¥ä¸‹ã§æä¾›ã•ã‚Œã¾ã™ :"
@@ -14391,9 +15023,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr "Gitlab Pages"
-
msgid "Gitpod"
msgstr ""
@@ -14433,12 +15062,12 @@ msgstr "å‰ã«æˆ»ã‚‹"
msgid "Go back (while searching for files)"
msgstr "戻る(ファイルã®æ¤œç´¢ä¸­)"
+msgid "Go back to configuration"
+msgstr ""
+
msgid "Go full screen"
msgstr "全画é¢è¡¨ç¤º"
-msgid "Go to Integrations"
-msgstr ""
-
msgid "Go to Webhooks"
msgstr ""
@@ -14487,9 +15116,15 @@ msgstr "マージリクエストã¸ç§»å‹•"
msgid "Go to metrics"
msgstr "メトリクスã¸"
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr "親ã«ç§»å‹•"
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr "プロジェクトã«ç§»å‹•"
@@ -14685,6 +15320,9 @@ msgstr "グループ情報:"
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr "グループ Maintainer 㯠%{link} ã§ã‚°ãƒ«ãƒ¼ãƒ— Runner を登録ã§ãã¾ã™ã€‚"
@@ -14727,6 +15365,9 @@ msgstr "グループã®ãƒ‘イプライン時間ãŒæ­£å¸¸ã«ãƒªã‚»ãƒƒãƒˆã•ã‚Œã¾
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr "グループã«ã¯åˆ¥ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆãŒå¿…è¦ã§ã™"
@@ -14814,6 +15455,9 @@ msgstr "申ã—訳ã‚ã‚Šã¾ã›ã‚“ã€æ¤œç´¢ã«ãƒžãƒƒãƒã™ã‚‹ã‚¨ãƒ”ックã¯ã‚ã‚Š
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr "ロードマップã¯æ™‚é–“ã®çµŒéŽã¨ã¨ã‚‚ã«ã‚¨ãƒ”ックã®é€²è¡Œã‚’表示ã—ã¾ã™"
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr "ロードマップを表示ã™ã‚‹ã«ã¯ã€é–‹å§‹æ—¥ã¾ãŸã¯ã„ãšã‚Œã‹ã® %{linkStart}å­ã‚¨ãƒ”ック%{linkEnd} ã®æœŸæ—¥ã‚’追加ã—ã¾ã™ã€‚"
@@ -14832,12 +15476,12 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
+msgstr ""
+
msgid "GroupSAML|Certificate fingerprint"
msgstr "証明書ã®ãƒ•ã‚£ãƒ³ã‚¬ãƒ¼ãƒ—リント"
-msgid "GroupSAML|Check SSO on git activity"
-msgstr ""
-
msgid "GroupSAML|Configuration"
msgstr "設定"
@@ -14850,20 +15494,17 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr "ã“ã®ã‚°ãƒ«ãƒ¼ãƒ—ã® SAML èªè¨¼ã‚’有効ã«ã™ã‚‹."
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr "ã“ã®ã‚°ãƒ«ãƒ¼ãƒ—専用ã®ã‚°ãƒ«ãƒ¼ãƒ—管ç†ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’ユーザーã«è¨­å®šã™ã‚‹ã€‚"
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
+msgstr ""
-msgid "GroupSAML|Enforced SSO"
-msgstr "強制SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
+msgstr ""
msgid "GroupSAML|Generate a SCIM token"
msgstr "SCIMトークンを生æˆ"
@@ -14901,10 +15542,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -14952,15 +15590,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
-msgstr "グループ管ç†ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’有効ã«ã™ã‚‹ãŸã‚ã«ã¯ã€ã¾ãšå¼·åˆ¶SSOを有効化ã—ã¾ã™ã€‚"
+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 "SAMLèªè¨¼ã‚’切り替ãˆ"
-
msgid "GroupSAML|Valid SAML Response"
msgstr "妥当ãªSAMLレスãƒãƒ³ã‚¹"
@@ -14991,7 +15626,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15042,9 +15677,6 @@ 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 group-level project templates."
msgstr "グループレベルã®ãƒ—ロジェクトテンプレートã®è©³ç´°."
@@ -15066,7 +15698,16 @@ 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 delay. This delay can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15105,6 +15746,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr "グループã®è»¢é€"
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15282,9 +15926,15 @@ msgstr "リãƒã‚¸ãƒˆãƒªã‚¹ãƒˆãƒ¬ãƒ¼ã‚¸ãƒ‘スã®ãƒãƒƒã‚·ãƒ¥"
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr "ヘッダーロゴã¯æ­£å¸¸ã«å‰Šé™¤ã—ã¾ã—ãŸã€‚"
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr "ヘッダーメッセージ"
@@ -15324,6 +15974,9 @@ msgstr ""
msgid "Hello there"
msgstr "ã“ã‚“ã«ã¡ã¯"
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15342,9 +15995,18 @@ msgstr "ボットãŒãƒ–ルートフォース攻撃を防ãã®ã«å½¹ç«‹ã¡ã¾ã™
msgid "Helps prevent bots from creating accounts."
msgstr "ボットãŒã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’作æˆã§ããªã„よã†ã«ã—ã¾ã™ã€‚"
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr "アラートã®é‡ã‚’減らã™ã®ã«å½¹ç«‹ã¡ã¾ã™(例:作æˆã™ã‚‹ã‚¤ã‚·ãƒ¥ãƒ¼ãŒå¤šã™ãŽã‚‹å ´åˆ)"
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr "ä¿è­·ã•ã‚ŒãŸãƒ‘スã®ãƒªã‚¯ã‚¨ã‚¹ãƒˆé‡ã‚’減らã™ã®ã«å½¹ç«‹ã¡ã¾ã™"
@@ -15422,12 +16084,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr "履歴"
msgid "History of authentications"
msgstr "èªè¨¼å±¥æ­´"
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15467,6 +16135,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15476,11 +16150,8 @@ msgstr "仕組ã¿"
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
-msgid "How many replicas each Elasticsearch shard has."
-msgstr "å„Elasticsearchシャードã®ãƒ¬ãƒ—リカ数"
-
-msgid "How many shards to split the Elasticsearch index over."
-msgstr "Elasticseachã®ã‚¤ãƒ³ãƒ‡ãƒƒã‚¯ã‚¹ã‚’分割ã™ã‚‹ã‚·ãƒ£ãƒ¼ãƒ‰æ•°"
+msgid "How many seconds an IP will be counted towards the limit"
+msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr "トライアルを評価ã™ã‚‹ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯ä½•äººã§ã™ã‹ï¼Ÿ"
@@ -15563,9 +16234,15 @@ msgstr "情報: SSHéµãŒã¾ã‚‚ãªã期é™åˆ‡ã‚Œã«ãªã‚Šã¾ã™ã€‚æ–°ã—ã„ SSH
msgid "IP Address"
msgstr "IP アドレス"
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr "IPサブãƒãƒƒãƒˆåˆ¶é™ã¯æœ€ä¸Šä½ã‚°ãƒ«ãƒ¼ãƒ—ã«ã®ã¿è¨±å¯ã•ã‚Œã¾ã™"
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr "識別å­"
@@ -15611,6 +16288,12 @@ 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 "以å‰ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ãŒãªã„å ´åˆã‚„ã€ä»¥å‰ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã®æœ‰åŠ¹æœŸé™ãŒåˆ‡ã‚Œã¦ã„ã‚‹å ´åˆã¯ã€æ–°ã—ã„有効ãªãƒ©ã‚¤ã‚»ãƒ³ã‚¹ãŒã‚¢ãƒƒãƒ—ロードã•ã‚Œã‚‹ã¾ã§ GitLab ã®ä¸€éƒ¨ã®æ©Ÿèƒ½ãŒãƒ–ロックã•ã‚Œã¾ã™ã€‚"
+msgid "If this email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr "ã“ã‚ŒãŒé–“é•ã„ã ã£ãŸå ´åˆã¯ã€ %{leave_link_start} %{source_type} ã‚’ãã®ã¾ã¾ã« %{link_end} ã§ãã¾ã™ã€‚"
@@ -15623,6 +16306,12 @@ msgstr "GitHub を使用ã—ã¦ã„ã‚‹å ´åˆã€GitHub 上ã®ã‚³ãƒŸãƒƒãƒˆã‚„プルã
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15644,9 +16333,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15668,6 +16354,9 @@ msgstr "ç”»åƒã®URL"
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr "2-up"
@@ -15683,6 +16372,12 @@ msgstr "高ã•"
msgid "ImageViewerDimensions|W"
msgstr "å¹…"
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15706,6 +16401,9 @@ msgstr "CSV ã®å–ã‚Šè¾¼ã¿"
msgid "Import Projects from Gitea"
msgstr "Gitea ã‹ã‚‰ãƒ—ロジェクトã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ"
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr "エクスãƒãƒ¼ãƒˆã—㟠GItLab プロジェクトã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ"
@@ -15754,6 +16452,9 @@ msgstr ""
msgid "Import project members"
msgstr "プロジェクトメンãƒãƒ¼ã‚’インãƒãƒ¼ãƒˆ"
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr "Bitbucket ã‹ã‚‰ãƒ—ロジェクトã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ"
@@ -15857,9 +16558,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -15878,7 +16585,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -15908,7 +16615,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -15953,7 +16660,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -15986,9 +16693,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16010,6 +16714,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16073,7 +16780,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16088,7 +16795,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16115,16 +16825,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16145,7 +16861,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16199,6 +16915,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16307,6 +17026,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16316,19 +17038,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16424,9 +17143,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr "全プロジェクトインデックス"
@@ -16445,6 +17170,21 @@ msgstr "追加ã®Pagesテンプレートã«é–¢ã™ã‚‹æƒ…å ±ã¨ãれらをインã
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16539,6 +17279,9 @@ msgstr "インスタンス管ç†è€…グループã¯æ—¢ã«å­˜åœ¨ã—ã¾ã™"
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16548,16 +17291,25 @@ msgstr ""
msgid "Integrations"
msgstr "インテグレーション"
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16566,6 +17318,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16590,6 +17345,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16599,6 +17357,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16617,7 +17378,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16629,6 +17390,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16653,6 +17417,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16665,7 +17432,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16674,13 +17441,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16689,6 +17456,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16773,9 +17543,6 @@ msgstr "入力ãŒç„¡åŠ¹ã§ã™ã€‚絵文字をå«ã‚ãªã„ã§ãã ã•ã„"
msgid "Invalid login or password"
msgstr "ログインIDã¾ãŸã¯ãƒ‘スワードãŒç„¡åŠ¹ã§ã™ã€‚"
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr "PIN コードãŒé–“é•ã£ã¦ã„ã¾ã™ã€‚"
@@ -17001,24 +17768,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17127,15 +17882,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17208,20 +17960,38 @@ msgstr "ã„ãã¤ã‹ã®ãƒœãƒ¼ãƒ‰ã¯éžè¡¨ç¤ºã«ãªã£ã¦ã„ã¾ã™ã€‚å†åº¦è¡¨ç¤º
msgid "IssueBoards|Switch board"
msgstr "ボードを切り替ãˆã‚‹"
-msgid "IssueTracker|Bugzilla issue tracker"
-msgstr "Bugzillaイシュートラッカー"
-
msgid "IssueTracker|Custom issue tracker"
msgstr "カスタムイシュートラッカー"
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
-msgstr "Redmineイシュートラッカー"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
-msgstr "YouTrackイシュートラッカー"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
+msgstr ""
msgid "Issues"
msgstr "イシュー"
@@ -17229,7 +17999,7 @@ msgstr "イシュー"
msgid "Issues Rate Limits"
msgstr "イシューレートリミット"
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17310,6 +18080,9 @@ msgstr ""
msgid "Iteration"
msgstr "イテレーション"
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr "イテレーションを変更ã—ã¾ã—ãŸ"
@@ -17325,6 +18098,51 @@ msgstr "イテレーションを更新ã—ã¾ã—ãŸ"
msgid "Iterations"
msgstr "イテレーション"
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17385,6 +18203,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17397,6 +18218,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17427,11 +18251,14 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
-msgstr "Web URLã¨ç•°ãªã‚‹å ´åˆ"
+msgid "JiraService|If different from Web URL."
+msgstr ""
msgid "JiraService|Issue List"
msgstr ""
@@ -17451,16 +18278,13 @@ msgstr "イシューãŒã‚³ãƒŸãƒƒãƒˆã§å‚ç…§ã•ã‚Œã‚‹ã¨ Jiraã®ã‚³ãƒ¡ãƒ³ãƒˆãŒä
msgid "JiraService|Jira comments will be created when an issue gets referenced in a merge request."
msgstr "イシューãŒãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã§å‚ç…§ã•ã‚Œã‚‹ã¨ Jiraã®ã‚³ãƒ¡ãƒ³ãƒˆãŒä½œæˆã•ã‚Œã¾ã™ã€‚"
-msgid "JiraService|Jira issue tracker"
-msgstr "Jiraイシュートラッカー"
-
msgid "JiraService|Jira issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17493,17 +18317,29 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
-msgstr "サーãƒãƒ¼ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã«ã¯ãƒ‘スワードを使用ã—ã¦ãã ã•ã„。クラウドãƒãƒ¼ã‚¸ãƒ§ãƒ³ã«ã¯APIトークンを使用ã—ã¦ãã ã•ã„。"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
-msgstr "サーãƒãƒ¼ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã«ã¯ãƒ¦ãƒ¼ã‚¶ãƒ¼åを使用ã—ã¦ãã ã•ã„。クラウドãƒãƒ¼ã‚¸ãƒ§ãƒ³ã«ã¯Eメールを使用ã—ã¦ãã ã•ã„。"
+msgid "JiraService|Use a username for server version and an email for cloud version."
+msgstr ""
msgid "JiraService|Use custom transitions"
msgstr ""
@@ -17517,7 +18353,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17526,9 +18362,6 @@ 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 ""
-msgid "JiraService|e.g. AB"
-msgstr ""
-
msgid "JiraService|transition ids can have only numbers which can be split with , or ;"
msgstr "é·ç§»IDã¯ã€ã‚³ãƒ³ãƒž, やセミコロン; ã§åˆ†å‰²ã§ãる複数ã¾ãŸã¯ä¸€ã¤ã®æ•°å€¤ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。"
@@ -17547,6 +18380,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr "ジョブãŒæ¶ˆåŽ»ã•ã‚Œã¾ã—ãŸ"
@@ -17658,12 +18494,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr "対象"
msgid "Job|into"
msgstr "ターゲット:"
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr "ソースブランãƒ:"
@@ -17673,6 +18521,12 @@ msgstr "Zoom ミーティングã«å‚加ã™ã‚‹"
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr "7月"
@@ -17694,6 +18548,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17787,6 +18644,9 @@ msgstr "LDAP åŒæœŸãŒé€²è¡Œä¸­ã§ã™ã€‚ã“ã‚Œã«ã¯æ•°åˆ†ã‹ã‹ã‚‹ã“ã¨ãŒã‚ã
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr "LFS"
@@ -17908,6 +18768,9 @@ msgstr "最新コミット"
msgid "Last contact"
msgstr "最終連絡日時"
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr "最終編集日 %{date}"
@@ -17938,6 +18801,12 @@ msgstr "最終閲覧"
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr "最後ã«æˆåŠŸã—ãŸåŒæœŸ"
@@ -17995,6 +18864,9 @@ msgstr "リード"
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18007,6 +18879,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr "%{link_start} ビルトインã®ãƒ†ãƒ³ãƒ—レートã«è²¢çŒ® %{link_end}ã™ã‚‹æ–¹æ³•ã‚’å­¦ã¶"
@@ -18058,6 +18933,9 @@ msgstr "クラスターã¸ã®ãƒ‡ãƒ—ロイã®è©³ç´°ã«ã¤ã„ã¦"
msgid "Learn more about group-level project templates"
msgstr "グループレベルプロジェクトテンプレートã®è©³ç´°"
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr "コミットã¸ã®ç½²åã®è©³ç´°"
@@ -18085,12 +18963,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18121,10 +19005,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18160,6 +19041,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr "離れる"
@@ -18172,6 +19056,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr "編集モードを終了ã—ã¾ã™ã‹ï¼Ÿãã®å ´åˆã€ä¿å­˜ã—ã¦ã„ãªã„変更ã¯ã™ã¹ã¦å¤±ã‚ã‚Œã¾ã™ã€‚"
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr "グループを離脱"
@@ -18394,6 +19281,9 @@ msgstr "タイムトラッキングã®å˜ä½è¡¨ç¤ºã‚’1時間å˜ä½ã«åˆ¶é™ã™ã‚
msgid "Limit namespaces and projects that can be indexed"
msgstr "インデックスã§ãã‚‹åå‰ç©ºé–“ã¨ãƒ—ロジェクトを制é™ã™ã‚‹"
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18410,6 +19300,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr "リンクをコピーã—ã¾ã—ãŸ"
@@ -18437,6 +19333,9 @@ msgstr "リンクã•ã‚ŒãŸã‚¤ã‚·ãƒ¥ãƒ¼"
msgid "LinkedIn"
msgstr "LinkedIn"
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18524,6 +19423,9 @@ msgstr "ローカライズ"
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr "ロック"
@@ -18566,12 +19468,18 @@ msgstr "ロックã¯ã€ç‰¹å®šã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚„フォルダをロックã™ã‚‹æ©Ÿ
msgid "Locks the discussion."
msgstr " ディスカッションをロックã™ã‚‹."
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "スマートカードã§ãƒ­ã‚°ã‚¤ãƒ³ã™ã‚‹"
msgid "Logo was successfully removed."
msgstr "ロゴã¯æ­£å¸¸ã«å‰Šé™¤ã•ã‚Œã¾ã—ãŸã€‚"
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr "ログ"
@@ -18668,6 +19576,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr "アカウントã®ä½¿ç”¨ã‚’許å¯ã™ã‚‹ã‚¢ãƒ—リケーションを管ç†ã—ã¾ã™ã€‚"
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr "グループラベルã®ç®¡ç†"
@@ -18680,7 +19591,7 @@ msgstr "マイルストーンã®ç®¡ç†"
msgid "Manage project labels"
msgstr "プロジェクトラベルã®ç®¡ç†"
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18803,6 +19714,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr "マッãƒã—ã¾ã›ã‚“ã§ã—ãŸã€‚検索クエリを変ãˆã¦è©¦ã—ã¦ãã ã•ã„。"
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr "Mattermostã«è¿½åŠ "
@@ -18860,6 +19780,12 @@ msgstr ""
msgid "Max access level"
msgstr "最大アクセスレベル"
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -18869,6 +19795,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -18923,6 +19855,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -18953,6 +19894,9 @@ msgstr "åŒæ™‚ã«åŒæœŸã§ãるミラーã®æœ€å¤§æ•°ã€‚"
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -18974,9 +19918,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr "åŒæœŸãŒã‚¹ã‚±ã‚¸ãƒ¥ãƒ¼ãƒ«ã•ã‚Œã¦ã„ã‚‹ã¨ãã«ãƒŸãƒ©ãƒ¼ãƒªãƒ³ã‚°ã®æ›´æ–°é–“ã®æœ€å¤§æ™‚間。"
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr "5月"
@@ -18989,15 +19939,24 @@ msgstr "測定ã—ãŸã‚³ãƒ¼ãƒ‰ã®ãƒã‚¤ãƒˆæ•°ã€‚自動生æˆã‚³ãƒ¼ãƒ‰ã¨ãƒ™ãƒ³ãƒ€
msgid "Median"
msgstr "中央値"
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr "中程度ã®è„†å¼±æ€§ã®å­˜åœ¨"
msgid "Member lock"
msgstr "メンãƒãƒ¼ã®ãƒ­ãƒƒã‚¯"
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr "%{date} ã«ãƒ¡ãƒ³ãƒãƒ¼ç™»éŒ²"
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19052,10 +20011,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19151,9 +20110,6 @@ msgstr "マージリクエスト"
msgid "Merge Request Analytics"
msgstr "マージリクエスト分æž"
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr "マージリクエスト"
@@ -19202,12 +20158,18 @@ msgstr "マージリクエスト %{mr_link} 㯠%{mr_author}ã«ã‚ˆã£ã¦ãƒ¬ãƒ“ãƒ
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr "マージリクエスト承èª"
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr "マージリクエストã®ä¾å­˜é–¢ä¿‚"
@@ -19388,6 +20350,9 @@ msgstr "メッセージ"
msgid "Method"
msgstr "メソッド"
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr "メトリクスã¯æ­£å¸¸ã«è¿½åŠ ã•ã‚Œã¾ã—ãŸã€‚"
@@ -19924,9 +20889,6 @@ msgstr "より多ãã®ãƒŸãƒ©ãƒ¼ã‚’優先的ã«ã‚¹ã‚±ã‚¸ãƒ¥ãƒ¼ãƒ«ã™ã‚‹å‰ã«ä½¿
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr "パスワードã®æœ€å°æ–‡å­—æ•°"
-
msgid "Minutes"
msgstr "分"
@@ -20032,9 +20994,6 @@ msgstr "ã•ã‚‰ã«è¡¨ç¤º"
msgid "More Information"
msgstr "詳細"
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr "ãã®ä»–ã®Slackコマンド"
@@ -20213,16 +21172,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20238,6 +21196,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr "プロジェクトã«ç§»å‹•ã—ã¦ã€ãƒžã‚¤ãƒ«ã‚¹ãƒˆãƒ¼ãƒ³ã‚’é–‰ã˜ã‚‹ã€‚"
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr "ヘルプ"
@@ -20632,6 +21593,9 @@ msgstr "æ–°è¦ã‚¤ã‚·ãƒ¥ãƒ¼ã®ã‚¿ã‚¤ãƒˆãƒ«"
msgid "New iteration"
msgstr "æ–°è¦ã‚¤ãƒ†ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³"
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr "æ–°è¦ã‚¤ãƒ†ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ãŒä½œæˆã•ã‚Œã¾ã—ãŸ"
@@ -20656,6 +21620,18 @@ msgstr ""
msgid "New project"
msgstr "æ–°è¦ãƒ—ロジェクト"
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr "æ–°ã—ã„リリース"
@@ -20665,9 +21641,6 @@ msgstr "æ–°ã—ã„è¦æ±‚事項"
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr "æ–°ã—ã„ランナー登録トークンを生æˆã—ã¾ã—ãŸï¼"
@@ -20929,6 +21902,12 @@ msgstr "ã“ã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚¿ã‚¤ãƒ—ã¯ãƒ—レビューã—ã¾ã›ã‚“"
msgid "No prioritized labels with such name or description"
msgstr "ãã®åå‰ã¾ãŸã¯ãã®èª¬æ˜Žã‚’ã‚‚ã£ãŸã€å„ªå…ˆãƒ©ãƒ™ãƒ«ã¯ã‚ã‚Šã¾ã›ã‚“"
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr "パブリック グループãŒã‚ã‚Šã¾ã›ã‚“"
@@ -21263,11 +22242,8 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr "Elasticsearchã®ãƒ¬ãƒ—リカã®æ•°"
-
-msgid "Number of Elasticsearch shards"
-msgstr "Elasticsearchã®ã‚·ãƒ£ãƒ¼ãƒ‰ã®æ•°"
+msgid "Number of Elasticsearch shards and replicas (per index)"
+msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
msgstr ""
@@ -21305,6 +22281,12 @@ msgstr ""
msgid "Number of files touched"
msgstr "æ“作ã—ãŸãƒ•ã‚¡ã‚¤ãƒ«æ•°"
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr "OK"
@@ -21365,6 +22347,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21377,6 +22362,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21398,6 +22386,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21410,12 +22401,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21467,10 +22467,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21603,7 +22621,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr "出ç¾è¡Œã¯1ã¤ã ã‘存在ã§ãã¾ã™"
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21747,9 +22765,6 @@ msgstr "オプション"
msgid "Or you can choose one of the suggested colors below"
msgstr "ã¾ãŸã¯ã€ä¸‹è¨˜ã®ã„ãšã‚Œã‹ã®è‰²ã‚’é¸æŠžã§ãã¾ã™"
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21771,6 +22786,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr "管ç†è€…ã«ã‚ˆã£ã¦ãã®ä»–ã®è¡¨ç¤ºè¨­å®šãŒç„¡åŠ¹ã«ã•ã‚Œã¦ã„ã¾ã™ã€‚"
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21816,6 +22837,9 @@ msgstr "オーナー"
msgid "Package Registry"
msgstr "パッケージレジストリ"
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr "パッケージã¯ã™ã§ã«ã‚ã‚Šã¾ã™"
@@ -22074,6 +23098,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22116,15 +23143,9 @@ msgstr "èªè¨¼ãƒˆãƒ¼ã‚¯ãƒ³ã‚’使用ã—ã¦èªè¨¼ã‚’設定ã™ã‚‹å¿…è¦ãŒã‚ã‚‹å ´
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr "パッケージ"
@@ -22197,15 +23218,6 @@ msgstr "パラメーター"
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr "パラメーター \"job_id\"㯠%{job_id_max_size} 長を超ãˆã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“"
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr "親"
@@ -22221,15 +23233,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr "マージリクエストã§ã®å¤‰æ›´ç®‡æ‰€"
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr "å‚加者"
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22242,8 +23254,11 @@ msgstr "パスワード"
msgid "Password (optional)"
msgstr "パスワード (オプション)"
-msgid "Password Policy Guidelines"
-msgstr "パスワードãƒãƒªã‚·ãƒ¼ã®ã‚¬ã‚¤ãƒ‰ãƒ©ã‚¤ãƒ³"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
+msgstr ""
msgid "Password authentication is unavailable."
msgstr "パスワードèªè¨¼ã¯ã”利用ã§ãã¾ã›ã‚“。"
@@ -22305,6 +23320,9 @@ msgstr ""
msgid "Pause replication"
msgstr "レプリケーションã®ä¸€æ™‚åœæ­¢"
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22314,6 +23332,9 @@ msgstr "ä¿ç•™ä¸­"
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr "権é™ã®ãªã„ユーザーã¯ä¸€åˆ‡é€šçŸ¥ã‚’å—ã‘ã‚‹ã“ã¨ãŒãªãã€ã¾ãŸã‚³ãƒ¡ãƒ³ãƒˆã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã›ã‚“。"
@@ -22329,15 +23350,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr "パスã®å¤‰æ›´ã€è»¢é€ã€ã‚¨ã‚¯ã‚¹ãƒãƒ¼ãƒˆã€ã‚°ãƒ«ãƒ¼ãƒ—ã®å‰Šé™¤ãªã©ã®é«˜åº¦ãªã‚ªãƒ—ションを設定ã—ã¾ã™ã€‚"
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr "GitLabプロジェクトã§ä¸€èˆ¬çš„ãªæ“作を実施"
msgid "Performance optimization"
msgstr "パフォーマンスã®æœ€é©åŒ–"
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr "ダウンロード"
@@ -22347,6 +23377,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr "フロントエンドリソース"
@@ -22395,6 +23428,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr "個人的ãªãƒ—ロジェクトã®ä½œæˆã¯è¨±å¯ã•ã‚Œã¦ã„ã¾ã›ã‚“。質å•ãŒã‚ã‚‹å ´åˆã¯ã‚·ã‚¹ãƒ†ãƒ ã®ç®¡ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„"
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr "Phabricator サーãƒãƒ¼ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ"
@@ -22434,6 +23473,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr "パイプラインã®ã‚µãƒ–スクリプション"
@@ -22476,6 +23518,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr "åˆè¨ˆ:"
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22521,9 +23575,6 @@ msgstr "パイプライン"
msgid "Pipelines charts"
msgstr "パイプラインãƒãƒ£ãƒ¼ãƒˆ"
-msgid "Pipelines emails"
-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 "マージリクエストã®ãƒ‘イプラインãŒæ§‹æˆã•ã‚Œã¾ã—ãŸã€‚デタッãƒã•ã‚ŒãŸãƒ‘イプラインã¯ã€ãƒžãƒ¼ã‚¸çµæžœã«å¯¾ã—ã¦ã§ã¯ãªãã€ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã®ã‚³ãƒ³ãƒ†ã‚­ã‚¹ãƒˆã§å®Ÿè¡Œã•ã‚Œã¾ã™ã€‚詳細ã«ã¤ã„ã¦ã¯ã€ãƒžãƒ¼ã‚¸çµæžœã®ãƒ‘イプラインã®æ–‡æ›¸ã‚’ã”覧ãã ã•ã„。"
@@ -22542,18 +23593,24 @@ msgstr "ä¿¡é ¼ã®ã‚るビルド"
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
-msgstr "CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
+msgstr ""
msgid "Pipelines|Child pipeline"
msgstr "å­ãƒ‘イプライン"
-msgid "Pipelines|Clear Runner Caches"
-msgstr "Runner ã®ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚’削除"
+msgid "Pipelines|Clear runner caches"
+msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22566,6 +23623,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22593,6 +23653,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr "パイプラインを読ã¿è¾¼ã¿ä¸­"
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22614,9 +23677,6 @@ msgstr "プロジェクトã®ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚’正常ã«ãƒªã‚»ãƒƒãƒˆã—ã¾ã—ãŸ
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr "パイプライン実行"
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr "Runner キャッシュã®ã‚¯ãƒªãƒ¼ãƒ‹ãƒ³ã‚°ä¸­ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -22662,6 +23722,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22680,6 +23755,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr "親"
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22716,9 +23794,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr "期間"
-msgid "Pipeline|Existing branch name or tag"
-msgstr "既存ã®ãƒ–ランãƒåã¾ãŸã¯tag"
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22761,20 +23836,14 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
-msgstr "ブランãƒã®æ¤œç´¢"
+msgid "Pipeline|Running"
+msgstr ""
msgid "Pipeline|Skipped"
msgstr ""
@@ -22782,9 +23851,6 @@ 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 "ã“ã®å®Ÿè¡Œã§ä½¿ç”¨ã•ã‚Œã‚‹å¤‰æ•°ã®å€¤ã‚’指定ã—ã¾ã™ã€‚ %{settings_link} ã§æŒ‡å®šã•ã‚ŒãŸå€¤ãŒãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã§ä½¿ç”¨ã•ã‚Œã¾ã™ã€‚"
-
msgid "Pipeline|Stages"
msgstr "ステージ"
@@ -22842,15 +23908,15 @@ msgstr "ステージã‚ã‚Š"
msgid "Pipeline|with stages"
msgstr "ステージã‚ã‚Š"
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
+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 "Pivotal Tracker APIトークン。"
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
-msgstr "プロジェクト管ç†ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢(ソースコミットエンドãƒã‚¤ãƒ³ãƒˆ)"
-
msgid "Plain diff"
msgstr "テキスト差分"
@@ -22863,6 +23929,9 @@ msgstr ""
msgid "PlantUML"
msgstr "PlantUML"
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr "実行"
@@ -22950,8 +24019,8 @@ msgstr ""
msgid "Please enter a valid number"
msgstr "有効ãªæ•°å€¤ã‚’入力ã—ã¦ãã ã•ã„"
-msgid "Please enter or upload a license."
-msgstr "ライセンスを入力ã—ã¦ãã ã•ã„ã€ã¾ãŸã¯ã‚¢ãƒƒãƒ—ロードã—ã¦ãã ã•ã„。"
+msgid "Please enter or upload a valid license."
+msgstr ""
msgid "Please fill in a descriptive name for your group."
msgstr "ã‚ãªãŸã®ã‚°ãƒ«ãƒ¼ãƒ—ã®ã‚ã‹ã‚Šã‚„ã™ã„åå‰ã‚’記入ã—ã¦ãã ã•ã„。"
@@ -22989,6 +24058,9 @@ msgstr "有効ãªãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’入力ã—ã¦ãã ã•ã„"
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23079,6 +24151,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23211,6 +24286,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr "環境ãŒè‡ªå‹•åœæ­¢ã—ãªã„よã†ã«ã™ã‚‹"
@@ -23262,6 +24340,9 @@ msgstr ""
msgid "Primary"
msgstr "プライマリ"
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23370,6 +24451,12 @@ msgstr "プロフィール"
msgid "Profile Settings"
msgstr "プロファイルã®è¨­å®š"
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr "オン"
@@ -23484,6 +24571,12 @@ msgstr "プロフィールを編集"
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr "ä»–ã®äººãŒã‚ãªãŸã ã¨ã‚ã‹ã‚‹åå‰ã‚’入力ã—ã¦ãã ã•ã„。"
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23499,7 +24592,7 @@ msgstr "フルãƒãƒ¼ãƒ "
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23514,6 +24607,9 @@ msgstr "å—信用ã®ãƒ¡ãƒ¼ãƒ«ãƒˆãƒ¼ã‚¯ãƒ³ã‚’正常ã«ãƒªã‚»ãƒƒãƒˆã§ãã¾ã—ãŸ
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr "2è¦ç´ èªè¨¼ã‚’有効ã«ã™ã‚‹ã“ã¨ã§ã€ã‚ãªãŸã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®ã‚»ã‚­ãƒ¥ãƒªãƒ†ã‚£ãŒå‘上ã—ã¾ã™ã€‚"
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr "パスワードãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
@@ -23523,6 +24619,15 @@ msgstr "ユーザーåãŒæ­£ã—ãã‚ã‚Šã¾ã›ã‚“"
msgid "Profiles|Key"
msgstr "キー"
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23568,6 +24673,9 @@ msgstr "公開アãƒã‚¿ãƒ¼"
msgid "Profiles|Public email"
msgstr "公開メール"
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr "ã‚¢ãƒã‚¿ãƒ¼ã‚’削除"
@@ -23592,9 +24700,6 @@ msgstr "ã‚ãªãŸã®åå‰ã‚’æ›´æ–°ã™ã‚‹æ©Ÿèƒ½ã¯ã€ç®¡ç†è€…ã«ã‚ˆã£ã¦ç„¡åŠ¹
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "許å¯ã•ã‚Œã‚‹æœ€å¤§ãƒ•ã‚¡ã‚¤ãƒ«ã‚µã‚¤ã‚ºã¯200KBã§ã™ã€‚"
-msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr "ã“ã®ãƒ¡ãƒ¼ãƒ«ã‚’ã‚ãªãŸã®å…¬é–‹ãƒ—ロフィールã«è¡¨ç¤ºã—ã¾ã™"
@@ -23682,9 +24787,6 @@ msgstr "ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã¯ç¾åœ¨ã“れらã®ã‚°ãƒ«ãƒ¼ãƒ—ã®ã‚ªãƒ¼ãƒŠãƒ¼ã§
msgid "Profiles|Your email address was automatically set based on your %{provider_label} account"
msgstr "ã‚ãªãŸã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯ã‚ãªãŸã® %{provider_label} アカウントã«åŸºã¥ã„ã¦è‡ªå‹•çš„ã«è¨­å®šã•ã‚Œã¾ã—ãŸ"
-msgid "Profiles|Your key has expired"
-msgstr ""
-
msgid "Profiles|Your location was automatically set based on your %{provider_label} account"
msgstr "ã‚ãªãŸã®å ´æ‰€ã¯ã‚ãªãŸã® %{provider_label} アカウントã«åŸºã¥ã„ã¦è‡ªå‹•çš„ã«è¨­å®šã•ã‚Œã¾ã—ãŸ"
@@ -23775,6 +24877,9 @@ msgstr "プロジェクト㮠URL"
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr "プロジェクトã¯æ—¢ã«å‰Šé™¤ã•ã‚Œã¦ã„ã¾ã™"
@@ -23940,13 +25045,7 @@ msgstr "ã¾ãŸã¯ã‚°ãƒ«ãƒ¼ãƒ—"
msgid "ProjectSelect|Search for project"
msgstr "プロジェクトã®æ¤œç´¢"
-msgid "ProjectService|%{service_title}: status off"
-msgstr "%{service_title}: オフ"
-
-msgid "ProjectService|%{service_title}: status on"
-msgstr "%{service_title}: オン"
-
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Drone server URL"
msgstr ""
msgid "ProjectService|Enter new API key"
@@ -23955,67 +25054,88 @@ msgstr ""
msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgstr "GitLabプロジェクト㮠%{project_name} ã§ä¸€èˆ¬çš„ãªæ“作を実行"
+
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
-msgstr "GitLabプロジェクト㮠%{project_name} ã§ä¸€èˆ¬çš„ãªæ“作を実行"
+msgid "ProjectService|Trigger event for pushes to the repository."
+msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24264,12 +25384,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr "ã“ã®è¨­å®šã¯ã‚µãƒ¼ãƒãƒ¼ãƒ¬ãƒ™ãƒ«ã§é©ç”¨ã•ã‚Œã¦ãŠã‚Šã€ç®¡ç†è€…ãŒä¸Šæ›¸ãã§ãã¾ã™ã€‚"
@@ -24285,6 +25414,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24417,6 +25549,9 @@ msgstr "正常ã«å–å¾—ã—ãŸãƒ—ロジェクト"
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr "プロジェクトã¯ã€å­˜åœ¨ã™ã‚‹æœ€ã‚‚é‡è¦åº¦ã®é«˜ã„脆弱性ã«åŸºã¥ã„ã¦è©•ä¾¡ã•ã‚Œã¾ã™"
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "%{group_name} グループã§å…±æœ‰ã•ã‚ŒãŸãƒ—ロジェクト"
@@ -24495,6 +25630,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr "テンプレートã‹ã‚‰ä½œæˆ"
@@ -24513,6 +25651,9 @@ msgstr "インãƒãƒ¼ãƒˆ"
msgid "ProjectsNew|Import project"
msgstr "プロジェクトã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ"
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr "リãƒã‚¸ãƒˆãƒªã‚’åˆæœŸåŒ–ã—READMEファイルを生æˆã™ã‚‹"
@@ -24774,8 +25915,8 @@ msgstr "詳ã—ã見る"
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
-msgstr "%{subscription_link_start}ブロンズプラン%{subscription_link_end}ã®ä»–ã®æ©Ÿèƒ½ã‚’ã”覧ãã ã•ã„"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
+msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
msgstr ""
@@ -24960,9 +26101,15 @@ msgstr ""
msgid "Protocol"
msgstr "プロトコル"
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr "プロãƒã‚¤ãƒ€ãƒ¼"
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25017,6 +26164,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr "プッシュ"
@@ -25110,6 +26260,9 @@ msgstr "%{user_name} ãŒãƒ–ランム\"%{ref}\"ã«ãƒ—ッシュã—ã¾ã™ã€‚"
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr "%{user_name} ãŒæ–°ã—ã„ブランム\"%{ref}\"をプッシュã—ã¾ã—ãŸã€‚"
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr "優先度高"
@@ -25125,9 +26278,6 @@ 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 "Pushover ã«ã‚ˆã£ã¦ã€ç°¡å˜ã«ã€ã‚ãªãŸã® Android デãƒã‚¤ã‚¹ã€iPhoneã€iPadã€ãã‚Œã«ãƒ‡ã‚¹ã‚¯ãƒˆãƒƒãƒ—ã«ãƒªã‚¢ãƒ«ã‚¿ã‚¤ãƒ é€šçŸ¥ã‚’é€ä¿¡ã§ãã¾ã™ã€‚"
-
msgid "PushoverService|See project %{project_full_name}"
msgstr "%{project_full_name} プロジェクトをå‚ç…§"
@@ -25158,6 +26308,9 @@ msgstr "キュー済"
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "クイックアクションã¯ã‚¤ã‚·ãƒ¥ãƒ¼ã®èª¬æ˜Žã¨ã‚³ãƒ¡ãƒ³ãƒˆæ¬„ã§ä½¿ç”¨ã§ãã¾ã™ã€‚"
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr "クイックレンジ"
@@ -25191,15 +26344,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr "続ãを読む"
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr "関連ã™ã‚‹ã‚¤ã‚·ãƒ¥ãƒ¼ã«ã¤ã„ã¦ã‚‚ã£ã¨èª­ã‚€"
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr "リアルタイム機能"
@@ -25218,6 +26383,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr "手動ã§è¨­å®šã—ãŸPrometheusサーãƒãƒ¼ã‹ã‚‰ã‚¢ãƒ©ãƒ¼ãƒˆã‚’å—ã‘å–る。"
@@ -25230,8 +26398,8 @@ msgstr ""
msgid "Recent"
msgstr "最近"
-msgid "Recent Activity"
-msgstr "最新アクティビティー"
+msgid "Recent Deliveries"
+msgstr ""
msgid "Recent Project Activity"
msgstr "最近ã®ãƒ—ロジェクトアクティビティ"
@@ -25245,6 +26413,9 @@ msgstr ""
msgid "Recent searches"
msgstr "最近ã®æ¤œç´¢"
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25439,18 +26610,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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 "Release|Something went wrong while saving the release details."
+msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr "後ã§é€šçŸ¥"
@@ -25502,12 +26676,18 @@ msgstr "カードã®å‰Šé™¤"
msgid "Remove child epic from an epic"
msgstr "エピックã‹ã‚‰å­ã‚¨ãƒ”ックを削除"
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr "説明履歴を削除"
msgid "Remove due date"
msgstr "期日を削除"
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25523,6 +26703,9 @@ msgstr "エピックã‹ã‚‰å‰Šé™¤"
msgid "Remove group"
msgstr "グループを削除"
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr "イテレーションを削除"
@@ -25535,6 +26718,12 @@ msgstr "制é™ã®è§£é™¤"
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25562,6 +26751,9 @@ msgstr "レビューアを削除"
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr "セカンダリノードã®å‰Šé™¤"
@@ -25583,6 +26775,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr "除去ã—ã¾ã—ãŸ"
@@ -26019,6 +27214,9 @@ msgstr "é¸æŠž"
msgid "Request Access"
msgstr "アクセス権é™ã‚’リクエストã™ã‚‹"
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26031,6 +27229,9 @@ msgstr "必須パラメーター %{param} ãŒã‚ã‚Šã¾ã›ã‚“。"
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr "SAMLアカウントをリンクã™ã‚‹ãƒªã‚¯ã‚¨ã‚¹ãƒˆã¯æ‰¿èªã•ã‚Œã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™"
@@ -26061,7 +27262,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26070,6 +27271,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "GitLab ã«ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹éš›ã«ã€ã™ã¹ã¦ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ãŒåˆ©ç”¨è¦ç´„ã«åŒæ„ã™ã‚‹ã“ã¨ã‚’è¦æ±‚ã—ã¾ã™ã€‚"
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26120,6 +27324,9 @@ msgstr[0] "もㆠ%d 件ã®æ‰¿èªãŒå¿…è¦ã§ã™ã€‚"
msgid "Requires values to meet regular expression requirements."
msgstr "æ­£è¦è¡¨ç¾ã®æ¡ä»¶ã‚’満ãŸã™å€¤ãŒå¿…è¦ã§ã™ã€‚"
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26132,6 +27339,9 @@ msgstr "招待をå†é€ä¿¡"
msgid "Resend it"
msgstr "å†é€ã™ã‚‹"
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26150,6 +27360,12 @@ msgstr "正常性ãƒã‚§ãƒƒã‚¯ã‚¢ã‚¯ã‚»ã‚¹ãƒˆãƒ¼ã‚¯ãƒ³ã‚’リセット"
msgid "Reset key"
msgstr "éµã‚’リセット"
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26252,9 +27468,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 "å†é–‹"
@@ -26404,6 +27617,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr "外部リãƒã‚¸ãƒˆãƒªç”¨ CI/CD パイプラインを実行"
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr "ãƒã‚¦ã‚¹ã‚­ãƒ¼ãƒ”ングを実行"
@@ -26419,12 +27638,6 @@ msgstr "ã‚¿ã‚°ã®ãªã„ジョブã®å®Ÿè¡Œ"
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr "Runner トークン"
-
msgid "Runner tokens"
msgstr ""
@@ -26464,25 +27677,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Command to register runner"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
msgid "Runners|Description"
msgstr "説明"
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Download and Install Binary"
-msgstr ""
-
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26497,6 +27710,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26506,33 +27722,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26542,9 +27776,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr "Runners |共有ランナーパイプラインã®%{quotaLimit} ã®ã†ã¡%{quotaUsed} を使用ã—ã¾ã—ãŸã€‚"
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr "稼åƒä¸­"
@@ -26602,6 +27848,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr "SSH éµã‚’使用ã™ã‚‹ã¨ã€ã‚³ãƒ³ãƒ”ュータã¨GitLabã®é–“を安全ã«æŽ¥ç¶šã§ãã¾ã™ã€‚"
@@ -26614,6 +27863,9 @@ msgstr "SSL ã®æ¤œè¨¼:"
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26671,6 +27923,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr "æ–°ã—ã„パイプラインã®ã‚¹ã‚±ã‚¸ãƒ¥ãƒ¼ãƒ«ã‚’作æˆ"
@@ -26958,6 +28216,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27027,6 +28288,9 @@ msgstr "設定"
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr "設定データをå–å¾—ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚ページを更新ã™ã‚‹ã‹ã€ã—ã°ã‚‰ãã—ã¦ã‹ã‚‰ã‚‚ã†ä¸€åº¦ãŠè©¦ã—ãã ã•ã„。"
@@ -27084,7 +28348,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27111,6 +28375,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27270,6 +28537,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27315,6 +28585,9 @@ msgstr "UIã®è„†å¼±æ€§ç®¡ç†æ©Ÿèƒ½ã‚’使用ã—ãŸã‚¤ãƒ³ã‚¿ãƒ©ã‚¯ãƒˆã€ãƒˆãƒ©ãƒƒã
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr "脆弱性レãƒãƒ¼ãƒˆ"
@@ -27330,12 +28603,15 @@ msgstr "ã“ã®ãƒ¬ãƒãƒ¼ãƒˆã«ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹æ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“"
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr "ã“ã®ãƒ¬ãƒãƒ¼ãƒˆã‚’表示ã™ã‚‹ã«ã¯ã€æ‰¿èªã•ã‚ŒãŸãƒ¦ãƒ¼ã‚¶ãƒ¼ã¨ã—ã¦ã‚µã‚¤ãƒ³ã‚¤ãƒ³ã—ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。"
-msgid "See GitLab's %{password_policy_guidelines}"
-msgstr "GitLabã®%{password_policy_guidelines} ã‚’å‚ç…§"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
+msgstr ""
msgid "See metrics"
msgstr "メトリクスをå‚ç…§"
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr "GitLab管ç†ç”»é¢ã§å½±éŸ¿ã‚’å—ã‘るプロジェクトをå‚ç…§"
@@ -27582,6 +28858,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr "レãƒãƒ¼ãƒˆã‚’é€ä¿¡"
@@ -27753,12 +29038,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -27960,6 +29239,9 @@ msgstr "見ç©ã‚‚り時間を %{time_estimate} ã«è¨­å®šã€‚"
msgid "Sets weight to %{weight}."
msgstr "ウェイトを %{weight} ã«è¨­å®š"
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28071,6 +29353,9 @@ msgstr "コミットã®èª¬æ˜Žã‚’表示"
msgid "Show complete raw log"
msgstr "完全ãªç”Ÿãƒ­ã‚°ã‚’表示ã™ã‚‹"
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28196,6 +29481,9 @@ msgstr "サインイン"
msgid "Sign in / Register"
msgstr "サインイン / 登録"
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr "\"%{group_name}\" ã«ã‚µã‚¤ãƒ³ã‚¤ãƒ³ã—ã¾ã™"
@@ -28208,12 +29496,18 @@ msgstr "スマートカードを使ã£ã¦ã‚µã‚¤ãƒ³ã‚¤ãƒ³"
msgid "Sign in via 2FA code"
msgstr "2FAコードã§ã‚µã‚¤ãƒ³ã‚¤ãƒ³"
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr "シングルサインオンã§ã‚µã‚¤ãƒ³ã‚¤ãƒ³ã™ã‚‹"
msgid "Sign in with smart card"
msgstr "スマートカードã§ã‚µã‚¤ãƒ³ã‚¤ãƒ³"
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr "サインアウト"
@@ -28226,6 +29520,12 @@ msgstr "サインアップ"
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr "登録ã¯æˆåŠŸã—ã¾ã—ãŸï¼ メールアドレスを確èªã—ã¦ã‚µã‚¤ãƒ³ã‚¤ãƒ³ã—ã¦ãã ã•ã„。"
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr "サインインã®åˆ¶é™"
@@ -28274,6 +29574,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr "å˜ä¸€ã¾ãŸã¯è¤‡åˆã®ã‚¯ã‚¨ãƒªãƒ¼"
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr "サイズ"
@@ -28295,28 +29601,16 @@ msgstr "スキップã—ã¾ã—ãŸ"
msgid "Skipped deployment to"
msgstr ""
+msgid "Skype:"
+msgstr ""
+
msgid "Slack application"
msgstr "Slack アプリケーション"
-msgid "Slack channels (e.g. general, development)"
-msgstr "Slackãƒãƒ£ãƒãƒ« (例: general, development)"
-
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr "Slackçµ±åˆã§ã¯ã€Slackã®ãƒãƒ£ãƒƒãƒˆã‚¦ã‚£ãƒ³ãƒ‰ã‚¦ã‹ã‚‰ slash コマンドを介ã—㦠GitLab ã¨ã‚„ã‚Šã¨ã‚Šã§ãã¾ã™ã€‚"
-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 "Slackãƒãƒ¼ãƒ ã« %{webhooks_link_start}incoming webhookを追加 %{webhooks_link_end} ã—ã¾ã™ã€‚デフォルトã®ãƒãƒ£ãƒãƒ«ã¯ã€ãã‚Œãžã‚Œã®ã‚¤ãƒ™ãƒ³ãƒˆã§ã‚ªãƒ¼ãƒãƒ¼ãƒ©ã‚¤ãƒ‰ã§ãã¾ã™ã€‚"
-
-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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28415,12 +29709,18 @@ msgstr "ã‚ãªãŸã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã®ç·¨é›†ã¨åŒæ™‚ã«èª°ã‹ãŒç·¨é›†
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr "å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸ"
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr "å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -28493,6 +29793,9 @@ msgstr "コメントã®å–得中ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ãŠ
msgid "Something went wrong while fetching description changes. Please try again."
msgstr "説明変更ã®å–得中ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ãŠè©¦ã—ãã ã•ã„。"
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr "グループメンãƒãƒ¼ã®è²¢çŒ®åº¦ã‚’å–得中ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸ"
@@ -28556,6 +29859,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr "ã“ã®æ¤œè¨Žã‚’解決ã—ã¦ã„ã‚‹ã¨ãã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28781,6 +30087,9 @@ msgstr "ソース (ブランãƒã‹ã‚¿ã‚°)"
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -28838,6 +30147,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr "スパム ログ"
@@ -28997,6 +30309,9 @@ msgstr ""
msgid "Starting..."
msgstr "開始中..."
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr "%{startsIn} を開始ã—ã¾ã™"
@@ -29093,6 +30408,24 @@ msgstr "ステータス:"
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29219,6 +30552,9 @@ msgstr "é€ä¿¡"
msgid "Submit a review"
msgstr "レビューをé€ä¿¡"
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr "スパムã¨ã—ã¦å ±å‘Š"
@@ -29243,6 +30579,9 @@ msgstr "ç¾åœ¨ã®ãƒ¬ãƒ“ューをé€ä¿¡"
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr "ç¾åœ¨ã®ãƒ¬ãƒ“ューをé€ä¿¡ã—ã¾ã—ãŸ"
@@ -29273,6 +30612,9 @@ msgstr "ã“ã® %{quick_action_target} を購読ã—ã¾ã™ã€‚"
msgid "Subscription"
msgstr "サブスクリプション"
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr "サブスクリプションã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸã€‚"
@@ -29417,6 +30759,9 @@ msgstr "正常ã«ãƒ–ロックãŒè§£é™¤ã•ã‚Œã¾ã—ãŸ"
msgid "Successfully unlocked"
msgstr "正常ã«ãƒ­ãƒƒã‚¯ãŒè§£é™¤ã•ã‚Œã¾ã—ãŸ"
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29519,6 +30864,69 @@ msgstr "概è¦"
msgid "Sunday"
msgstr "日曜日"
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr "サãƒãƒ¼ãƒˆ"
@@ -29609,6 +31017,9 @@ msgstr ""
msgid "Table of Contents"
msgstr "目次"
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr "ã‚¿ã‚°"
@@ -29702,9 +31113,6 @@ msgstr "リリースノート"
msgid "TagsPage|Repository has no tags yet."
msgstr "リãƒã‚¸ãƒˆãƒªã«ã¯ã¾ã ã‚¿ã‚°ãŒã‚ã‚Šã¾ã›ã‚“。"
-msgid "TagsPage|Sort by"
-msgstr "並ã¹æ›¿ãˆ"
-
msgid "TagsPage|Tags"
msgstr "タグ一覧"
@@ -30003,20 +31411,35 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr "%{rate}%{sign} æˆåŠŸçŽ‡"
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr "テスト"
msgid "TestReports|There are no test cases to display."
msgstr "表示ã™ã‚‹ãƒ†ã‚¹ãƒˆã‚±ãƒ¼ã‚¹ã¯ã‚ã‚Šã¾ã›ã‚“。"
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr "表示ã™ã‚‹ãƒ†ã‚¹ãƒˆã‚¹ã‚¤ãƒ¼ãƒˆã¯ã‚ã‚Šã¾ã›ã‚“。"
-msgid "TestReports|There are no tests to show."
-msgstr "表示ã™ã‚‹ãƒ†ã‚¹ãƒˆã¯ã‚ã‚Šã¾ã›ã‚“。"
+msgid "TestReports|There are no tests to display"
+msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
@@ -30024,6 +31447,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr "テスト"
@@ -30042,6 +31468,9 @@ 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 ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30067,6 +31496,9 @@ msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] "%{type} ã«æ¬¡ã®ã‚¨ãƒ©ãƒ¼ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚"
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30091,6 +31523,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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)。"
@@ -30121,6 +31556,9 @@ msgstr "コーディングステージã§ã¯ã€æœ€åˆã®ã‚³ãƒŸãƒƒãƒˆã‹ã‚‰ãƒžãƒ¼
msgid "The collection of events added to the data gathered for that stage."
msgstr "ã“ã®ã‚¹ãƒ†ãƒ¼ã‚¸ã§è¨ˆæ¸¬ãƒ‡ãƒ¼ã‚¿ã«è¿½åŠ ã•ã‚ŒãŸã‚¤ãƒ™ãƒ³ãƒˆãƒªã‚¹ãƒˆ"
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr "コミットãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。"
@@ -30248,6 +31686,9 @@ msgstr "%{group_links} ã®ã‚°ãƒ«ãƒ¼ãƒ—設定ã§ã¯ã€ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã«å¯¾ã—ã¦
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "インãƒãƒ¼ãƒˆã¯ %{timeout} ã§ã‚¿ã‚¤ãƒ ã‚¢ã‚¦ãƒˆã—ã¾ã™ã€‚タイムアウトã™ã‚‹ãƒªãƒã‚¸ãƒˆãƒªã§ã¯ã€clone/push を組ã¿åˆã‚ã›ã¦ä½¿ç”¨ã—ã¦ãã ã•ã„。"
@@ -30302,6 +31743,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr "ã“ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã«å¯¾ã™ã‚‹ãƒžãƒ¼ã‚¸ã®ç«¶åˆã¯ GitLab ã§ã¯è§£æ±ºã§ãã¾ã›ã‚“。ローカルã§è§£æ±ºã—ã¦ãã ã•ã„。"
@@ -30314,6 +31758,9 @@ msgstr "ã“ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã«å¯¾ã™ã‚‹ãƒžãƒ¼ã‚¸ã®ç«¶åˆã¯ã™ã§ã«
msgid "The merge request can now be merged."
msgstr "ã“ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã¯ä»Šã€ãƒžãƒ¼ã‚¸ã§ãã¾ã™ã€‚"
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30323,6 +31770,9 @@ msgstr "ã“ã®ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã«ã¯ã€ \"%{name}\" ã¨ã„ã†åå‰ãŒã™ã§ã
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30341,6 +31791,15 @@ msgstr "親エピックã¯éžå…¬é–‹ã§ã€éžå…¬é–‹ã®ã‚¨ãƒ”ックã¨ã‚¤ã‚·ãƒ¥ãƒ¼
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr "秘密éµã®å¾©å·ã«å¿…è¦ã¨ãªã‚‹ãƒ‘スフレーズ。ã“ã‚Œã¯ã‚ªãƒ—ションã§ã€å€¤ã¯æš—å·åŒ–ã—ã¦ä¿å­˜ã•ã‚Œã¾ã™ã€‚"
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr "開発ライフサイクルã®æ®µéšŽ"
@@ -30485,15 +31944,15 @@ msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
msgstr "éžæœ‰åŠ¹åŒ–ã—よã†ã¨ã—ã¦ã„るユーザーã¯éŽåŽ» %{minimum_inactive_days} 日間ã«æ´»å‹•ãŒã‚ã‚Šã€éžæœ‰åŠ¹åŒ–ã§ãã¾ã›ã‚“"
+msgid "The username for the Jenkins server."
+msgstr ""
+
msgid "The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6."
msgstr "得られãŸä¸€é€£ã®ãƒ‡ãƒ¼ã‚¿ã‚’å°ã•ã„é †ã«ä¸¦ã¹ãŸã¨ãã«ä¸­å¤®ã«ä½ç½®ã™ã‚‹å€¤ã€‚例ãˆã°ã€3, 5, 9 ã®ä¸­å¤®å€¤ã¯ 5。3, 5, 7, 8 ã®ä¸­å¤®å€¤ã¯ (5+7)/2 = 6。"
msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
-msgid "The visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
-msgstr ""
-
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
msgstr ""
@@ -30527,6 +31986,9 @@ msgstr "ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã«ç´ä»˜ã„ã¦ã„ã‚‹SSH éµã¯ã‚ã‚Šã¾ã›ã‚“"
msgid "There are no SSH keys with access to your account."
msgstr "ã‚ãªãŸã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã«ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹ãŸã‚ã®SSH éµãŒã‚ã‚Šã¾ã›ã‚“"
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30602,6 +32064,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30629,12 +32094,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr "ã‚ãªãŸã®ãƒ‡ãƒã‚¤ã‚¹ã¨ã®é–“ã«é€šä¿¡éšœå®³ãŒç™ºç”Ÿã—ã¦ã„ã¾ã™ã€‚"
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30707,9 +32184,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30722,6 +32196,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30806,9 +32283,6 @@ msgstr "メールトークンã®ãƒªã‚»ãƒƒãƒˆä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ
msgid "There was an error when subscribing to this label."
msgstr "ラベルã®è³¼èª­ã™ã‚‹ã¨ãã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr "ラベルã®è³¼èª­è§£é™¤ã™ã‚‹ã¨ãã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -30830,6 +32304,9 @@ msgstr "ãƒãƒªãƒ¥ãƒ¼ã‚¹ãƒˆãƒªãƒ¼ãƒ åˆ†æžã®æœŸé–“データをå–得中ã«ã‚¨ãƒ©
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr "reCAPTCHA ã«ã‚¨ãƒ©ãƒ¼ãŒã‚ã‚Šã¾ã—ãŸã€‚ reCAPTCHA ã‚’ã‚‚ã†ä¸€åº¦å®Ÿæ–½ã—ã¦ãã ã•ã„。"
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -30896,6 +32373,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr "ã“ã® URL ã¯åˆ¥ã®ãƒªãƒ³ã‚¯ã§æ—¢ã«ä½¿ç”¨ã—ã¦ã„ã¾ã™ã€‚é‡è¤‡ã—㟠URL ã¯è¨±å¯ã•ã‚Œã¦ã„ã¾ã›ã‚“"
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr "ã“ã®å‹•ä½œã«ã‚ˆã£ã¦ãƒ‡ãƒ¼ã‚¿ãŒå¤±ã‚れるå¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚çªç™ºçš„ãªäº‹æ…‹ã‚’防ããŸã‚ã«ã€ä¸€åº¦æ“作ã®æ„図を確èªã—ã¦ãã ã•ã„。ãŠé¡˜ã„ã—ã¾ã™ã€‚"
@@ -31016,6 +32496,9 @@ msgstr "ã“ã®ã‚¨ãƒ”ックã«ã¯ã€æ—¢ã«æœ€å¤§æ•°ã®å­ã‚¨ãƒ”ックãŒã‚ã‚Šã¾
msgid "This epic does not exist or you don't have sufficient permission."
msgstr "ã“ã®ã‚¨ãƒ”ックã¯å­˜åœ¨ã—ãªã„ã‹ã€ã‚ãªãŸã«å分ãªæ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“。"
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31061,9 +32544,6 @@ msgstr "ã“ã‚Œã¯ã€ä»¥å‰ã«å‰Šé™¤ã•ã‚ŒãŸãƒ¦ãƒ¼ã‚¶ãƒ¼ã«ã‚ˆã£ã¦ä½œæˆã•ã‚Œ
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr "ã“れ㯠%{noteableTypeText} ã®éžå…¬é–‹æƒ…å ±ã§ã™ã€‚"
@@ -31238,6 +32718,9 @@ msgstr "ã“ã®åå‰ç©ºé–“ã¯æ—¢ã«ä½¿ç”¨ã•ã‚Œã¦ã„ã¾ã™ã€‚別ã®åå‰ã«ã—
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr "ã“ã®ã‚ªãƒ—ション㯠GitLab.com ã§ã®ã¿åˆ©ç”¨å¯èƒ½ã§ã™"
@@ -31274,6 +32757,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr "ã“ã®ãƒ—ロジェクトã¯ã‚¢ãƒ¼ã‚«ã‚¤ãƒ–ã•ã‚Œã¦ãŠã‚Šã€ã‚³ãƒ¡ãƒ³ãƒˆã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。"
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31304,15 +32790,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr "ã“ã® Runner ã¯ä¿è­·ãƒ–ランãƒä¸Šã§èµ·å‹•ã•ã‚ŒãŸãƒ‘イプラインã§ã®ã¿å®Ÿè¡Œã§ãã¾ã™ã€‚"
@@ -31322,6 +32799,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr "ã“ã®è¨­å®šã¯ã€å„プロジェクトã§ä¸Šæ›¸ãã§ãã¾ã™ã€‚"
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr "ã“ã®è¨­å®šã¯ãƒ—ライベートã®ã‚³ãƒŸãƒƒãƒˆãƒ¡ãƒ¼ãƒ«ã‚’生æˆã™ã‚‹éš›ã«ä½¿ç”¨ã™ã‚‹ãƒ›ã‚¹ãƒˆåã‚’æ›´æ–°ã—ã¾ã™ã€‚ %{learn_more}"
@@ -31337,18 +32817,33 @@ msgstr "ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯ GitLab ã‹ã‚‰ãƒžãƒ‹ãƒ¥ã‚¢ãƒ«æ“作ã§ãƒ­ãƒƒã‚¯ã‚’è
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr "ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã«ã¯ ID ãŒã‚ã‚Šã¾ã›ã‚“"
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31418,6 +32913,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31562,6 +33060,9 @@ msgstr "タイムトラッキング"
msgid "Time until first merge request"
msgstr "最åˆã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã¾ã§ã®æ™‚é–“"
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr "見ç©ã‚‚り時間"
@@ -31732,6 +33233,9 @@ msgstr "秒"
msgid "Tip:"
msgstr "ヒント:"
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31798,6 +33302,9 @@ msgstr "内部ユーザーを定義ã™ã‚‹ãŸã‚ã«ã¯ã€å…ˆã«æ–°è¦ãƒ¦ãƒ¼ã‚¶ãƒ¼
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr "アカウントをã•ã‚‰ã«ä¿è­·ã™ã‚‹ãŸã‚ã«ã€%{mfa_link_start}2è¦ç´ èªè¨¼%{mfa_link_end}を設定ã™ã‚‹ã“ã¨ã‚’検討ã—ã¦ãã ã•ã„。"
@@ -31813,6 +33320,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr "開始ã™ã‚‹ã«ã¯ã€Gitea Host ã® URL 㨠%{link_to_personal_token} を入力ã—ã¦ãã ã•ã„。"
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr "GitLab ã®æ”¹å–„㨠GitLab ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚¨ã‚¯ã‚¹ãƒšãƒªã‚¨ãƒ³ã‚¹ã‚’å‘上ã•ã›ã‚‹ãŸã‚ã€GitLab ã¯å®šæœŸçš„ã«ä½¿ç”¨çŠ¶æ³æƒ…報をåŽé›†ã—ã¾ã™ã€‚"
@@ -31828,8 +33338,8 @@ 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 "Sentryã‚’GitLabã«ãƒªãƒ³ã‚¯ã™ã‚‹ãŸã‚ã€Sentryã®URLã¨èªè¨¼ãƒˆãƒ¼ã‚¯ãƒ³ã‚’入力ã—ã¾ã™ã€‚"
+msgid "To learn more about this project, read %{link_to_wiki}."
+msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
msgstr "GitLab プロジェクト全体を別㮠GitLab インストールã‹ã‚‰ã“ã®ãƒ—ロジェクトã«ç§»å‹•ã¾ãŸã¯ã‚³ãƒ”ーã™ã‚‹ã«ã¯ã€å…ƒã®ãƒ—ロジェクトã®è¨­å®šãƒšãƒ¼ã‚¸ã«ç§»å‹•ã—ã€ã‚¨ã‚¯ã‚¹ãƒãƒ¼ãƒˆãƒ•ã‚¡ã‚¤ãƒ«ã‚’生æˆã—ã¦ã“ã“ã«ã‚¢ãƒƒãƒ—ロードã—ã¾ã™ã€‚"
@@ -31840,7 +33350,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -31855,6 +33368,9 @@ msgstr "ã“ã®ã‚¤ã‚·ãƒ¥ãƒ¼ã®æ©Ÿå¯†æ€§ã‚’ä¿è­·ã™ã‚‹ãŸã‚ã«ã€ã“ã®ãƒ—ロジ
msgid "To receive alerts from manually configured Prometheus services, add the following URL and Authorization key to your Prometheus webhook config file. Learn more about %{linkStart}configuring Prometheus%{linkEnd} to send alerts to GitLab."
msgstr "手動ã§è¨­å®šã•ã‚ŒãŸPrometheus サービスã‹ã‚‰ã‚¢ãƒ©ãƒ¼ãƒˆã‚’å—ä¿¡ã™ã‚‹ã«ã¯ã€æ¬¡ã®URLã¨èªè¨¼ã‚­ãƒ¼ã‚’ Prometheus webhook ã®è¨­å®šãƒ•ã‚¡ã‚¤ãƒ«ã«è¿½åŠ ã—ã¦ãã ã•ã„。GitLab ã«ã‚¢ãƒ©ãƒ¼ãƒˆã‚’é€ä¿¡ã™ã‚‹ãŸã‚ã® %{linkEnd} Prometheusã®è¨­å®š %{linkStart} ã®è©³ç´°ã‚’ã”覧ãã ã•ã„。"
+msgid "To run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr "ユーザーã®å€‹äººã‚¢ã‚¯ã‚»ã‚¹ãƒˆãƒ¼ã‚¯ãƒ³ã‚’見るã«ã¯ã€å¿…ãšä»£ç”¨æ©Ÿèƒ½ã‚’使ã†å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
@@ -32008,9 +33524,6 @@ msgstr "アーティファクトã®ã‚µã‚¤ã‚º(åˆè¨ˆ): %{total_size}"
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr "全イシュー"
@@ -32222,12 +33735,6 @@ msgstr "トリガーã¯æ­£å¸¸ã«æ›´æ–°ã•ã‚Œã¾ã—ãŸã€‚"
msgid "Triggerer"
msgstr "トリガー"
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr "トレーシングã§ã‚¢ãƒ—リケーションをトラブルシューティングãŠã‚ˆã³ç›£è¦–ã™ã‚‹"
@@ -32276,9 +33783,6 @@ 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 usage ping"
msgstr ""
@@ -32288,6 +33792,9 @@ msgstr "利用状æ³ã®é€ä¿¡ã‚’有効ã«ã—ã¦ã€ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ãƒ¬ãƒ™ãƒ«ã®
msgid "Twitter"
msgstr "Twitter"
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr "2è¦ç´ èªè¨¼"
@@ -32300,6 +33807,9 @@ msgstr "2è¦ç´ èªè¨¼"
msgid "Two-factor Authentication Recovery codes"
msgstr "2è¦ç´ èªè¨¼ã®ãƒªã‚«ãƒãƒªãƒ¼ã‚³ãƒ¼ãƒ‰"
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr "2è¦ç´ èªè¨¼"
@@ -32318,6 +33828,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr "タイプ"
@@ -32369,6 +33882,9 @@ msgstr "(アーカイブãªã©ã®)リãƒã‚¸ãƒˆãƒªã®é™çš„オブジェクトをä
msgid "URL or request ID"
msgstr "URL ã¾ãŸã¯ リクエストID"
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32408,6 +33924,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32435,6 +33954,9 @@ msgstr "差分を読ã¿è¾¼ã‚€ã“ã¨ãŒã§ãã¾ã›ã‚“。%{button_try_again}"
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr "マージリクエストウィジェットをロードã§ãã¾ã›ã‚“。ページをå†èª­ã¿è¾¼ã¿ã—ã¦ãã ã•ã„。"
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr "イテレーションをä¿å­˜ã§ãã¾ã›ã‚“。もã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
@@ -32474,6 +33996,12 @@ msgstr ""
msgid "Unassigned"
msgstr "未割り当ã¦"
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32495,6 +34023,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr "残念ãªãŒã‚‰ã€GitLab ã¸ã®ãƒ¡ãƒ¼ãƒ«å‡¦ç†ã¯ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚"
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr "アンインストール"
@@ -32531,15 +34062,24 @@ msgstr ""
msgid "Unlimited"
msgstr "無制é™"
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr "アンロック"
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr "ディスカッションã®ãƒ­ãƒƒã‚¯ã‚’解除ã™ã‚‹"
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr "未ロック"
@@ -32651,15 +34191,27 @@ msgstr "アップデート"
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr "å…¨ã¦æ›´æ–°"
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr "承èªãƒ«ãƒ¼ãƒ«ã®æ›´æ–°"
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr "更新失敗"
@@ -32669,6 +34221,9 @@ msgstr "æ›´æ–°!"
msgid "Update iteration"
msgstr "イテレーションã®æ›´æ–°"
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr "今ã™ãæ›´æ–°"
@@ -32723,6 +34278,9 @@ msgstr ""
msgid "Updating"
msgstr "更新中"
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32738,9 +34296,6 @@ 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 merge requests."
msgstr ""
@@ -32969,13 +34524,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33068,9 +34623,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr "URI ã”ã¨ã«1行使用"
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr "テンプレートを使用"
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33086,6 +34653,9 @@ msgstr "スマートカードを使ã£ã¦ã€LDAPサーãƒãƒ¼ã«ã‚ˆã‚Šèªè¨¼ã—ã
msgid "Used by members to sign in to your group in GitLab"
msgstr "メンãƒãƒ¼ãŒ GitLab ã®ã‚°ãƒ«ãƒ¼ãƒ—ã«ã‚µã‚¤ãƒ³ã‚¤ãƒ³ã™ã‚‹ãŸã‚ã«ä½¿ç”¨ã•ã‚Œã¾ã™"
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33362,6 +34932,9 @@ msgstr "ãã®ãƒ¦ãƒ¼ã‚¶ãƒ¼åã¯ä½¿ç”¨å¯èƒ½ã§ã™ã€‚"
msgid "Username or email"
msgstr "ユーザーåã¾ãŸã¯ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹"
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33464,12 +35037,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
-msgstr "最åˆã®ã‚³ãƒŸãƒƒãƒˆã‹ã‚‰ã‚¤ã‚·ãƒ¥ãƒ¼ã®ã‚¯ãƒ­ãƒ¼ã‚ºã¾ã§ã®æ™‚é–“ã®ä¸­å¤®å€¤ã€‚"
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
+msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr "イシューã®ä½œæˆã‹ã‚‰ã‚¯ãƒ­ãƒ¼ã‚ºã¾ã§ã®æ™‚é–“ã®ä¸­å¤®å€¤ã€‚"
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33524,6 +35109,9 @@ msgstr "検証済ã¿"
msgid "Verify SAML Configuration"
msgstr "SAML構æˆã®ç¢ºèª"
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr "設定ã®ç¢ºèª"
@@ -33613,6 +35201,9 @@ msgstr "GitLab ã§è¡¨ç¤º"
msgid "View job"
msgstr "ジョブ表示"
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr "ジョブ log ã®è¡¨ç¤º"
@@ -33661,19 +35252,16 @@ msgstr ""
msgid "View the documentation"
msgstr "ドキュメントã®è¡¨ç¤º"
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -33967,6 +35555,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr "ファイルをロードã—ã€ãã®å†…容をコピーã—ã¦ã„ã¾ã™ã€‚ãŠå¾…ã¡ãã ã•ã„。"
@@ -34024,6 +35615,9 @@ msgstr "%{humanized_resource_name} ã«ã‚¹ãƒ‘ムãŒã‚ã‚‹å¯èƒ½æ€§ã‚’検出ã—ã¾
msgid "We don't have enough data to show this stage."
msgstr "データä¸è¶³ã®ãŸã‚ã€ã“ã®ã‚¹ãƒ†ãƒ¼ã‚¸ã®è¡¨ç¤ºã¯ã§ãã¾ã›ã‚“。"
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr "次ã®ã‚¨ãƒ©ãƒ¼ãŒã‚ã‚Šã¾ã—ãŸã€‚:"
@@ -34054,6 +35648,12 @@ msgstr "本人確èªã®ãŸã‚ã€ã‚ãªãŸãŒãƒ­ãƒœãƒƒãƒˆã§ãªã„ã“ã¨ã‚’確èª
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34105,6 +35705,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34189,7 +35798,7 @@ msgstr "URL"
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34216,7 +35825,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34240,6 +35849,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr "水曜日"
@@ -34270,6 +35882,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr "何を探ã—ã¾ã™ã‹?"
@@ -34291,6 +35906,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34303,11 +35927,11 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Runner ãŒãƒ­ãƒƒã‚¯ã•ã‚Œã¦ã„ã‚‹å ´åˆã€ä»–ã®ãƒ—ロジェクトã«å‰²ã‚Šå½“ã¦ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“"
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
-msgstr "有効ã«ã™ã‚‹ã¨ã€ %{host} ã«ã‚¢ã‚¯ã‚»ã‚¹ã§ãã‚‹ã™ã¹ã¦ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ãŒã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’作æˆã§ãるよã†ã«ãªã‚Šã¾ã™ã€‚"
+msgid "When disabled, an external authentication provider must be used."
+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 ""
@@ -34463,6 +36087,9 @@ msgstr "%{pageTitle} ページを削除ã—ã¾ã™ã‹ï¼Ÿ"
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34478,9 +36105,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34496,9 +36135,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr "ã“ã“ã«ãƒ†ã‚­ã‚¹ãƒˆã‚’記入ã™ã‚‹ã‹ã€ãƒ•ã‚¡ã‚¤ãƒ«ã‚’ドラッグã—ã¦ãã ã•ã„。"
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34583,6 +36228,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr "マイルストーンã®èª¬æ˜Žã‚’書ã..."
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr "リリースノートを書ãã‹ã€ã“ã“ã«ãƒ•ã‚¡ã‚¤ãƒ«ã‚’ドラッグ"
@@ -34691,7 +36339,7 @@ msgstr "読ã¿å–り専用 GitLab インスタンスをå‚照中ã§ã™ã€‚"
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr "ã‚ãªãŸã¯ %{url} ã®GitLab管ç†è€…ã§ã‚ã‚‹ãŸã‚ã€ã“ã®ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’å—ã‘å–ã£ã¦ã„ã¾ã™ã€‚"
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34718,6 +36366,9 @@ msgstr "%{lint_link_start}CI Lint%{lint_link_end}㧠%{gitlab_ci_yml} をテスã
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "以下ã®æ‰‹é †ã«ãã£ã¦ã€ã‚ãªãŸã®ã‚³ãƒ³ãƒ”ューター上ã®æ—¢å­˜ã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’アップロードã§ãã¾ã™ã€‚"
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34754,15 +36405,15 @@ msgstr "パーソナルアクセストークンã®è¨­å®š%{pat_link} ã§æ–°ã—ã„
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "ã“れらã®ã‚°ãƒ«ãƒ¼ãƒ—ã¸ã®å‚加をリクエストã™ã‚‹ã“ã¨ã§ã€ç°¡å˜ã«è²¢çŒ®ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
msgstr "グラフã®åˆ—をクリックã—ã¦ã€ãƒžãƒ¼ã‚¸æ—¥ã§ãƒ•ã‚£ãƒ«ã‚¿ãƒªãƒ³ã‚°ã§ãã¾ã™ã€‚"
msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
-msgid "You can 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 ""
@@ -34793,6 +36444,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr "セキュリティダッシュボードをCSVレãƒãƒ¼ãƒˆã«ã‚¨ã‚¯ã‚¹ãƒãƒ¼ãƒˆã§ãã¾ã™ã€‚"
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr "ã“ã®å¤‰æ›´ã‚’å…ƒã®ãƒ–ランãƒã«å映ã•ã›ã‚‹ãŸã‚ã«ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’é€ä¿¡ã§ãるよã†ã«ãªã‚Šã¾ã—ãŸã€‚"
@@ -34853,9 +36507,6 @@ msgstr "ログインã§ããªã„ユーザーを代用ã§ãã¾ã›ã‚“"
msgid "You cannot impersonate an internal user"
msgstr "内部ユーザーを代用ã§ãã¾ã›ã‚“"
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr "ç¾æ™‚点ã§ã¯ã“ã®ã‚¹ã‚±ã‚¸ãƒ¥ãƒ¼ãƒ«ã•ã‚ŒãŸãƒ‘イプラインを実行ã§ãã¾ã›ã‚“。少々ãŠå¾…ã¡ãã ã•ã„。"
@@ -34880,9 +36531,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr "ã‚ãªãŸã«ã¯ã‚µãƒ–スクリプションãŒã‚ã‚Šã¾ã›ã‚“"
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -34898,6 +36546,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr "ã‚ãªãŸã¯ã¾ã 2è¦ç´ èªè¨¼ãƒ‡ãƒã‚¤ã‚¹ã‚’登録ã—ã¦ã„ã¾ã›ã‚“。"
@@ -34925,6 +36576,9 @@ msgstr "利用å¯èƒ½ãªãƒ—ロジェクトã¯ã¾ã ã‚ã‚Šã¾ã›ã‚“"
msgid "You don't have any recent searches"
msgstr "最近ã®æ¤œç´¢ãŒã‚ã‚Šã¾ã›ã‚“。"
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr "ã“ã®ã‚¢ã‚¯ã‚·ãƒ§ãƒ³ã‚’実行ã™ã‚‹ãŸã‚ã®å分ãªæ¨©é™ãŒã‚ã‚Šã¾ã›ã‚“"
@@ -34946,7 +36600,10 @@ msgstr "ã‚ãªãŸã¯ %{source_link} %{source_type} ã¸ã®ã‚¢ã‚¯ã‚»ã‚¹æ¨©é™ %{ac
msgid "You have been granted %{access_level} access to the %{source_name} %{source_type}."
msgstr "ã‚ãªãŸã¯ %{source_name} %{source_type} ã¸ã®ã‚¢ã‚¯ã‚»ã‚¹æ¨©é™ %{access_level} を与ãˆã‚‰ã‚Œã¦ã„ã¾ã™ã€‚"
-msgid "You have been granted %{member_human_access} access to %{title} %{name}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35042,6 +36699,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr "既存ã®ãƒ‡ã‚¶ã‚¤ãƒ³ä¸Šã«ãƒ‰ãƒ­ãƒƒãƒ—ã™ã‚‹å ´åˆã¯ã€åŒã˜ãƒ•ã‚¡ã‚¤ãƒ«åã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’アップロードã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
@@ -35180,7 +36840,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35210,6 +36870,9 @@ msgstr "GPG éµ (%{count})"
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35240,12 +36903,18 @@ msgstr "公開メールをã‚ãªãŸã®å…¬é–‹ãƒ—ロフィールã«è¡¨ç¤ºã—ã¾ã™
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr "SSH éµ (%{count})"
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35258,9 +36927,6 @@ msgstr "ã‚ãªãŸã®U2Fデãƒã‚¤ã‚¹ã¯ã€æœ‰åŠ¹ãªJSON応答をé€ä¿¡ã—ã¾ã›ã‚
msgid "Your U2F device was registered!"
msgstr "ã‚ãªãŸã® U2F デãƒã‚¤ã‚¹ãŒç™»éŒ²ã•ã‚Œã¾ã—ãŸã€‚"
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35279,6 +36945,9 @@ msgstr "ã‚ãªãŸã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆãŒãƒ­ãƒƒã‚¯ã•ã‚Œã¾ã—ãŸã€‚"
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr "ã‚ãªãŸã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã¯ \"%{group_name}\"グループã«å°‚用ã®èªè¨¼æƒ…報を使用ã—ã¦ãŠã‚Šã€SSOを通ã˜ã¦ã®ã¿æ›´æ–°ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr "アプリケーション(%{size})"
@@ -35369,9 +37038,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr "ライセンスã®æœ‰åŠ¹æœŸé™:"
-msgid "Your license was successfully synced."
-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 ""
@@ -35390,6 +37056,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr "æ–°ã—ã„ SCIM トークン"
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr "æ–°ã—ã„パーソナルアクセストークンãŒä½œæˆã•ã‚Œã¾ã—ãŸã€‚"
@@ -35568,6 +37237,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -35869,6 +37541,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr "container_name ã« %{max_length} 以上ã®æ–‡å­—列を付与ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。"
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr "秘密éµã‚’読ã¿å–ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“ã§ã—ãŸã€‚パスフレーズã¯æ­£ã—ã„ã§ã™ã‹ï¼Ÿ"
@@ -35887,6 +37562,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36030,6 +37708,9 @@ msgid "from %d job"
msgid_plural "from %d jobs"
msgstr[0] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr "グループ"
@@ -36060,12 +37741,18 @@ msgstr ""
msgid "help"
msgstr "ヘルプ"
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr "https://your-bitbucket-server"
@@ -36380,19 +38067,16 @@ msgstr "デプロイ統計ã®ãƒ­ãƒ¼ãƒ‰ã«å¤±æ•—ã—ã¾ã—ãŸ"
msgid "mrWidget|Fast-forward merge is not possible. To merge this request, first rebase locally."
msgstr "æ—©é€ã‚Šãƒžãƒ¼ã‚¸ã¯ã§ãã¾ã›ã‚“。ã“ã®è¦æ±‚をマージã™ã‚‹ã«ã¯ã€ã¾ãšãƒ­ãƒ¼ã‚«ãƒ«ã‚’ rebase ã—ã¾ã™ã€‚"
-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 %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "%{missingBranchName} ブランãƒãŒãƒ­ãƒ¼ã‚«ãƒ«ãƒªãƒã‚¸ãƒˆãƒªã«å­˜åœ¨ã™ã‚‹å ´åˆã¯ã€ã‚³ãƒžãƒ³ãƒ‰ãƒ©ã‚¤ãƒ³ã‚’使用ã—ã¦ã“ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’手動ã§ãƒžãƒ¼ã‚¸ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
-msgid "mrWidget|Jump to first unresolved thread"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36419,6 +38103,24 @@ msgstr "マージリクエストãŒæ‰¿èªã•ã‚Œã¾ã—ãŸ."
msgid "mrWidget|Merged by"
msgstr "マージ作業者"
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr "詳ã—ã„情報"
@@ -36509,21 +38211,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36578,6 +38277,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr "利用ä¸å¯"
@@ -36599,9 +38301,6 @@ msgstr "æ–°è¦ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆ"
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr "貢献ãªã—"
-
msgid "no expiration"
msgstr "有効期é™ãªã—"
@@ -36689,6 +38388,9 @@ msgid "point"
msgid_plural "points"
msgstr[0] "ãƒã‚¤ãƒ³ãƒˆ"
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr "プライベート"
@@ -36729,6 +38431,12 @@ msgstr "プロジェクト"
msgid "quick actions"
msgstr "クイックアクション"
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36747,6 +38455,9 @@ msgstr "消去"
msgid "remove due date"
msgstr "期é™ã‚’削除"
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr "ウェイトを削除"
@@ -36763,13 +38474,16 @@ msgstr[0] "返信"
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr "リセットã—ã¾ã™ã€‚"
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -36808,6 +38522,9 @@ msgstr "ãªã—"
msgid "severity|Unknown"
msgstr "ä¸æ˜Ž"
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -36880,6 +38597,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr "ã‚¿ã‚°å"
@@ -36889,6 +38609,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr "次ã®ã‚¤ã‚·ãƒ¥ãƒ¼"
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr "ã“ã®ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆ"
diff --git a/locale/ka_GE/gitlab.po b/locale/ka_GE/gitlab.po
index 2545167ce8d..21efa53daf1 100644
--- a/locale/ka_GE/gitlab.po
+++ b/locale/ka_GE/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: ka\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:14\n"
+"PO-Revision-Date: 2021-05-03 22:18\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/kab/gitlab.po b/locale/kab/gitlab.po
index 829f4d3beb5..36f0b16e920 100644
--- a/locale/kab/gitlab.po
+++ b/locale/kab/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: kab\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:20\n"
+"PO-Revision-Date: 2021-05-03 22:26\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/ko/gitlab.po b/locale/ko/gitlab.po
index b510fd0b614..9ac38d4ed1c 100644
--- a/locale/ko/gitlab.po
+++ b/locale/ko/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: ko\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:17\n"
+"PO-Revision-Date: 2021-05-03 22:22\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr " ë¡œê·¸ì¸ í•´ì£¼ì„¸ìš”."
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " ì´ íŒŒì¼ì— 대해 %{action} ë™ìž‘ì„ ë‹¤ì‹œ ì‹œë„하세요."
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " %{grace_period_deadline} ì´ì „ì— ì´ ìž‘ì—…ì„ ìˆ˜í–‰ 하셔야 합니다."
@@ -82,6 +91,10 @@ msgid "%d Approval"
msgid_plural "%d Approvals"
msgstr[0] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -341,9 +354,6 @@ msgstr "%{authorsName} ì˜ ìŠ¤ë ˆë“œ"
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -468,12 +478,21 @@ msgstr "%{firstLabel} +%{labelCount} ë”보기"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr "%{firstMilestoneName} + %{numberOfOtherMilestones}ê°œ ë” ìžˆìŒ"
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -558,9 +577,6 @@ msgstr ""
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 ""
-
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}는 웹사ì´íŠ¸ì— HTTPS (SSL/TLS) ì—°ê²°ìš© 디지털 ì¸ì¦ì„œë¥¼ 제공하는 무료, ìžë™í™”, 개방형 ì¸ì¦ 기관(CA)입니다."
@@ -609,6 +625,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, ì´ ì´ìŠˆëŠ” ìžë™ìœ¼ë¡œ í´ë¡œì¦ˆ ë©ë‹ˆë‹¤."
@@ -645,6 +664,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] "%{no_of_days}ì¼"
@@ -748,9 +770,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr "%{start}부터 %{end}까지"
@@ -837,9 +856,6 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title} 변경"
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -858,12 +874,12 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "GitLab Inc와 공유ë˜ëŠ” ì •ë³´ì— ëŒ€í•´ %{usage_ping_link_start}ë” ì•Œì•„ë³´ê¸°%{usage_ping_link_end}"
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr "%{userName} (머지할 수 ì—†ìŒ)"
@@ -879,6 +895,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr "%{username}ì˜ ì•„ë°”íƒ€"
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -964,6 +989,9 @@ msgstr "(진행 ìƒí™© 확ì¸)"
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -973,6 +1001,9 @@ msgstr "(ì‚­ì œë¨)"
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1235,6 +1266,9 @@ msgstr "ì´ ê¸°ë³¸ 페ì´ì§€ì™€ 서버리스 ê¸°ëŠ¥ì€ AWS Lambda, AWS API Gatew
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr "완벽한 DevOps 플랫í¼"
@@ -1349,6 +1383,9 @@ msgstr "소스 ë¸Œëžœì¹˜ì— ëŒ€í•œ 쓰기 ê¶Œí•œì´ ìžˆëŠ” 사용ìžê°€ ì´ ì˜µì
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1364,7 +1401,7 @@ msgstr "API 토í°"
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1388,6 +1425,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1451,10 +1491,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1508,6 +1554,12 @@ msgstr "오남용 리í¬íŠ¸"
msgid "Abuse reports"
msgstr "악용 사례 보고서"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr "초대 수ë½"
@@ -1517,6 +1569,9 @@ msgstr "약관ë™ì˜"
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "액세스 토í°"
@@ -1643,6 +1698,9 @@ msgstr "계정 ID"
msgid "Account and limit"
msgstr "계정과 제한"
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr "계정: %{account}"
@@ -1658,9 +1716,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr "서비스 ë°ìŠ¤í¬ 활성화"
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr "활성"
@@ -1673,6 +1728,9 @@ msgstr "í™œì„±í™”ëœ ì„¸ì…˜"
msgid "Activity"
msgstr "활ë™"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr "추가"
@@ -1709,9 +1767,6 @@ msgstr "새 노드 추가"
msgid "Add README"
msgstr "README 추가"
-msgid "Add Variable"
-msgstr "변수 추가"
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1793,6 +1848,9 @@ msgstr ""
msgid "Add bold text"
msgstr "êµµì€ ë¬¸ìžì—´ 추가"
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -1898,6 +1956,9 @@ msgstr "리뷰 추가"
msgid "Add to tree"
msgstr "íŠ¸ë¦¬ì— ì¶”ê°€"
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr "ê·¸ë£¹ì— ì‚¬ìš©ìž ì¶”ê°€:"
@@ -1919,21 +1980,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr "사용ìžë¥¼ 지정하지 않았습니다."
@@ -1973,6 +2028,9 @@ msgstr ""
msgid "Additional minutes"
msgstr "추가 시간(분)"
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "추가 í…스트"
@@ -2093,9 +2151,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2120,9 +2175,6 @@ msgstr "ìž‘ì—… ì¤‘ì§€ì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤."
msgid "AdminArea|Total users"
msgstr "ì´ ì‚¬ìš©ìž"
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2159,9 +2211,6 @@ msgstr "삭제"
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr "%{projectName} 프로ì íŠ¸ë¥¼ 삭제하시겠습니까?"
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr "Auto DevOps ë„ë©”ì¸"
@@ -2180,9 +2229,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2201,16 +2247,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr "템플릿 ì„ íƒ"
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2231,12 +2280,15 @@ 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 "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
+msgstr ""
+
msgid "AdminStatistics|Active Users"
msgstr ""
@@ -2246,7 +2298,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2633,6 +2685,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] "알림"
@@ -2802,10 +2860,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2832,19 +2887,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2865,18 +2926,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -2898,22 +2953,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -2925,6 +2980,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -2943,13 +3001,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -2961,22 +3022,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3114,9 +3172,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr "í—ˆìš©ëœ Geo IP"
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3144,6 +3199,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "\"issuer\" ë˜ëŠ” \"Relying party trust identifier\" ë¼ê³ ë„ 합니다."
@@ -3246,12 +3304,12 @@ msgstr "알림 êµ¬ë… ì—¬ë¶€ 변경 ì¤‘ì— ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
-msgstr ""
-
msgid "An error occurred when updating the issue weight"
msgstr "ì´ìŠˆ ì¤‘ìš”ë„ ì—…ë°ì´íŠ¸ 중 문제가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
+msgid "An error occurred when updating the title"
+msgstr ""
+
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
msgstr ""
@@ -3510,9 +3568,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr "ì•Œë¦¼ì„ êµ¬ë…하는 ì¤‘ì— ì˜¤ë¥˜ê°€ ë°œìƒí–ˆìŠµë‹ˆë‹¤."
@@ -3522,7 +3577,7 @@ msgstr "ìž‘ì—…ì„ íŠ¸ë¦¬ê±°í•˜ëŠ” 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3579,9 +3634,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3621,6 +3673,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3720,6 +3775,96 @@ msgstr "어플리케ì´ì…˜ì´ 성공ì ìœ¼ë¡œ ì—…ë°ì´íŠ¸ë˜ì—ˆìŠµë‹ˆë‹¤."
msgid "Application: %{name}"
msgstr "애플리케ì´ì…˜: %{name}"
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "어플리케ì´ì…˜"
@@ -3787,13 +3932,10 @@ msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
-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] ""
@@ -3811,6 +3953,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3823,9 +3968,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -3986,6 +4137,9 @@ msgstr "공개키를 재ìƒì„±í•˜ì‹œê² ìŠµë‹ˆê¹Œ? 미러ë§ì´ 다시 ë™ìž‘하ê
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr "ì •ë§ë¡œ %{group_name}(ì„)를 ì‚­ì œ 하시겠습니까?"
@@ -3995,6 +4149,9 @@ msgstr "첨부 파ì¼ì´ 지워집니다. ê³„ì† í•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr "ì •ë§ë¡œ 해당 í•­ëª©ì„ ì‚­ì œí•˜ì‹œê² ìŠµë‹ˆê¹Œ?"
@@ -4070,13 +4227,16 @@ msgstr ""
msgid "Artifacts"
msgstr "결과물"
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4088,6 +4248,9 @@ msgstr ""
msgid "Ascending"
msgstr "오름차순"
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4148,8 +4311,8 @@ msgstr ""
msgid "Assigned Issues"
msgstr "í• ë‹¹ëœ ì´ìŠˆ"
-msgid "Assigned Merge Requests"
-msgstr "í• ë‹¹ëœ ë¨¸ì§€ 리퀘스트(MR)"
+msgid "Assigned merge requests"
+msgstr ""
msgid "Assigned projects"
msgstr ""
@@ -4218,6 +4381,9 @@ msgstr "íŒŒì¼ ì²¨ë¶€"
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "드래그 &amp; 드롭 ë˜ëŠ” %{upload_link}"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4288,9 +4454,15 @@ msgstr "ì¸ì¦"
msgid "Authenticate with GitHub"
msgstr "GitHubë¡œ ì¸ì¦"
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4345,6 +4517,9 @@ msgstr "ì¸ì¦ 키"
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr "ì‘ìš© í”„ë¡œê·¸ëž¨ì— ì‚¬ìš©ìž ì´ë¦„ê³¼ 암호를 입력하여 ê¶Œí•œì´ ë¶€ì—¬ë˜ì—ˆìŠµë‹ˆë‹¤."
@@ -4507,9 +4682,18 @@ msgstr "아바타가 ì‚­ì œë©ë‹ˆë‹¤. 확실합니까?"
msgid "Average per day: %{average}"
msgstr "하루 í‰ê· : %{average}"
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4603,25 +4787,25 @@ msgstr "내 배지"
msgid "Balsamiq file could not be loaded."
msgstr "Balsamiq 파ì¼ì„ 로드하지 못했습니다."
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4633,15 +4817,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr "ì„ íƒí•œ 커밋으로 시작"
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "공개 ëœ ëª¨ë“  ê·¸ë£¹ì„ ì•„ëž˜ì—ì„œ ì°¾ì„ ìˆ˜ 있습니다."
@@ -4732,12 +4928,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4753,6 +4955,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5035,9 +5240,6 @@ msgstr "브랜치 개요 보기"
msgid "Branches|Show stale branches"
msgstr "ì•ˆì •í™”ëœ ë¸Œëžœì¹˜ 보기"
-msgid "Branches|Sort by"
-msgstr "다ìŒìœ¼ë¡œ 정렬하기"
-
msgid "Branches|Stale"
msgstr "오래ë¨"
@@ -5092,6 +5294,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "디렉토리 찾아보기"
@@ -5173,9 +5378,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5266,9 +5468,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr "외부 저장소용 CI/CD"
-msgid "CI/CD settings"
-msgstr "CI/CD 설정"
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5372,6 +5571,9 @@ msgstr "콜백 URL"
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5456,6 +5658,9 @@ msgstr "실행 취소"
msgid "Cancel this job"
msgstr "ì´ ìž‘ì—… 취소"
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5480,6 +5685,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5501,6 +5709,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr "ì´ë¯¸ êµ¬ì„±ëœ Kubernetes í´ëŸ¬ìŠ¤í„°ëŠ” 수정할 수 없습니다"
@@ -5528,6 +5739,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5681,15 +5913,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5753,6 +5979,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "%{docs_link_start} 여기부터 %{docs_link_end} 여기까지 확ì¸."
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -5942,6 +6171,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+msgstr ""
+
msgid "Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to see what's changed or to create a merge request."
msgstr "브랜치/태그 (예. %{master})를 ì„ íƒí•˜ê±°ë‚˜ 커밋 (예. %{sha})ì„ ìž…ë ¥í•˜ì—¬ 변경 ì‚¬í•­ì„ í™•ì¸í•˜ê±°ë‚˜ 머지 리퀘스트(MR)ì„ ë§Œë“­ë‹ˆë‹¤."
@@ -6218,6 +6450,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr "í´ë¦­í•˜ì—¬ 확장하십시오."
@@ -6317,46 +6555,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
+msgstr ""
+
+msgid "CloudLicense|Subscription"
+msgstr ""
+
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|Users over subscription"
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|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 "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6563,6 +6828,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6728,6 +6996,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Kubernetes í´ëŸ¬ìŠ¤í„°ì— 대한 GitLabì˜ ì—°ê²°ì„ í™œì„±í™” ë˜ëŠ” 비활성화."
@@ -6839,7 +7110,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6866,6 +7137,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7493,6 +7773,9 @@ msgstr "코드 ì†Œìœ ìž ìŠ¹ì¸ì´ 필요합니다."
msgid "Code owners"
msgstr "코드 소유ìž"
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7550,6 +7833,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7698,6 +7984,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr "Git 리비전 비êµ"
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr "리비전 비êµ"
@@ -7743,6 +8032,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7821,7 +8113,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7881,6 +8173,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -7908,9 +8203,24 @@ msgstr "Let's Encrypt 설정"
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "ì¶”ì  êµ¬ì„±"
+msgid "Configure What's new drawer and content."
+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 ""
@@ -7941,6 +8251,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr "저장 경로 ì„¤ì •ì„ êµ¬ì„± 합니다."
@@ -7956,28 +8269,46 @@ msgstr ""
msgid "Confirm"
msgstr "확ì¸"
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr "í™•ì¸ í•„ìš”"
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8135,7 +8466,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8364,6 +8695,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ".gitlab-ci.ymlì˜ ë‚´ìš©"
@@ -8418,7 +8755,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8565,15 +8902,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8763,6 +9133,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr "브랜치 ìƒì„±"
@@ -8871,6 +9244,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9123,6 +9499,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9144,6 +9523,12 @@ msgstr ""
msgid "Current password"
msgstr "현재 비밀번호"
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9366,6 +9751,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9410,13 +9798,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9443,6 +9828,42 @@ msgstr ""
msgid "DNS"
msgstr "DNS"
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr "대시보드"
@@ -9635,6 +10056,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9680,6 +10104,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9713,7 +10140,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9728,6 +10155,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9804,6 +10234,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr "ë°ì´í„°ê°€ ì•„ì§ ê³„ì‚°ì¤‘ìž…ë‹ˆë‹¤..."
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9822,9 +10255,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9849,6 +10279,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9873,9 +10306,18 @@ msgstr "취소 ë° ë¡œê·¸ì•„ì›ƒ"
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -9987,10 +10429,13 @@ msgstr "댓글 삭제"
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10038,6 +10483,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10077,6 +10525,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10089,18 +10540,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr "거부"
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10305,9 +10750,6 @@ msgstr "공개ì ìœ¼ë¡œ 엑세스 가능한 ë°°í¬í‚¤"
msgid "DeployKeys|Read access only"
msgstr "ì½ê¸° 엑세스 ì „ìš©"
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr "ì´ ë°°í¬í‚¤ë¥¼ 제거하려고 합니다. 확실합니까?"
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr "활성 ë°°í¬ í† í° (%{active_tokens})"
@@ -10419,22 +10861,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10666,15 +11093,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10717,7 +11147,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10747,7 +11177,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10762,10 +11192,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10783,6 +11219,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr "diff 컨í…츠 제한"
@@ -10825,6 +11270,12 @@ msgstr "디렉토리 ì´ë¦„"
msgid "Disable"
msgstr "사용 안 함"
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr "ì´ í”„ë¡œì íŠ¸ì— 대해 사용 중지"
@@ -10867,7 +11318,7 @@ msgstr "초안 삭제"
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -10928,9 +11379,6 @@ msgstr[0] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr "머지 리퀘스트 프로모션 제거"
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -10958,7 +11406,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -10973,6 +11421,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr "Dockerfile"
@@ -10991,10 +11442,10 @@ msgstr ""
msgid "Domain"
msgstr "ë„ë©”ì¸"
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11039,6 +11490,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr "CSV 다운로드"
@@ -11126,6 +11580,12 @@ msgstr "ì´ ê³¼ì •ì—ì„œ GitLabì˜ URLì„ ë¬»ëŠ” 메시지가 나타납니다. ì
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "편집"
@@ -11219,6 +11679,9 @@ msgstr "ì´ìŠˆ 편집"
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr "공개 ë°°í¬ í‚¤ 편집"
@@ -11237,6 +11700,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr "위키 페ì´ì§€ 편집"
@@ -11255,6 +11721,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11318,21 +11787,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11378,9 +11844,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11393,13 +11856,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11441,6 +11910,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr "Pseudonymizer ë°ì´í„° 수집 사용"
@@ -11456,6 +11928,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11474,6 +11955,9 @@ msgstr "Prometheus 매트릭스를 활성화하고 구성합니다."
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11483,9 +11967,6 @@ 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 "오류 ì¶”ì  ì‚¬ìš©"
@@ -11537,6 +12018,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11564,9 +12051,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr "2단계 ì¸ì¦ 활성화"
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr "ping 사용 활성화"
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11603,6 +12099,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr "(UTC)ì— ì¢…ë£Œë©ë‹ˆë‹¤"
@@ -11705,6 +12204,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -11966,6 +12468,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -11984,7 +12489,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12299,6 +12804,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12488,6 +12996,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr "사ì´ë“œë°” 확장"
@@ -12599,6 +13110,9 @@ msgstr ""
msgid "External URL"
msgstr "외부 URL"
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr "외부 ì¸ì¦"
@@ -12614,6 +13128,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12626,10 +13143,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
+msgstr ""
+
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12677,9 +13197,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12692,6 +13209,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -12890,6 +13410,9 @@ msgstr "실패"
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -12902,9 +13425,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr "기능 플래그"
@@ -13164,6 +13693,13 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr "2ì›”"
@@ -13383,10 +13919,13 @@ msgstr "수정ë¨:"
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13500,6 +14039,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13587,6 +14129,9 @@ msgstr "머지 리퀘스트(MR) 머지ì—ì„œ 프로ë•ì…˜ í™˜ê²½ì— ë°°í¬ê¹Œì§€
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13623,9 +14168,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr "Geo"
@@ -13773,6 +14333,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13794,6 +14357,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13833,6 +14399,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13842,6 +14411,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13857,9 +14429,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -13896,6 +14474,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -13911,6 +14492,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -13959,16 +14543,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14010,6 +14603,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr "ìƒíƒœ"
@@ -14022,6 +14618,9 @@ msgstr "Geo|ë™ê¸°í™” ë¨"
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr "Geo|ë™ê¸°í™” 실패 - %{error}"
@@ -14031,6 +14630,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14040,6 +14642,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14061,16 +14669,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr "ì•Œ 수 없는 ìƒíƒœ"
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr "í™•ì¸ ì‹¤íŒ¨- %{error}"
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr "스케줄러 대기 중"
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14091,6 +14708,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14169,6 +14789,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr "GitLab 가져오기"
@@ -14220,6 +14843,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14244,9 +14870,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14298,9 +14930,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14325,9 +14954,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14343,10 +14969,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14391,9 +15023,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr "Gitpod"
@@ -14433,10 +15062,10 @@ msgstr "뒤로 가기"
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14487,9 +15116,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14685,6 +15320,9 @@ msgstr "그룹 정보:"
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr "그룹 관리ìžëŠ” grouo runners를 여기서 ë“±ë¡ í•  수 있습니다: %{link}"
@@ -14727,6 +15365,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14814,6 +15455,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14832,10 +15476,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14850,19 +15494,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -14901,10 +15542,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -14952,15 +15590,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -14991,7 +15626,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15042,9 +15677,6 @@ 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 group-level project templates."
msgstr "그룹 수준 프로ì íŠ¸ í…œí”Œë¦¿ì— ëŒ€í•´ ìžì„¸ížˆ 알아보세요."
@@ -15066,7 +15698,16 @@ 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 delay. This delay can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15105,6 +15746,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15282,9 +15926,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr "머릿글 메시지"
@@ -15324,6 +15974,9 @@ msgstr ""
msgid "Hello there"
msgstr "안녕하세요!"
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15342,9 +15995,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15422,12 +16084,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr "ì´ë ¥"
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15467,6 +16135,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15476,10 +16150,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15563,9 +16234,15 @@ msgstr ""
msgid "IP Address"
msgstr "IP 주소"
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr "ì‹ë³„ìž"
@@ -15611,6 +16288,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15623,6 +16306,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15644,9 +16333,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15668,6 +16354,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15683,6 +16372,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15706,6 +16401,9 @@ msgstr "CSV 가져오기"
msgid "Import Projects from Gitea"
msgstr "Giteaì—ì„œ 프로ì íŠ¸ 가져오기"
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr "내보낸 GitLab 프로ì íŠ¸ 가져오기"
@@ -15754,6 +16452,9 @@ msgstr ""
msgid "Import project members"
msgstr "프로ì íŠ¸ 멤버 가져오기"
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr "Bitbucketì—ì„œ 프로ì íŠ¸ 가져오기"
@@ -15857,9 +16558,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -15878,7 +16585,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -15908,7 +16615,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -15953,7 +16660,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -15986,9 +16693,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16010,6 +16714,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16073,7 +16780,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16088,7 +16795,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16115,16 +16825,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16145,7 +16861,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16199,6 +16915,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16307,6 +17026,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16316,19 +17038,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16424,9 +17143,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16445,6 +17170,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16539,6 +17279,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16548,16 +17291,25 @@ msgstr ""
msgid "Integrations"
msgstr "ì—°ë™"
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16566,6 +17318,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16590,6 +17345,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16599,6 +17357,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16617,7 +17378,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16629,6 +17390,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16653,6 +17417,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16665,7 +17432,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16674,13 +17441,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16689,6 +17456,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16773,9 +17543,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17001,24 +17768,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17127,15 +17882,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17208,19 +17960,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17229,7 +17999,7 @@ msgstr "ì´ìŠˆ"
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17310,6 +18080,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17325,6 +18098,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17385,6 +18203,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17397,6 +18218,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17427,10 +18251,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17451,16 +18278,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17493,16 +18317,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17517,7 +18353,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17526,9 +18362,6 @@ 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 ""
@@ -17547,6 +18380,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr "ìž‘ì—…ì´ ì‚­ì œë˜ì—ˆìŠµë‹ˆë‹¤"
@@ -17658,12 +18494,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17673,6 +18521,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr "7ì›”"
@@ -17694,6 +18548,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17787,6 +18644,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr "LFS"
@@ -17908,6 +18768,9 @@ msgstr "최근 커밋"
msgid "Last contact"
msgstr "마지막 연결"
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr "%{date}ì— ë§ˆì§€ë§‰ 편집ë¨"
@@ -17938,6 +18801,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -17995,6 +18864,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18007,6 +18879,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18058,6 +18933,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18085,12 +18963,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18121,10 +19005,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18160,6 +19041,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr "나가기"
@@ -18172,6 +19056,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr "그룹 떠나기"
@@ -18394,6 +19281,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18410,6 +19300,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18437,6 +19333,9 @@ msgstr ""
msgid "LinkedIn"
msgstr "LinkedIn"
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18524,6 +19423,9 @@ msgstr "현지화"
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr "잠금"
@@ -18566,12 +19468,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "스마트 카드로 로그ì¸"
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr "로그"
@@ -18668,6 +19576,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr "그룹 ë ˆì´ë¸” 관리"
@@ -18680,7 +19591,7 @@ msgstr ""
msgid "Manage project labels"
msgstr "프로ì íŠ¸ ë¼ë²¨ 관리"
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18803,6 +19714,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -18860,6 +19780,12 @@ msgstr ""
msgid "Max access level"
msgstr "최대 액세스 수준"
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -18869,6 +19795,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -18923,6 +19855,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -18953,6 +19894,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -18974,9 +19918,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr "5ì›”"
@@ -18989,15 +19939,24 @@ msgstr ""
msgid "Median"
msgstr "중앙값"
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr "%{date} ì´ëž˜ë¡œ 회ì›"
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19052,10 +20011,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19151,9 +20110,6 @@ msgstr "머지 리퀘스트(MR)"
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr "머지 리퀘스트(MR)"
@@ -19202,12 +20158,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr "머지 리퀘스트(MR) 승ì¸"
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19388,6 +20350,9 @@ msgstr "메시지"
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -19924,9 +20889,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr "분"
@@ -20032,9 +20994,6 @@ msgstr "ë” ë³´ê¸°"
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20213,16 +21172,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20238,6 +21196,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr "ë„움ë§"
@@ -20632,6 +21593,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20656,6 +21620,18 @@ msgstr ""
msgid "New project"
msgstr "새 프로ì íŠ¸"
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20665,9 +21641,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -20929,6 +21902,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr "공개 ê·¸ë£¹ì´ ì—†ìŠµë‹ˆë‹¤."
@@ -21263,10 +22242,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21305,6 +22281,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr "확ì¸"
@@ -21365,6 +22347,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21377,6 +22362,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21398,6 +22386,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21410,12 +22401,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21467,10 +22467,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21603,7 +22621,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21747,9 +22765,6 @@ msgstr "옵션 "
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21771,6 +22786,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21816,6 +22837,9 @@ msgstr "소유ìž"
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22074,6 +23098,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22116,15 +23143,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr "패키지"
@@ -22197,15 +23218,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22221,15 +23233,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr "머지 리퀘스트(MR) 변경 사항 중 ì¼ë¶€"
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22242,7 +23254,10 @@ msgstr "패스워드"
msgid "Password (optional)"
msgstr "비밀번호 (ì„ íƒ)"
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22305,6 +23320,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22314,6 +23332,9 @@ msgstr "대기중"
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22329,15 +23350,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr "성능 최ì í™”"
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22347,6 +23377,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22395,6 +23428,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22434,6 +23473,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22476,6 +23518,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr "합계 :"
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22521,9 +23575,6 @@ msgstr "파ì´í”„ë¼ì¸"
msgid "Pipelines charts"
msgstr "파ì´í”„ë¼ì¸ 차트"
-msgid "Pipelines emails"
-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 ""
@@ -22542,18 +23593,24 @@ msgstr "ìžì‹ ìžˆê²Œ 빌드하세요"
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
-msgstr "CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
+msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
-msgstr "Runner ìºì‹œ 정리"
+msgid "Pipelines|Clear runner caches"
+msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22566,6 +23623,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22593,6 +23653,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr "파ì´í”„ë¼ì¸ 로딩중"
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22614,9 +23677,6 @@ msgstr "프로ì íŠ¸ ìºì‹œê°€ 성공ì ìœ¼ë¡œ 재설정ë˜ì—ˆìŠµë‹ˆë‹¤."
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr "파ì´í”„ë¼ì¸ 실행"
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr "Runnerì˜ ìºì‹œë¥¼ ë¹„ìš°ë˜ ì¤‘ 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
@@ -22662,6 +23722,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22680,6 +23755,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22716,9 +23794,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22761,30 +23836,21 @@ 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"
+msgid "Pipeline|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Run for branch name or tag"
+msgid "Pipeline|Run pipeline"
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 ""
@@ -22842,13 +23908,13 @@ msgstr "스테ì´ì§•"
msgid "Pipeline|with stages"
msgstr "스테ì´ì§•"
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -22863,6 +23929,9 @@ msgstr ""
msgid "PlantUML"
msgstr "PlantUML"
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr "Play"
@@ -22950,7 +24019,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -22989,6 +24058,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23079,6 +24151,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23211,6 +24286,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23262,6 +24340,9 @@ msgstr ""
msgid "Primary"
msgstr "주"
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23370,6 +24451,12 @@ msgstr "프로필"
msgid "Profile Settings"
msgstr "프로필 설정"
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23484,6 +24571,12 @@ msgstr "프로필 편집"
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr "ì‚¬ëžŒë“¤ì´ ë‚˜ë¥¼ 알아볼 수 있ë„ë¡ ë‚´ ì´ë¦„ì„ ìž…ë ¥í•˜ì„¸ìš”."
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23499,7 +24592,7 @@ msgstr "ì´ë¦„"
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23514,6 +24607,9 @@ msgstr "수신 ì´ë©”ì¼ í† í°ì´ 성공ì ìœ¼ë¡œ 초기화ë˜ì—ˆìŠµë‹ˆë‹¤."
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr "ì´ì¤‘ ì¸ì¦(2FA)를 활성화하여 ê³„ì •ì˜ ë³´ì•ˆì„ ê°•í™”í•˜ì„¸ìš”."
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr "ìž˜ëª»ëœ íŒ¨ìŠ¤ì›Œë“œ"
@@ -23523,6 +24619,15 @@ msgstr "ìž˜ëª»ëœ ì‚¬ìš©ìžì´ë¦„"
msgid "Profiles|Key"
msgstr "키"
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23568,6 +24673,9 @@ msgstr "공개 아바타"
msgid "Profiles|Public email"
msgstr "공개 ì´ë©”ì¼"
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr "아바타 제거"
@@ -23592,9 +24700,6 @@ msgstr ""
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "최대 허용ë˜ëŠ” 파ì¼ì˜ í¬ê¸°ëŠ” 200KB입니다."
-msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr "ì´ ì´ë©”ì¼ì€ ë‚´ 공개 í”„ë¡œí•„ì— í‘œì‹œë©ë‹ˆë‹¤."
@@ -23682,9 +24787,6 @@ 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 ""
@@ -23775,6 +24877,9 @@ msgstr "프로ì íŠ¸ URL"
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -23940,82 +25045,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24264,12 +25384,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr "ì´ ì„¤ì •ì€ ì„œë²„ 레벨ì—ì„œ ì ìš©ë˜ì—ˆìœ¼ë©°, 관리ìžì— ì˜í•´ ë³€ê²½ë  ìˆ˜ 있습니다."
@@ -24285,6 +25414,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24417,6 +25549,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "%{group_name}ê³¼ 공유ë˜ëŠ” 프로ì íŠ¸"
@@ -24495,6 +25630,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24513,6 +25651,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24774,7 +25915,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -24960,9 +26101,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr "공급ìž"
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25017,6 +26164,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr "Push"
@@ -25110,6 +26260,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25125,9 +26278,6 @@ 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 ""
@@ -25158,6 +26308,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "Quick actionì€ ì´ìŠˆ 설명ì´ë‚˜ 댓글 박스ì—ì„œ 사용 가능합니다."
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25191,15 +26344,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr "ë” ì½ê¸°"
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr "실시간 기능"
@@ -25218,6 +26383,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25230,8 +26398,8 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
-msgstr "최근 활ë™"
+msgid "Recent Deliveries"
+msgstr ""
msgid "Recent Project Activity"
msgstr ""
@@ -25245,6 +26413,9 @@ msgstr ""
msgid "Recent searches"
msgstr "최근 검색"
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25439,18 +26610,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr "ë‚˜ì¤‘ì— ë‹¤ì‹œ 알림"
@@ -25502,12 +26676,18 @@ msgstr "카드 제거"
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25523,6 +26703,9 @@ msgstr ""
msgid "Remove group"
msgstr "그룹 제거"
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25535,6 +26718,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25562,6 +26751,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25583,6 +26775,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26019,6 +27214,9 @@ msgstr ""
msgid "Request Access"
msgstr "액세스 요청"
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26031,6 +27229,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26061,7 +27262,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26070,6 +27271,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "GitLabì— ì•¡ì„¸ìŠ¤ í•  ë•Œ 모든 사용ìžê°€ 서비스 약관 ë° ê°œì¸ ì •ë³´ 취급 ë°©ì¹¨ì— ë™ì˜í•˜ë„ë¡í•˜ì‹­ì‹œì˜¤."
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26120,6 +27324,9 @@ msgstr[0] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26132,6 +27339,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26150,6 +27360,12 @@ msgstr "헬스 ì²´í¬ ì ‘ê·¼ í† í° ì´ˆê¸°í™”"
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26252,9 +27468,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 "재개"
@@ -26404,6 +27617,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr "정리 실행"
@@ -26419,12 +27638,6 @@ msgstr "태그없는 작업 실행"
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr "Runner 토í°"
-
msgid "Runner tokens"
msgstr ""
@@ -26464,25 +27677,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26497,6 +27710,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26506,33 +27722,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26542,9 +27776,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr "실행중"
@@ -26602,6 +27848,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26614,6 +27863,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26671,6 +27923,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr "새로운 파ì´í”„ë¼ì¸ 스케줄 잡기"
@@ -26958,6 +28216,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27027,6 +28288,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27084,7 +28348,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27111,6 +28375,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27270,6 +28537,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27315,6 +28585,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27330,12 +28603,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27582,6 +28858,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27753,12 +29038,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -27960,6 +29239,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28071,6 +29353,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr "완료 로그 표시"
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28196,6 +29481,9 @@ msgstr "로그ì¸"
msgid "Sign in / Register"
msgstr "ë¡œê·¸ì¸ / 등ë¡"
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28208,12 +29496,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr "Single Sign-On으로 로그ì¸"
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr "로그아웃"
@@ -28226,6 +29520,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr "ë¡œê·¸ì¸ ì œí•œ"
@@ -28274,6 +29574,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr "í¬ê¸°"
@@ -28295,28 +29601,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
+msgid "Skype:"
+msgstr ""
+
msgid "Slack application"
msgstr "Slack 어플리케ì´ì…˜"
-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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28415,12 +29709,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr "문제가 ë°œìƒí–ˆìŠµë‹ˆë‹¤"
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr "문제가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
@@ -28493,6 +29793,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28556,6 +29859,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28781,6 +30087,9 @@ msgstr "소스 (브랜치 ë˜ëŠ” 태그)"
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -28838,6 +30147,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr "스팸 로그"
@@ -28997,6 +30309,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29093,6 +30408,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29219,6 +30552,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr "스팸으로 제출"
@@ -29243,6 +30579,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29273,6 +30612,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29417,6 +30759,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29519,6 +30864,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29609,6 +31017,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr "태그"
@@ -29702,9 +31113,6 @@ msgstr "릴리즈 노트"
msgid "TagsPage|Repository has no tags yet."
msgstr "ì €ìž¥ì†Œì— ì•„ì§ íƒœê·¸ê°€ 없습니다."
-msgid "TagsPage|Sort by"
-msgstr "정렬 기준"
-
msgid "TagsPage|Tags"
msgstr "태그"
@@ -30003,19 +31411,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30024,6 +31447,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30042,6 +31468,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30067,6 +31496,9 @@ msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30091,6 +31523,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30121,6 +31556,9 @@ msgstr "Coding Stage는 첫 번째 커밋ì—서부터 머지 리퀘스트(MR) ìƒ
msgid "The collection of events added to the data gathered for that stage."
msgstr "해당 단계ì—ì„œ 수집 ëœ ë°ì´í„°ê°€ ì´ë²¤íŠ¸ 모ìŒì— 추가ë˜ì—ˆìŠµë‹ˆë‹¤."
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30248,6 +31686,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "%{timeout} ì´í›„ 가져오기 ì‹œê°„ì´ ì´ˆê³¼ë˜ì—ˆìŠµë‹ˆë‹¤. 저장소가 ëŠë¦° 경우 복제/푸시 ì¡°í•©ì„ ì‚¬ìš©í•©ì‹œì˜¤."
@@ -30302,6 +31743,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30314,6 +31758,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30323,6 +31770,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30341,6 +31791,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr "개발 ìˆ˜ëª…ì£¼ê¸°ì˜ ë‹¨ê³„."
@@ -30485,15 +31944,15 @@ msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
msgstr ""
+msgid "The username for the Jenkins server."
+msgstr ""
+
msgid "The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6."
msgstr "ê°’ì€ ì¼ë ¨ì˜ 관측 ê°’ 중ì ì— 있습니다. 예를 들어, 3, 5, 9 사ì´ì˜ 중간 ê°’ì€ 5입니다. 3, 5, 7, 8 사ì´ì˜ 중간 ê°’ì€ (5 + 7) / 2 = 6입니다."
msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
-msgid "The visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
-msgstr ""
-
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
msgstr ""
@@ -30527,6 +31986,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30602,6 +32064,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30629,12 +32094,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30707,9 +32184,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30722,6 +32196,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30806,9 +32283,6 @@ msgstr "ì´ë©”ì¼ í† í°ì„ ìž¬ì„¤ì •í•˜ë˜ ì¤‘ 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤.
msgid "There was an error when subscribing to this label."
msgstr "ì´ ë¼ë²¨ì„ 구ë…í•˜ë˜ ì¤‘ 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr "ì´ ë¼ë²¨ì„ 구ë…ì·¨ì†Œí•˜ë˜ ì¤‘ 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
@@ -30830,6 +32304,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -30896,6 +32373,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31016,6 +32496,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31061,9 +32544,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31238,6 +32718,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31274,6 +32757,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31304,15 +32790,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31322,6 +32799,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31337,18 +32817,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr "ì´ ì‚¬ìš©ìžëŠ” ì‹ ì›ì´ 없습니다."
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31418,6 +32913,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31562,6 +33060,9 @@ msgstr "시간 추ì "
msgid "Time until first merge request"
msgstr "첫 번째 머지 리퀘스트(MR)ê¹Œì§€ì˜ ì‹œê°„"
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr "Est"
@@ -31732,6 +33233,9 @@ msgstr "ì´ˆ"
msgid "Tip:"
msgstr "íŒ:"
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31798,6 +33302,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31813,6 +33320,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr "GitLabê³¼ ì‚¬ìš©ìž ê²½í—˜ì„ í–¥ìƒì‹œí‚¤ê¸° 위해 GitLabì€ ì£¼ê¸°ì ìœ¼ë¡œ 사용 정보를 수집합니다."
@@ -31828,7 +33338,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -31840,7 +33350,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -31855,6 +33368,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32008,9 +33524,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32222,12 +33735,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32276,9 +33783,6 @@ 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 usage ping"
msgstr ""
@@ -32288,6 +33792,9 @@ msgstr ""
msgid "Twitter"
msgstr "Twitter"
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32300,6 +33807,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr "2단계 ì¸ì¦"
@@ -32318,6 +33828,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32369,6 +33882,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32408,6 +33924,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32435,6 +33954,9 @@ msgstr "ì°¨ì´ì ì„ ì½ì–´ë“¤ì¼ 수 없습니다. %{button_try_again}"
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32474,6 +33996,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32495,6 +34023,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32531,15 +34062,24 @@ msgstr ""
msgid "Unlimited"
msgstr "무제한"
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr "잠금 해제"
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr "잠금 í•´ì œë¨"
@@ -32651,15 +34191,27 @@ msgstr "ì—…ë°ì´íŠ¸"
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32669,6 +34221,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr "지금 ì—…ë°ì´íŠ¸"
@@ -32723,6 +34278,9 @@ msgstr ""
msgid "Updating"
msgstr "ì—…ë°ì´íŠ¸ì¤‘..."
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32738,9 +34296,6 @@ 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 merge requests."
msgstr ""
@@ -32969,13 +34524,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33068,9 +34623,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr "템플릿 사용"
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33086,6 +34653,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33362,6 +34932,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33464,12 +35037,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33524,6 +35109,9 @@ msgstr "ê²€ì¦ë¨"
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33613,6 +35201,9 @@ msgstr "GitLabì—ì„œ 보기"
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33661,19 +35252,16 @@ msgstr ""
msgid "View the documentation"
msgstr "문서 보기"
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -33967,6 +35555,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34024,6 +35615,9 @@ msgstr "%{humanized_resource_name}ì—ì„œ 잠재ì ì¸ ìŠ¤íŒ¸ì„ íƒì§€í–ˆìŠµë‹ˆë
msgid "We don't have enough data to show this stage."
msgstr "ì´ ë‹¨ê³„ë¥¼ ë³´ì—¬ì£¼ê¸°ì— ì¶©ë¶„í•œ ë°ì´í„°ê°€ 없습니다."
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34054,6 +35648,12 @@ msgstr "ì •ë§ ë‹¹ì‹ ì´ ë§žëŠ”ì§€ 확ì¸í•˜ê³  싶습니다, ë‹¹ì‹ ì´ ë¡œë´‡ì
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34105,6 +35705,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34189,7 +35798,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34216,7 +35825,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34240,6 +35849,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr "수요ì¼"
@@ -34270,6 +35882,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34291,6 +35906,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34303,10 +35927,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Runnerê°€ 잠겨 있으면 다른 프로ì íŠ¸ì— 할당 í•  수 없습니다"
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34463,6 +36087,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34478,9 +36105,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34496,9 +36135,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34583,6 +36228,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34691,7 +36339,7 @@ msgstr "ì½ê¸°ì „ìš© GitLab ì¸ìŠ¤í„´ìŠ¤ë¥¼ 사용중입니다."
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34718,6 +36366,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34754,13 +36405,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34793,6 +36444,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -34853,9 +36507,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -34880,9 +36531,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -34898,6 +36546,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -34925,6 +36576,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -34946,7 +36600,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35042,6 +36699,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35180,7 +36840,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35210,6 +36870,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35240,12 +36903,18 @@ msgstr "ë‚´ 공개 ì´ë©”ì¼ì´ ë‚´ 공개 í”„ë¡œí•„ì— í‘œì‹œë©ë‹ˆë‹¤."
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35258,9 +36927,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35279,6 +36945,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr "승ì¸ëœ 애플리케ì´ì…˜ (%{size})"
@@ -35369,9 +37038,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35390,6 +37056,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35568,6 +37237,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -35869,6 +37541,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr "ê°œì¸ í‚¤ë¥¼ ì½ì„ 수 없습니다. 암호가 맞습니까?"
@@ -35887,6 +37562,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36030,6 +37708,9 @@ msgid "from %d job"
msgid_plural "from %d jobs"
msgstr[0] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36060,12 +37741,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr "https://나ì˜-bitbucket-server"
@@ -36380,19 +38067,16 @@ 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 %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "만약 %{missingBranchName} 브랜치가 ë‹¹ì‹ ì˜ ë¡œì»¬ ì €ìž¥ì†Œì— ì¡´ìž¬í•œë‹¤ë©´, ëª…ë ¹ì¤„ì„ ì‚¬ìš©í•˜ì—¬ 수ë™ìœ¼ë¡œ 머지할 수 있습니다."
-msgid "mrWidget|Jump to first unresolved thread"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36419,6 +38103,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr "머지:"
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36509,21 +38211,18 @@ 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 "ì´ ë¨¸ì§€ 리퀘스트(MR)를 ìžë™ìœ¼ë¡œ ë¨¸ì§€í•˜ëŠ”ë° ì‹¤íŒ¨í•˜ì˜€ìŠµë‹ˆë‹¤."
-msgid "mrWidget|This merge request is in the process of being merged"
-msgstr "ì´ ë¨¸ì§€ 리퀘스트(MR)를 머지중입니다."
-
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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36578,6 +38277,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr "해당 ì—†ìŒ"
@@ -36599,9 +38301,6 @@ msgstr "새 머지 리퀘스트(MR)"
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36689,6 +38388,9 @@ msgid "point"
msgid_plural "points"
msgstr[0] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36729,6 +38431,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36747,6 +38455,9 @@ msgstr "제거"
msgid "remove due date"
msgstr "마ê°ê¸°í•œ ì‚­ì œ"
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36763,13 +38474,16 @@ msgstr[0] "답변"
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -36808,6 +38522,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -36880,6 +38597,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -36889,6 +38609,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr "ì´ ë¬¸ì„œ"
diff --git a/locale/ku_TR/gitlab.po b/locale/ku_TR/gitlab.po
index e87e7ebab8c..1e5fb0f1117 100644
--- a/locale/ku_TR/gitlab.po
+++ b/locale/ku_TR/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: ku\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:18\n"
+"PO-Revision-Date: 2021-05-03 22:22\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/ky_KG/gitlab.po b/locale/ky_KG/gitlab.po
index a71910501de..2184d830aac 100644
--- a/locale/ky_KG/gitlab.po
+++ b/locale/ky_KG/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: ky\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:09\n"
+"PO-Revision-Date: 2021-05-03 22:13\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/lt_LT/gitlab.po b/locale/lt_LT/gitlab.po
index 507ac7b036c..23c1cd86b59 100644
--- a/locale/lt_LT/gitlab.po
+++ b/locale/lt_LT/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: lt\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:18\n"
+"PO-Revision-Date: 2021-05-03 22:23\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -91,6 +100,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -524,9 +540,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -663,12 +676,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -753,9 +775,6 @@ 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 ""
@@ -804,6 +823,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -840,6 +862,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -955,9 +980,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -1068,9 +1090,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1089,10 +1108,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -1110,6 +1129,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1198,6 +1226,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1207,6 +1238,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1544,6 +1578,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1658,6 +1695,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1673,7 +1713,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1697,6 +1737,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1760,10 +1803,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1817,6 +1866,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1826,6 +1881,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1952,6 +2010,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1967,9 +2028,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1982,6 +2040,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -2018,9 +2079,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -2102,6 +2160,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2207,6 +2268,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2228,21 +2292,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2282,6 +2340,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2402,9 +2463,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2429,9 +2487,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2468,9 +2523,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2489,9 +2541,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2510,16 +2559,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2540,10 +2592,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2555,7 +2610,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2942,6 +2997,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -3114,10 +3175,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3144,19 +3202,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3177,18 +3241,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3210,22 +3268,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3237,6 +3295,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3255,13 +3316,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3273,22 +3337,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3426,9 +3487,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3456,6 +3514,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3558,10 +3619,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3822,9 +3883,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3834,7 +3892,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3891,9 +3949,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3933,6 +3988,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -4032,6 +4090,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -4102,16 +4250,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-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] ""
@@ -4135,6 +4280,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -4147,9 +4295,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4313,6 +4467,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4322,6 +4479,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4397,13 +4557,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4415,6 +4578,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4475,7 +4641,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4548,6 +4714,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4621,9 +4790,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4678,6 +4853,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4840,9 +5018,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4936,25 +5123,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4966,15 +5153,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -5065,12 +5264,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -5086,6 +5291,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5377,9 +5585,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5434,6 +5639,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5515,9 +5723,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5608,9 +5813,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5717,6 +5919,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5801,6 +6006,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5825,6 +6033,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5846,6 +6057,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5873,6 +6087,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -6026,15 +6261,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -6098,6 +6327,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6287,6 +6519,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6563,6 +6798,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6662,46 +6903,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6908,6 +7176,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -7073,6 +7344,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -7184,7 +7458,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7211,6 +7485,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7838,6 +8121,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7895,6 +8181,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -8046,6 +8335,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -8091,6 +8383,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -8169,7 +8464,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8229,6 +8524,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8256,9 +8554,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8289,6 +8602,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8304,28 +8620,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8489,7 +8823,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8721,6 +9055,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8775,7 +9115,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8922,15 +9262,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -9120,6 +9493,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -9228,6 +9604,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9480,6 +9859,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9501,6 +9883,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9723,6 +10111,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9773,13 +10164,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9806,6 +10194,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9998,6 +10422,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -10043,6 +10470,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -10076,7 +10506,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -10091,6 +10521,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10170,6 +10603,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10188,9 +10624,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10215,6 +10648,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -10239,9 +10675,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10353,10 +10798,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10404,6 +10852,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10443,6 +10894,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10455,18 +10909,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10689,9 +11137,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10803,22 +11248,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -11053,15 +11483,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -11104,7 +11537,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11134,7 +11567,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -11149,10 +11582,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11170,6 +11609,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -11212,6 +11660,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -11254,7 +11708,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11318,9 +11772,6 @@ msgstr[3] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11348,7 +11799,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11363,6 +11814,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11381,10 +11835,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11429,6 +11883,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11516,6 +11973,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11609,6 +12072,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11627,6 +12093,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11645,6 +12114,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11708,21 +12180,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11768,9 +12237,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11783,13 +12249,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11831,6 +12303,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11846,6 +12321,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11864,6 +12348,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11873,9 +12360,6 @@ 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 ""
@@ -11927,6 +12411,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11954,9 +12444,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11993,6 +12492,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -12095,6 +12597,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12356,6 +12861,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12374,7 +12882,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12689,6 +13197,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12878,6 +13389,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12989,6 +13503,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -13004,6 +13521,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -13016,10 +13536,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -13067,9 +13590,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -13082,6 +13602,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13280,6 +13803,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13292,9 +13818,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13557,6 +14089,16 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13776,10 +14318,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13893,6 +14438,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13980,6 +14528,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -14016,9 +14567,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -14166,6 +14732,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14187,6 +14756,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -14226,6 +14798,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -14235,6 +14810,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14250,9 +14828,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14289,6 +14873,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14304,6 +14891,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14352,16 +14942,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14403,6 +15002,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14415,6 +15017,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14424,6 +15029,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14433,6 +15041,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14454,16 +15068,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14484,6 +15107,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14562,6 +15188,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14613,6 +15242,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14637,9 +15269,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14691,9 +15329,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14718,9 +15353,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14736,10 +15368,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14784,9 +15422,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14826,10 +15461,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14880,9 +15515,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -15078,6 +15719,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -15120,6 +15764,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -15207,6 +15854,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -15225,10 +15875,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -15243,19 +15893,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15294,10 +15941,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15345,15 +15989,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15384,7 +16025,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15435,9 +16076,6 @@ 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 group-level project templates."
msgstr ""
@@ -15459,7 +16097,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15498,6 +16145,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15675,9 +16325,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15717,6 +16373,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15735,9 +16394,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15821,12 +16489,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15866,6 +16540,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15875,10 +16555,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15962,9 +16639,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -16010,6 +16693,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -16022,6 +16711,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -16043,9 +16738,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -16067,6 +16759,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -16082,6 +16777,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -16111,6 +16812,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -16159,6 +16863,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -16265,9 +16972,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16286,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16316,7 +17029,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16361,7 +17074,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16394,9 +17107,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16418,6 +17128,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16481,7 +17194,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16496,7 +17209,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16523,16 +17239,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16553,7 +17275,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16607,6 +17329,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16715,6 +17440,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16724,19 +17452,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16832,9 +17557,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16853,6 +17584,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16950,6 +17696,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16959,16 +17708,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16977,6 +17735,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -17001,6 +17762,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -17010,6 +17774,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -17028,7 +17795,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -17040,6 +17807,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -17064,6 +17834,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -17076,7 +17849,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -17085,13 +17858,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -17100,6 +17873,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17184,9 +17960,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17412,24 +18185,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17538,15 +18299,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17619,19 +18377,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17640,7 +18416,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17721,6 +18497,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17736,6 +18515,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17796,6 +18620,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17808,6 +18635,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17838,10 +18668,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17862,16 +18695,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17904,16 +18734,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17928,7 +18770,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17937,9 +18779,6 @@ 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 ""
@@ -17958,6 +18797,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -18069,12 +18911,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -18084,6 +18938,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -18105,6 +18965,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18198,6 +19061,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18322,6 +19188,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18352,6 +19221,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18409,6 +19284,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18421,6 +19299,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18472,6 +19353,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18499,12 +19383,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18535,10 +19425,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18574,6 +19461,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18586,6 +19476,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18826,6 +19719,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18845,6 +19741,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18872,6 +19774,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18959,6 +19864,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -19001,12 +19909,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -19103,6 +20017,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -19115,7 +20032,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19238,6 +20155,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19295,6 +20221,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19304,6 +20236,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19358,6 +20296,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19388,6 +20335,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19409,9 +20359,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19424,15 +20380,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19487,10 +20452,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19586,9 +20551,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19637,12 +20599,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19823,6 +20791,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20365,9 +21336,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20473,9 +21441,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20657,19 +21622,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20685,6 +21646,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -21082,6 +22046,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -21106,6 +22073,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -21115,9 +22094,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21379,6 +22355,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21725,10 +22707,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21767,6 +22746,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21827,6 +22812,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21839,6 +22827,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21860,6 +22851,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21872,12 +22866,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21929,10 +22932,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -22068,7 +23089,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22212,9 +23233,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22236,6 +23254,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22281,6 +23305,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22539,6 +23566,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22581,15 +23611,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22662,15 +23686,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22686,15 +23701,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22707,7 +23722,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22770,6 +23788,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22779,6 +23800,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22794,15 +23818,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22812,6 +23845,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22860,6 +23896,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22899,6 +23941,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22941,6 +23986,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22986,9 +24043,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -23007,18 +24061,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -23031,6 +24091,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -23058,6 +24121,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -23079,9 +24145,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -23127,6 +24190,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -23145,6 +24223,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -23181,9 +24262,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23226,19 +24304,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -23247,9 +24319,6 @@ 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 ""
@@ -23307,13 +24376,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23328,6 +24397,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23415,7 +24487,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23454,6 +24526,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23544,6 +24619,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23676,6 +24754,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23727,6 +24808,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23835,6 +24919,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23949,6 +25039,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23964,7 +25060,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23979,6 +25075,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23988,6 +25087,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -24033,6 +25141,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -24057,9 +25168,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -24147,9 +25255,6 @@ 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 ""
@@ -24240,6 +25345,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24405,82 +25513,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24729,12 +25852,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24750,6 +25882,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24882,6 +26017,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24960,6 +26098,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24978,6 +26119,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -25239,7 +26383,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25425,9 +26569,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25482,6 +26632,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25575,6 +26728,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25590,9 +26746,6 @@ 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 ""
@@ -25623,6 +26776,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25656,15 +26812,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25683,6 +26851,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25695,7 +26866,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25710,6 +26881,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25910,18 +27084,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25973,12 +27150,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25994,6 +27177,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -26006,6 +27192,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -26033,6 +27225,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -26054,6 +27249,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26502,6 +27700,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26514,6 +27715,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26544,7 +27748,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26553,6 +27757,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26609,6 +27816,9 @@ msgstr[3] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26621,6 +27831,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26639,6 +27852,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26741,9 +27960,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26899,6 +28115,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26914,12 +28136,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26959,25 +28175,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26992,6 +28208,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -27001,33 +28220,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -27037,9 +28274,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -27097,6 +28346,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -27109,6 +28361,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27166,6 +28421,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27486,6 +28747,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27555,6 +28819,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27612,7 +28879,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27639,6 +28906,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27798,6 +29068,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27843,6 +29116,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27858,12 +29134,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -28110,6 +29389,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -28281,12 +29569,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28488,6 +29770,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28599,6 +29884,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28730,6 +30018,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28742,12 +30033,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28760,6 +30057,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28808,6 +30111,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28829,28 +30138,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28949,12 +30246,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -29027,6 +30330,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -29090,6 +30396,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29315,6 +30624,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29372,6 +30684,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29531,6 +30846,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29627,6 +30945,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29753,6 +31089,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29777,6 +31116,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29807,6 +31149,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29951,6 +31296,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -30053,6 +31401,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -30143,6 +31554,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -30236,9 +31650,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30549,19 +31960,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30570,6 +31996,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30588,6 +32017,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30616,6 +32048,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30640,6 +32075,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30670,6 +32108,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30800,6 +32241,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30854,6 +32298,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30866,6 +32313,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30875,6 +32325,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30893,6 +32346,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -31037,13 +32499,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -31079,6 +32541,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -31154,6 +32619,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -31181,12 +32649,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31259,9 +32739,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31274,6 +32751,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31358,9 +32838,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31382,6 +32859,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31448,6 +32928,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31568,6 +33051,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31613,9 +33099,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31790,6 +33273,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31826,6 +33312,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31856,15 +33345,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31874,6 +33354,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31889,18 +33372,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31970,6 +33468,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -32114,6 +33615,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -32290,6 +33794,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32356,6 +33863,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32371,6 +33881,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32386,7 +33899,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32398,7 +33911,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32413,6 +33929,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32566,9 +34085,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32783,12 +34299,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32837,9 +34347,6 @@ 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 usage ping"
msgstr ""
@@ -32849,6 +34356,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32861,6 +34371,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32879,6 +34392,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32930,6 +34446,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32969,6 +34488,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32996,6 +34518,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -33035,6 +34560,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -33056,6 +34587,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -33092,15 +34626,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -33212,15 +34755,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -33230,6 +34785,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -33284,6 +34842,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33299,9 +34860,6 @@ 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 merge requests."
msgstr ""
@@ -33530,13 +35088,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33629,9 +35187,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33647,6 +35217,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33923,6 +35496,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -34025,12 +35601,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -34085,6 +35673,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -34180,6 +35771,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -34228,19 +35822,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34534,6 +36125,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34591,6 +36185,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34621,6 +36218,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34672,6 +36275,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34756,7 +36368,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34783,7 +36395,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34807,6 +36419,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34837,6 +36452,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34858,6 +36476,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34870,10 +36497,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -35033,6 +36660,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -35048,9 +36678,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -35066,9 +36708,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -35153,6 +36801,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -35261,7 +36912,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35288,6 +36939,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -35324,13 +36978,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -35363,6 +37017,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35423,9 +37080,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35450,9 +37104,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35468,6 +37119,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35495,6 +37149,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35516,7 +37173,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35612,6 +37272,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35750,7 +37413,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35780,6 +37443,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35810,12 +37476,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35828,9 +37500,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35849,6 +37518,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35939,9 +37611,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35960,6 +37629,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -36141,6 +37813,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36445,6 +38120,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36463,6 +38141,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36621,6 +38302,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36651,12 +38335,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36977,19 +38667,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -37016,6 +38703,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -37106,21 +38811,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -37175,6 +38877,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -37196,9 +38901,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -37295,6 +38997,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -37338,6 +39043,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -37356,6 +39067,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -37375,13 +39089,16 @@ msgstr[3] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37420,6 +39137,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37492,6 +39212,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37501,6 +39224,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/mk_MK/gitlab.po b/locale/mk_MK/gitlab.po
index e380daf58f1..b41a7977872 100644
--- a/locale/mk_MK/gitlab.po
+++ b/locale/mk_MK/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: mk\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:18\n"
+"PO-Revision-Date: 2021-05-03 22:23\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/mn_MN/gitlab.po b/locale/mn_MN/gitlab.po
index 80a3af48974..e8823695c6d 100644
--- a/locale/mn_MN/gitlab.po
+++ b/locale/mn_MN/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: mn\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:18\n"
+"PO-Revision-Date: 2021-05-03 22:23\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/nb_NO/gitlab.po b/locale/nb_NO/gitlab.po
index d99314055a3..d62e0ff6f18 100644
--- a/locale/nb_NO/gitlab.po
+++ b/locale/nb_NO/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: nb\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:12\n"
+"PO-Revision-Date: 2021-05-03 22:16\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr " Samlet inn %{time}"
msgid " Please sign in."
msgstr " Vennligst logg inn."
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " Prøv å %{action} denne filen igjen."
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " Du er nødt til at gjøre dette, før %{grace_period_deadline}."
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr "%{authorsName} sin tråd"
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr "%{firstLabel} +%{labelCount} til"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr "%{firstMilestoneName} + %{numberOfOtherMilestones} til"
-msgid "%{global_id} is not a valid ID for %{expected_type}."
-msgstr "%{global_id} er ikke en gyldig ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
+msgstr ""
msgid "%{group_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}Grupper%{group_docs_link_end} lar deg administrere og samarbeide på tvers av flere prosjekter. Medlemmer av en gruppe har tilgang til alle prosjektene."
+msgid "%{group_name} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr "%{group_name} gruppemedlemmer"
@@ -623,9 +643,6 @@ msgstr ""
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} utilgjengelig"
-msgid "%{label_name} %{span_open}will be permanently deleted from %{subject_name}. This cannot be undone.%{span_close}"
-msgstr "%{label_name} %{span_open}blir permanent slettet fra %{subject_name}. Dette kan ikke angres på.%{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} er en gratis, automatisert og åpen sertifikatmyndighet (CA), som utsteder digitale sertifikater for å aktivere HTTPS (SSL/TLS) på nettsteder."
@@ -674,6 +691,9 @@ msgstr "%{milestone} (utløpt)"
msgid "%{milliseconds}ms"
msgstr "%{milliseconds}ms"
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, denne saken vil bli automatisk lukket."
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] "%{no_of_days} dag"
@@ -817,9 +840,6 @@ msgstr "%{spanStart}i linje%{spanEnd} %{errorLine}%{errorColumn}"
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr "%{spanStart}i%{spanEnd} %{errorFn}"
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr "%{start} til %{end}"
@@ -914,9 +934,6 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title} endringer"
-msgid "%{token}..."
-msgstr "%{token} …"
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} ledig)"
@@ -935,12 +952,12 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "%{usage_ping_link_start}Lær mer%{usage_ping_link_end} om hvilken informasjon som deles med GitLab Inc."
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr "%{userName} (kan ikke flette)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr "%{username} sin avatar"
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr "%{value} sek"
@@ -1042,6 +1068,9 @@ msgstr "(sjekk fremgang)"
msgid "(deleted)"
msgstr "(slettet)"
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr "(maks størrelse 15 MB)"
@@ -1051,6 +1080,9 @@ msgstr "(fjernet)"
msgid "(revoked)"
msgstr "(tilbakekalt)"
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr "* * * * *"
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr "En komplett DevOps-plattform"
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr "API-token"
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr "Rapporter over misbruk"
msgid "Abuse reports"
msgstr "Rapporter over misbruk"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr "Aksepter invitasjon"
@@ -1620,6 +1673,9 @@ msgstr "Godta vilkår"
msgid "Acceptable for use in this project"
msgstr "Akseptabelt for bruk i dette prosjektet"
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "Tilgangskode"
@@ -1746,6 +1802,9 @@ msgstr "Konto-ID"
msgid "Account and limit"
msgstr "Konto og grenser"
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr "Konto: %{account}"
@@ -1761,9 +1820,6 @@ msgstr "Handlinger"
msgid "Activate Service Desk"
msgstr "Skru på tjenestedesken"
-msgid "Activate user activity analysis"
-msgstr "Skru på brukeraktivitetsanalyse"
-
msgid "Active"
msgstr "Aktiv"
@@ -1776,6 +1832,9 @@ msgstr "Aktive økter"
msgid "Activity"
msgstr "Aktivitet"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr "Legg til"
@@ -1812,9 +1871,6 @@ msgstr "Legg til ny node"
msgid "Add README"
msgstr "Legg til README"
-msgid "Add Variable"
-msgstr "Legg til variabel"
-
msgid "Add Zoom meeting"
msgstr "Legg til Zoom-møte"
@@ -1896,6 +1952,9 @@ msgstr "Legg til godkjennere"
msgid "Add bold text"
msgstr "Legg til fet tekst"
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr "Legg til vurdering"
msgid "Add to tree"
msgstr "Legg til i treet"
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr "Legg til bruker(e) til gruppen:"
@@ -2022,21 +2084,15 @@ msgstr "Legg til tidligere innflettede commiter"
msgid "AddContextCommits|Add/remove"
msgstr "Legg til/Fjern"
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr "Ingen brukere spesifisert."
@@ -2076,6 +2132,9 @@ msgstr "Ekstra metadata"
msgid "Additional minutes"
msgstr "Ytterligere minutter"
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "Ytterligere tekst"
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr "Eier"
@@ -2223,9 +2279,6 @@ msgstr "Stopp jobber som mislyktes"
msgid "AdminArea|Total users"
msgstr "Totalt antall brukere"
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr "Slett"
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr "Vil du slette prosjektet %{projectName}?"
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr "Benytt integreringsinnstillingene på alle prosjekter"
-
msgid "AdminSettings|Auto DevOps domain"
msgstr "Auto DevOps-domene"
@@ -2283,9 +2333,6 @@ msgstr ""
msgid "AdminSettings|Go to General Settings"
msgstr "GÃ¥ til Generelle innstillinger"
-msgid "AdminSettings|Integrations configured here will automatically apply to all projects on this instance."
-msgstr "Integrasjoner som konfigureres her vil automatisk gjelde for alle prosjekter i denne instansen."
-
msgid "AdminSettings|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,18 +2351,21 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr "Påkrevd rørledningsoppsett"
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr "Velg en rørledningsoppsettsfil"
msgid "AdminSettings|Select a template"
msgstr "Velg en mal"
-msgid "AdminSettings|Service Templates will soon be deprecated."
-msgstr ""
-
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr "Tjenestemaler lar deg bestemme standardverdier for integrasjoner"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
+msgstr ""
+
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
msgstr ""
@@ -2334,12 +2384,15 @@ 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 "Den nødvendige rørledningskonfigurasjonen kan velges fra %{code_start}gitlab-ci%{code_end}-mappen inni det konfigurerte %{link_start}instansmal-lageret%{link_end} eller fra de GitLab-leverte konfigurasjonene."
-msgid "AdminSettings|Try using the latest version of Integrations instead."
-msgstr "Prøv å bruke den nyeste versjonen av Integrasjoner i stedet."
-
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr "Når du oppretter en ny miljøvariabel, vil den være beskyttet som standard."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
+msgstr ""
+
msgid "AdminStatistics|Active Users"
msgstr "Aktive brukere"
@@ -2349,8 +2402,8 @@ msgstr "Utgreininger"
msgid "AdminStatistics|Issues"
msgstr "Saker"
-msgid "AdminStatistics|Merge Requests"
-msgstr "Fletteforespørsler"
+msgid "AdminStatistics|Merge requests"
+msgstr ""
msgid "AdminStatistics|Milestones"
msgstr "Milepæler"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] "Varsel"
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr "Webhook-URL"
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr "Du kan nå sette opp varslings-endepunkter for manuelt konfigurerte Prometheus-instans i Varsler-seksjonen på operasjonsinnstillingsside. Feltet for varslings-endepunkter på denne siden har blitt utfaset."
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr "Tillatt"
msgid "Allowed Geo IP"
msgstr "Tillatt Geo-IP"
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,12 +3409,12 @@ msgstr "En feil oppstod under veksling av varslingsabonnement"
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
-msgstr ""
-
msgid "An error occurred when updating the issue weight"
msgstr "En feil oppstod under oppdatering av saksvektleggingen"
+msgid "An error occurred when updating the title"
+msgstr ""
+
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
msgstr "En feil oppstod under bekreftelse av meldingen. Oppdater siden og prøv igjen."
@@ -3614,9 +3673,6 @@ msgstr "Det oppstod en feil under innhenting av prosjekter."
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr "En feil oppstod under abonnering på varsler."
@@ -3626,7 +3682,7 @@ msgstr "En feil oppstod under trigging av jobben."
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr "En sak finnes allerede"
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr "En uautentisert bruker"
@@ -3725,6 +3778,9 @@ msgstr "Analyser kildekoden og git-historikken din for hemmeligheter."
msgid "Analyze your source code for known vulnerabilities."
msgstr "Analyser kildekoden din for kjente sårbarheter."
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr "Forfedre"
@@ -3824,6 +3880,96 @@ msgstr "Prosjektet ble vellykket oppdatert."
msgid "Application: %{name}"
msgstr "Applikasjon: %{name}"
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "Programmer"
@@ -3892,13 +4038,10 @@ msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] "%d medlem"
msgstr[1] "%d medlemmer"
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
-msgstr[0] "Godkjenninger fra dette medlemmet blir ikke tilbakekalt."
-msgstr[1] "Godkjenninger fra disse medlemmene blir ikke tilbakekalt."
-
-msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
-msgstr "Du er i ferd med å fjerne %{name}-godkjenningsgruppen som har %{nMembers}."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
+msgstr[0] ""
+msgstr[1] ""
msgid "ApprovalRuleSummary|%d member"
msgid_plural "ApprovalRuleSummary|%d members"
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr "Godkjennere"
@@ -3931,9 +4077,15 @@ msgstr "Navn"
msgid "ApprovalRule|Rule name"
msgstr "Regelnavn"
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr "MÃ¥lgren"
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr "Er du sikker på at du vil regenerere den offentlige nøkkelen? Du vil m
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr "Er du sikker på at du vil fjerne %{group_name}?"
@@ -4104,6 +4259,9 @@ msgstr "Er du sikker på at du vil fjerne vedlegget?"
msgid "Are you sure you want to remove the license?"
msgstr "Er du sikker på at du vil fjerne lisensen?"
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr "Er du sikker på at du vil fjerne denne identiteten?"
@@ -4179,13 +4337,16 @@ msgstr "Artifakten ble vellykket slettet."
msgid "Artifacts"
msgstr "Artefakter"
+msgid "Artifacts maximum size"
+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} pushet til grenen %{branch} av %{project_name} ( %{commit_url} ):"
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr "Stigende"
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,8 +4421,8 @@ msgstr ""
msgid "Assigned Issues"
msgstr "Tilegnede saker"
-msgid "Assigned Merge Requests"
-msgstr "Tilordnede fletteforespørsel"
+msgid "Assigned merge requests"
+msgstr ""
msgid "Assigned projects"
msgstr ""
@@ -4328,6 +4492,9 @@ msgstr "Legg ved en fil"
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "Legg til en fil ved å dra-og-slippe eller %{upload_link}"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] "Legger ved en fil"
@@ -4399,9 +4566,15 @@ msgstr "Autentisere"
msgid "Authenticate with GitHub"
msgstr "Autentiser med GitHub"
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr "Autorisasjonsnøkkel"
msgid "Authorization required"
msgstr "Autorisasjon påkrevd"
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr "Avataren vil bli fjernet. Er du sikker?"
msgid "Average per day: %{average}"
msgstr "Gjennomsnitt per dag: %{average}"
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr "Tilbake til side %{number}"
@@ -4714,25 +4899,25 @@ msgstr "Dine merker"
msgid "Balsamiq file could not be loaded."
msgstr "Balsamiq-filen kunne ikke lastes inn."
-msgid "BambooService|A continuous integration and build server"
-msgstr "En kontinuerlig integrerings- og byggversjonstjener"
+msgid "BambooService|Atlassian Bamboo"
+msgstr ""
-msgid "BambooService|A user with API access, if applicable"
-msgstr "En bruker med API-tilgang, hvis aktuelt"
+msgid "BambooService|Bamboo URL"
+msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
-msgstr "Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
+msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr "Begynn med den valgte commiten"
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "Nedenfor vil du finne alle de gruppene som er offentlige."
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr "Vis oversikt over grenene"
msgid "Branches|Show stale branches"
msgstr "Vis fastgrodde grener"
-msgid "Branches|Sort by"
-msgstr "Sorter etter"
-
msgid "Branches|Stale"
msgstr "Stillestående"
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr "Meldinger"
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "Bla gjennom katalog"
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr "CI/CD for eksternt kodelager"
-msgid "CI/CD settings"
-msgstr "CI/CD-innstillinger"
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr "URL-adresse for tilbakeringing"
msgid "Can be manually deployed to"
msgstr "Kan distribueres manuelt til"
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr "Kan ikke benytte det, siden kildegrenen ble slettet."
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr "Avbryt denne jobben"
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr "Avbryt, behold prosjektet"
@@ -5595,6 +5801,9 @@ msgstr "Kan ikke opprette misbruksrapporten. Brukeren har blitt slettet."
msgid "Cannot create the abuse report. This user has been blocked."
msgstr "Kan ikke opprette misbruksrapporten. Brukeren har blitt blokkert."
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr "Kan ikke gjøre eposet konfidensiell hvis den inneholder ikke-konfidensi
msgid "Cannot merge"
msgstr "Kan ikke flette"
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr "Kan ikke modifisere den behandlede Kubernetes-klyngen"
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr "Kapasitetsterskel"
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr "Visse typer brukerinnhold vil bli flyttet til en systemdekkende 'Spøkelsesbruker' for å opprettholde innholdet for ettertiden. For ytterligere informasjon, se dokumentasjonen %{link_start}for sletting av brukerkontoer.%{link_end}"
@@ -5796,15 +6029,9 @@ msgstr "Endrer tittelen til \"%{title_param}\"."
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr "Endring av gruppe-URL-en kan ha utilsiktede bivirkninger."
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "Sjekk %{docs_link_start}dokumentasjonen%{docs_link_end}."
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 "Velg en gren/etikett (f.eks. %{master}) eller skriv inn en commit (f.eks. %{sha}) for å se hva som er endret eller for å opprette en fletteforespørsel."
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr "Klikk for å utvide den."
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr "Lukker denne %{quick_action_target}."
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
+msgstr ""
+
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users over subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr "Grunndomene"
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr "Blokkeringsmodus"
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr "Kodeeiergodkjenning er påkrevd"
msgid "Code owners"
msgstr "Kodeeiere"
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr "Dette er definisjonen"
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr "ComboSearch er ikke definert"
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr "Kommaseparert, f.eks. '1.1.1.1, 2.2.2.0/24'"
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr "Sammenlign Git-revisjoner"
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr "Sammenlign revisjoner"
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr "SOX - Sarbanes-Oxley"
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr "Dette prosjektet er regulert av %{framework}."
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr "Tillit"
@@ -8024,9 +8320,24 @@ msgstr "Sett opp Let's Encrypt"
msgid "Configure Prometheus"
msgstr "Sett opp Prometheus"
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "Konfigurer sporing"
+msgid "Configure What's new drawer and content."
+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 "Konfigurer en %{codeStart}.gitlab-webide.yml%{codeEnd}-fil i %{codeStart}.gitlab%{codeEnd}-mappen for å begynne å bruke netterminalen. %{helpStart}Lær mer.%{helpEnd}"
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr "Sett opp kodelagerspeiling."
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr "Sett opp lagringsfilbaneinnstillinger."
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr "Bekreft"
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr "Bekreftelses-e-post ble sendt til %{email}"
msgid "Confirmation required"
msgstr "Bekreftelse påkrevd"
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr "Confluence"
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,8 +8585,8 @@ msgstr "Kopier pushkommando"
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
-msgstr "Slett valgt"
+msgid "ContainerRegistry|Delete selected tags"
+msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
msgstr ""
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr "Innholdet i .gitlab-ci.yml"
@@ -8537,8 +8875,8 @@ msgstr "Forrige måned"
msgid "ContributionAnalytics|Last week"
msgstr "Forrige uke"
-msgid "ContributionAnalytics|Merge Requests"
-msgstr "Fletteforespørsler"
+msgid "ContributionAnalytics|Merge requests"
+msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr "Kopier verdi"
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr "Koble til og lever din %{link_start}personlige GitHub-tilgangssjetong%{l
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr "Opprett gren"
@@ -8990,6 +9364,9 @@ msgstr "Opprett utdrag"
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr "Opprett jokertegn: %{searchTerm}"
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr "Crossplane"
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr "Nåværende passord"
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr "%{stageCount} trinn valgt"
msgid "CycleAnalytics|All stages"
msgstr "Alle trinn"
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr "Dato"
@@ -9531,13 +9920,10 @@ msgstr "Trinn"
msgid "CycleAnalytics|Tasks by type"
msgstr "Oppgaver etter type"
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr "DNS"
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr "Kontrollpanel"
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr "Nettstedsprofiler"
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr "Dager"
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr "Avvis og logg ut"
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr "Slett kommentar"
msgid "Delete domain"
msgstr "Slett domene"
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr "Slett stempel"
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr "Kunne ikke fjerne prosjektutdrag. Prøv på nytt eller kontakt administr
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ msgstr "Sletter"
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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr "Avslått"
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr "Avvis"
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr "Avhengigheter"
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr "Kun lesetilgang"
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr "DevOps-rapport"
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr "Katalognavn"
msgid "Disable"
msgstr "Skru av"
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr "Deaktiver for dette prosjektet"
@@ -10996,7 +11448,7 @@ msgstr "Forkast utkast"
msgid "DiscordService|Discord Notifications"
msgstr "Discord-varsler"
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] "Avfei %d valgt sårbarheter som"
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr "Vis kilden"
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr "Domene"
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr "Last ned %{format}:"
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr "Last ned CSV"
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "Rediger"
@@ -11349,6 +11810,9 @@ msgstr "Rediger saker"
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr "Rediger denne utgivelsen"
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr "Rediger wiki-side"
@@ -11385,6 +11852,9 @@ msgstr "Redigerer"
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ msgstr ""
msgid "Email patch"
msgstr "Send e-post om programrettelse"
-msgid "Email restrictions"
-msgstr "E-postbegrensninger"
-
-msgid "Email restrictions for sign-ups"
-msgstr ""
-
msgid "Email sent"
msgstr "E-post sendt"
-msgid "Email the pipelines status to a list of recipients."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr "E-postadresser adskilt med komma"
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr "Skru på PlantUML"
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr "Skru på Seat Link"
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr "Skru på tilgang til Grafana"
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 "Skru på feilsporing"
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr "Skru på mellomtjener"
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr "Skru på 2-trinnsautentisering"
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr "Sluttid"
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr "Slutter den (UTC)"
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr "Miljøomfang"
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr "Eposen ble ikke funnet."
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr "Epos-hendelser"
@@ -12114,7 +12620,7 @@ msgstr "Eposer og saker"
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr "Utvid milepæler"
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr "Utvid sidepanelet"
@@ -12729,6 +13241,9 @@ msgstr "Ekstern ID"
msgid "External URL"
msgstr "Ekstern URL"
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr "Ekstern autentisering"
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
+msgstr ""
+
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr "Klarte ikke å opprette fletteforespørsel. Vennligst prøv igjen."
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr "Feil"
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr "Raskere utgivelser. Bedre kode. Mindre smerte."
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr "Bruker-ID-er"
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr "Feb"
@@ -13514,10 +14052,13 @@ msgstr "Rettet opp i:"
msgid "Flags"
msgstr "Flagg"
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr "Fullt navn"
@@ -13754,9 +14301,24 @@ msgstr "Generer ny eksportering"
msgid "Generate new token"
msgstr "Generer ny sjetong"
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr "Geo"
@@ -13904,6 +14466,9 @@ msgstr "hovednode"
msgid "GeoNodes|secondary nodes"
msgstr "sekundærnoder"
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr "Filtrer etter status"
msgid "Geo|Geo Status"
msgstr "Geo Status"
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr "GÃ¥ til hovednettstedet"
@@ -14027,6 +14607,9 @@ msgstr "Sist bekreftet"
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr "Nodenavnet kan ikke være tomt"
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr "Ikke synkronisert enda"
@@ -14090,16 +14676,25 @@ msgstr "Fjern"
msgid "Geo|Remove entry"
msgstr "Fjern oppføring"
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr "Status"
@@ -14153,6 +14751,9 @@ msgstr "Synkronisert"
msgid "Geo|Synced at"
msgstr "Synkronisert den"
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr "Synkronisering mislyktes - %{error}"
@@ -14162,6 +14763,9 @@ msgstr "Synkronisering av %{itemTitle} er deaktivert."
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr "Det er ingen %{replicable_type} å vise"
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr "Ukjent tilstand"
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr "Verifisering mislyktes - %{error}"
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr "Venter på planlegger"
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr "sekundær"
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr "Kom i gang"
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr "GitLab-importering"
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr "GitLab-brukernavn"
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr "Det kan ta opptil 30 minutter før nettstedet er tilgjengelig etter den første distribusjonen."
-msgid "GitLabPages|Learn more."
-msgstr "Lær mer."
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr "Lagre"
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 "Noe gikk galt under innhenting av Let's Encrypt-sertifikatet for %{domain}. Gå til dine %{link_start}domenedetaljer%{link_end} for å prøve på nytt."
@@ -14474,10 +15102,16 @@ msgstr "Uverifisert"
msgid "GitLabPages|Verified"
msgstr "Verifisert"
-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 "Når du bruker Sider under det generelle domenet til en GitLab-forekomst (%{pages_host}), kan du ikke bruke HTTPS med under-underdomener. Dette betyr at hvis brukernavnet/gruppenavnet ditt inneholder en prikk, vil det ikke fungere. Dette er en begrensning for «HTTP-over-TLS»-protokollen. HTTP-sider vil fortsette å fungere, forutsatt dersom du ikke omdirigerer HTTP til HTTPS."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr "Gitlab Pages"
-
msgid "Gitpod"
msgstr ""
@@ -14564,12 +15195,12 @@ msgstr "GÃ¥ tilbake"
msgid "Go back (while searching for files)"
msgstr "Gå tilbake (mens du søker etter filer)"
+msgid "Go back to configuration"
+msgstr ""
+
msgid "Go full screen"
msgstr "GÃ¥ til fullskjerm"
-msgid "Go to Integrations"
-msgstr "GÃ¥ til Integrasjoner"
-
msgid "Go to Webhooks"
msgstr "GÃ¥ til Webhooks"
@@ -14618,9 +15249,15 @@ msgstr "Gå til fletteforespørsler"
msgid "Go to metrics"
msgstr "Gå til målinger"
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr "GÃ¥ til prosjekt"
@@ -14816,6 +15453,9 @@ msgstr "Gruppeinfo:"
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,12 +15609,12 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
+msgstr ""
+
msgid "GroupSAML|Certificate fingerprint"
msgstr "Sertifikat-fingeravtrykk"
-msgid "GroupSAML|Check SSO on git activity"
-msgstr ""
-
msgid "GroupSAML|Configuration"
msgstr "Oppsett"
@@ -14981,21 +15627,18 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr "Standardrolle for nye brukere"
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
-msgstr "HÃ¥ndhevet SSO"
-
msgid "GroupSAML|Generate a SCIM token"
msgstr "Generer en SCIM-sjetong"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr "Forby ytre utgreininger"
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 "Veksle SAML-autentisering"
-
msgid "GroupSAML|Valid SAML Response"
msgstr "Gyldig SAML-respons"
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ msgstr "Eksporter gruppe"
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 "Hvis overgruppens synlighet er lavere enn gruppens nåværende synlighet, vil synlighetsnivåer for undergrupper og prosjekter endres til å samsvare med den nye overgruppens synlighet."
-msgid "GroupSettings|Integrations configured here will automatically apply to all projects in this group."
-msgstr ""
-
msgid "GroupSettings|Learn more about group-level project templates."
msgstr ""
@@ -15197,8 +15831,17 @@ msgstr "Innstilling for forhindring av utgreining ble ikke lagret"
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "Forhindre deling av et prosjekt innenfor %{group} med andre grupper"
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
-msgstr "Prosjekter vil bli slettet permanent etter en %{waiting_period}-dags forsinkelse. Denne forsinkelsen kan være %{customization_link} i instansinnstillinger"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
+msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
msgstr ""
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr "Overfør gruppe"
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr "Heisann"
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr "Hallo, %{username}!"
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr "Historie"
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr "Hjemmeside"
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,12 +16285,9 @@ msgstr "Hvordan det virker"
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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
-msgid "How many shards to split the Elasticsearch index over."
-msgstr "Hvor mange skår å dele opp Elasticsearch-indeksen i."
-
msgid "How many users will be evaluating the trial?"
msgstr ""
@@ -15696,9 +16369,15 @@ msgstr "SSH-nøkkelen din utløper snart. Vennligst generer en ny nøkkel."
msgid "IP Address"
msgstr "IP-adresse"
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr "Identifikator"
@@ -15744,6 +16423,12 @@ 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 "Hvis det ikke er noen tidligere lisens, eller hvis den forrige lisensen har utløpt, vil noe GitLab-funksjonalitet bli blokkert frem til en ny og gyldig lisens lastes opp."
+msgid "If this email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr "Hvis dette var en feil, kan du %{leave_link_start}forlate %{source_type}%{link_end}."
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr "Bilde URL"
msgid "Image details"
msgstr "Bildedetaljer"
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr "H"
msgid "ImageViewerDimensions|W"
msgstr "B"
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr "Importer CSV"
msgid "Import Projects from Gitea"
msgstr "Importer prosjekter fra Gitea"
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr "Importer et eksportert GitLab-prosjekt"
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr "Importer prosjektmedlemmer"
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr "Importer prosjekter fra Bitbucket"
@@ -15993,9 +16696,15 @@ msgstr "Om %{time_to_now}"
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr "Under arbeid"
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr "Inkompatibelt prosjekt"
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr "Rykk inn"
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr "Indekser alle prosjekter"
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr "Integrasjon"
@@ -16685,16 +17430,25 @@ msgstr "Integrasjonsinnstillinger"
msgid "Integrations"
msgstr "Integrasjoner"
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr "Alle detaljer"
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr "Skru på kommentarer"
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr "Bruk tilpassede innstillinger"
msgid "Integrations|Use default settings"
msgstr "Bruk forvalgte innstillinger"
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr "Ugyldig brukernavn eller passord"
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr "Ugyldig PIN-kode"
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr "Saksstempel"
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr "Sak publisert på statussiden."
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,20 +18099,38 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
-msgstr "Bugzilla-sakssporer"
-
msgid "IssueTracker|Custom issue tracker"
msgstr "Tilpasset sakssporer"
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
-msgstr "Redmine-sakssporer"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
-msgstr "YouTrack-sakssporer"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
+msgstr ""
msgid "Issues"
msgstr "Saker"
@@ -17366,8 +18138,8 @@ msgstr "Saker"
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
-msgstr "Saker og fletteforespørsler"
+msgid "Issues and merge requests"
+msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
msgstr ""
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr "Ringer"
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ msgstr ""
msgid "JiraService|Jira comments will be created when an issue gets referenced in a merge request."
msgstr ""
-msgid "JiraService|Jira issue tracker"
-msgstr "Jira-sakssporer"
-
msgid "JiraService|Jira issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr "Jira-prosjektnøkkel"
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr "Denne funksjonen krever en Premium-plan."
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ msgstr ""
msgid "JiraService|View Jira issues in GitLab"
msgstr "Vis Jira-saker i 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ msgstr "Nett-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 ""
-msgid "JiraService|e.g. AB"
-msgstr "f.eks. AB"
-
msgid "JiraService|transition ids can have only numbers which can be split with , or ;"
msgstr ""
@@ -17684,6 +18519,9 @@ msgstr "Jobb-artifakt"
msgid "Job artifacts"
msgstr "Jobb-artefakter"
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr "Jobben har blitt slettet"
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr "for"
msgid "Job|into"
msgstr "inni"
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr "med"
@@ -17810,6 +18660,12 @@ msgstr "Bli med på Zoom-møte"
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr "Jul"
@@ -17831,6 +18687,9 @@ msgstr "Bare meg selv"
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr "LFS"
@@ -18046,6 +18908,9 @@ msgstr "Seneste commit"
msgid "Last contact"
msgstr "Siste kontakt"
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr "Sist endret %{date}"
@@ -18076,6 +18941,12 @@ msgstr "Sist sett"
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr "Tips"
msgid "Lead Time"
msgstr "Ledetid"
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr "Lær mer om utstasjonering til en klynge"
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr "Lær mer om å signere commiter"
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr "Forlat"
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr "Forlat gruppen"
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr "Lenken er kopiert"
@@ -18582,6 +19480,9 @@ msgstr "Lenkede saker"
msgid "LinkedIn"
msgstr "Linkedin"
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr "Lokalisering"
msgid "Location"
msgstr "Adresse"
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr "LÃ¥s"
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr "LÃ¥ser diskusjonen."
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "Logg på med et smartkort"
msgid "Logo was successfully removed."
msgstr "Logoen ble vellykket fjernet."
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr "Logger"
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr "Administrer programmer som du har autorisert til å bruke kontoen din."
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr "Administrer gruppe-etiketter"
@@ -18825,8 +19738,8 @@ msgstr "Behandle milepæler"
msgid "Manage project labels"
msgstr "Administrer prosjekt-etiketter"
-msgid "Manage storage usage"
-msgstr "Behandle lagringsbruk"
+msgid "Manage projects."
+msgstr ""
msgid "Manage two-factor authentication"
msgstr "Behandle 2-trinnsautentisering"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr "Maks tilgangsnivå"
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr "Maksimal feltlengde"
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr "Maks filstørrelse er 2MB. Vennligst velg en mindre fil."
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr "Maks antall prosjekter."
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr "Maks-siden har blitt nådd"
@@ -19119,9 +20065,15 @@ msgstr "Maksstørrelse på importfiler."
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr "Mai"
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr "Median"
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr "Medlemslås"
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr "Medlem siden %{date}"
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr "Fletteforespørsel"
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr "Fletteforespørsels-commiter"
-
msgid "Merge Requests"
msgstr "Fletteforespørsel"
@@ -19347,12 +20305,18 @@ msgstr "Fletteforespørselen %{mr_link} ble gjennomgått av %{mr_author}"
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr "Godkjenninger av fletteforespørsel"
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr "Meldinger"
msgid "Method"
msgstr "Metode"
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr "Minimumsintervall i dager"
-msgid "Minimum password length (number of characters)"
-msgstr "Minimumspassordlengde (antall tegn)"
-
msgid "Minutes"
msgstr "Minutter"
@@ -20179,9 +21143,6 @@ msgstr "Mer"
msgid "More Information"
msgstr "Mer informasjon"
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr "Mere Slack-kommandoer"
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr "Navnerom"
@@ -20387,6 +21346,9 @@ msgstr "Navngivning, synlighet"
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr "Hjelp"
@@ -20782,6 +21744,9 @@ msgstr "Tittel på den nye saken"
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr "Nytt prosjekt"
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr "Ny utgivelse"
@@ -20815,9 +21792,6 @@ msgstr "Nytt krav"
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr "Ingen forhåndsvisning for denne filtypen"
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr "Ingen offentlige grupper"
@@ -21417,12 +22397,9 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr "Antall %{itemTitle}"
-msgid "Number of Elasticsearch replicas"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
-msgid "Number of Elasticsearch shards"
-msgstr "Antall Elasticsearch-skår"
-
msgid "Number of Git pushes after which 'git gc' is run."
msgstr ""
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr "Antall berørte filer"
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr "OK"
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr "Innstillinger"
msgid "Or you can choose one of the suggested colors below"
msgstr "Eller så kan du velge en av de foreslåtte fargene nedenfor"
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr "Andre versjoner"
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr "Eier"
msgid "Package Registry"
msgstr "Pakkeregister"
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr "Pakken finnes allerede"
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr "npm-kommando"
-
msgid "PackageRegistry|published by %{author}"
msgstr "publisert av %{author}"
-msgid "PackageRegistry|yarn command"
-msgstr "yarn-kommando"
-
msgid "Packages"
msgstr "Pakker"
@@ -22352,15 +23374,6 @@ msgstr "Parameter"
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr "Parent"
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr "Deltakere"
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr "Bestått"
@@ -22397,7 +23410,10 @@ msgstr "Passord"
msgid "Password (optional)"
msgstr "Passord (frivillig)"
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr "I kø"
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr "Prosent"
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr "Optimalisering av ytelsen"
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr "Last ned"
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr "Rørledningsabonnementer"
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr "Totalt:"
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr "Rørledninger"
msgid "Pipelines charts"
msgstr "Rørledningsdiagrammer"
-msgid "Pipelines emails"
-msgstr "Rørlednings-E-poster"
-
msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
msgstr "Rørledninger for fletteforespørsler er konfigurert. En frakoblet rørledning kjører i sammenheng med fletteforespørselen, og ikke mot det innflettede resultatet. Lær mer i dokumentasjonen for rørledninger for innflettede resultater."
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
-msgstr "CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
+msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr "Kjør rørledning"
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr "Varighet"
-msgid "Pipeline|Existing branch name or tag"
-msgstr "Eksisterende grennavn eller etikett"
-
msgid "Pipeline|Failed"
msgstr "Mislyktes"
@@ -22916,30 +23992,21 @@ msgstr "Rørledninger"
msgid "Pipeline|Raw text search is not currently supported. Please use the available search tokens."
msgstr ""
-msgid "Pipeline|Run Pipeline"
-msgstr "Kjør rørledning"
-
-msgid "Pipeline|Run for"
+msgid "Pipeline|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Run for branch name or tag"
+msgid "Pipeline|Run pipeline"
msgstr ""
msgid "Pipeline|Running"
msgstr "Kjører"
-msgid "Pipeline|Search branches"
-msgstr ""
-
msgid "Pipeline|Skipped"
msgstr "Hoppet over"
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 "Trinn"
@@ -22997,13 +24064,13 @@ msgstr "med trinn"
msgid "Pipeline|with stages"
msgstr "med trinn"
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr "Plan:"
msgid "PlantUML"
msgstr "PlantUML"
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr "Spill av"
@@ -23105,8 +24175,8 @@ msgstr ""
msgid "Please enter a valid number"
msgstr "Vennligst skriv inn et gyldig nummer"
-msgid "Please enter or upload a license."
-msgstr "Vennligst skriv inn eller last opp en lisens."
+msgid "Please enter or upload a valid license."
+msgstr ""
msgid "Please fill in a descriptive name for your group."
msgstr "Vennligst skriv inn et beskrivende navn på gruppen din."
@@ -23144,6 +24214,9 @@ msgstr "Vennligst oppgi en gyldig e-postadresse."
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr "Forrige uoppklarte diskusjon"
msgid "Primary"
msgstr "Primær"
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr "Profil"
msgid "Profile Settings"
msgstr "Profilinnstillinger"
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr "den"
@@ -23639,6 +24727,12 @@ msgstr "Rediger profil"
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr "Utløper den"
@@ -23654,7 +24748,7 @@ msgstr "Fullt navn"
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr "Ugyldig passord"
@@ -23678,6 +24775,15 @@ msgstr "Ugyldig brukernavn"
msgid "Profiles|Key"
msgstr "Nøkkel"
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr "Senest brukt:"
@@ -23723,6 +24829,9 @@ msgstr "Offentlig avatar"
msgid "Profiles|Public email"
msgstr "Offentlig e-post"
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr "Fjern avatar"
@@ -23747,9 +24856,6 @@ msgstr "Muligheten til å oppdatere navnet ditt har blitt skrudd av administrato
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "Den maks tillatte filstørrelsen er 200KB."
-msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr "Denne e-postadressen vil bli vist på din offentlige profil"
@@ -23837,9 +24943,6 @@ msgstr "Din konto er for øyeblikket eier i disse gruppene:"
msgid "Profiles|Your email address was automatically set based on your %{provider_label} account"
msgstr "E-postadressen din ble automatisk satt, basert på din %{provider_label}-konto"
-msgid "Profiles|Your key has expired"
-msgstr "Denne nøkkelen har utløpt"
-
msgid "Profiles|Your location was automatically set based on your %{provider_label} account"
msgstr "Posisjonen din ble automatisk satt, basert på din %{provider_label}-konto"
@@ -23930,6 +25033,9 @@ msgstr "Prosjekt URL"
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr "Prosjektet er allerede slettet"
@@ -24095,13 +25201,7 @@ msgstr "eller gruppe"
msgid "ProjectSelect|Search for project"
msgstr "Søk etter prosjekt"
-msgid "ProjectService|%{service_title}: status off"
-msgstr "%{service_title}: status av"
-
-msgid "ProjectService|%{service_title}: status on"
-msgstr "%{service_title}: status på"
-
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Drone server URL"
msgstr ""
msgid "ProjectService|Enter new API key"
@@ -24110,67 +25210,88 @@ msgstr ""
msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a commit is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr "Overfør prosjekt"
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr "Opprett blankt prosjekt"
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr "Opprett fra mal"
@@ -24668,6 +25807,9 @@ msgstr "Importer"
msgid "ProjectsNew|Import project"
msgstr "Importer prosjekt"
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr "Start i gang kodelageret med en README"
@@ -24929,7 +26071,7 @@ msgstr "Lær mer"
msgid "Promotions|Not now, thanks!"
msgstr "Ikke nå, ellers takk!"
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr "Protokoll"
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr "Leverandør"
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr "Kjøp flere minutter"
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr "Push"
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr "Høy prioritet"
@@ -25280,9 +26434,6 @@ msgstr "Laveste prioritet"
msgid "PushoverService|Normal Priority"
msgstr "Normal prioritet"
-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 "Se prosjektet %{project_full_name}"
@@ -25313,6 +26464,9 @@ msgstr "Satt i kø"
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr "Les mer"
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr "Sanntidsfunksjoner"
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,8 +26554,8 @@ msgstr ""
msgid "Recent"
msgstr "Nylig"
-msgid "Recent Activity"
-msgstr "Nylig aktivitet"
+msgid "Recent Deliveries"
+msgstr ""
msgid "Recent Project Activity"
msgstr "Nylig prosjektaktivitet"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr "Nylige søk"
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr "Sett opp på nytt"
@@ -25596,18 +26768,21 @@ msgstr "Dokumentasjon for utgivelser"
msgid "Releases|New Release"
msgstr "Ny utgivelse"
-msgid "Release|Something went wrong while creating a new release"
-msgstr "Noe gikk galt under opprettelse av en ny utgivelse"
+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 "Noe gikk galt under lagring av utgivelsesdetaljene"
+msgid "Release|Something went wrong while saving the release details."
+msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr "PÃ¥minn meg senere"
@@ -25659,12 +26834,18 @@ msgstr "Fjern kort"
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr "Fjern beskrivelseshistorikken"
msgid "Remove due date"
msgstr "Fjern måldato"
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr "Fjern fra epos"
msgid "Remove group"
msgstr "Fjern gruppe"
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr "Fjern grensen"
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr "Fjern medlem"
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr "Fjern sekundærnode"
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr "Fjern bruker fra gruppe"
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr "Fjernet"
@@ -26180,6 +27376,9 @@ msgstr "Velg"
msgid "Request Access"
msgstr "Be om tilgang"
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr "Forespørsler til disse domenene/adressene i det lokale nettverket vil v
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] "Krever %d godkjenninger til."
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr "Send forespørsel på nytt"
@@ -26295,6 +27503,9 @@ msgstr "Send invitasjonen på nytt"
msgid "Resend it"
msgstr "Send det på nytt"
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr "Tilbakestill nøkkel"
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 "Fortsett"
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr "Runners|Navn"
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr "Runners|Plattform"
@@ -26671,33 +27888,51 @@ msgstr "Runners|Egenskapsnavn"
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr "Kjører"
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr "SSH-nøkkel"
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr "SSL-verifisering:"
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr "Skanner"
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr "Planlegg en ny rørledning"
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr "Sekundær"
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr "Sekunder"
@@ -27203,6 +28465,9 @@ msgstr "Sett opp"
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr "Status"
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr "Det oppstod en feil under tillegging av kommentaren."
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr "SÃ¥rbarhetsrapport"
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
-msgstr "Se GitLab sine %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
+msgstr ""
msgid "See metrics"
msgstr "Se målinger"
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr "Send E-postvarsel"
msgid "Send message"
msgstr "Send melding"
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr "Send inn rapport"
@@ -27929,12 +29215,6 @@ msgstr "Øktvarighet (i minutter)"
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 "Angi .gitlab-ci.yml for å aktivere eller konfigurere SAST.sikkerhetsskanning ved hjelp av den GitLab-håndterte malen. Du kan [legge til variabel-overstyring](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) for å tilpasse SAST-innstillinger."
-
msgid "Set a default description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr "Setter vektleggingen til %{weight}."
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr "Vis commit-beskrivelse"
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr "Vis detaljer"
@@ -28374,6 +29660,9 @@ msgstr "Logg på"
msgid "Sign in / Register"
msgstr "Logg inn / Registrer"
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr "Logg inn hos «%{group_name}»"
@@ -28386,12 +29675,18 @@ msgstr "Logg på med smartkort"
msgid "Sign in via 2FA code"
msgstr "Logg på med 2FA-kode"
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr "Logg på med enkelt pålogging"
msgid "Sign in with smart card"
msgstr "Logg på med smartkort"
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr "Logg av"
@@ -28404,6 +29699,12 @@ msgstr "Registrer deg"
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr "PÃ¥loggingsbegrensninger"
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr "Størrelse"
@@ -28473,28 +29780,16 @@ msgstr "Hoppet over"
msgid "Skipped deployment to"
msgstr ""
+msgid "Skype:"
+msgstr ""
+
msgid "Slack application"
msgstr "Slack-applikasjon"
-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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr "Noe gikk galt i vår ende"
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr "Noe gikk galt i vår ende."
@@ -28671,6 +29972,9 @@ msgstr "Noe gikk feil under henting av kommentarer. Vennligst prøv igjen."
msgid "Something went wrong while fetching description changes. Please try again."
msgstr "Noe gikk galt under innhenting av beskrivelsesendringer. Vennligst prøv igjen."
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr "Noe gikk feil under henting av gruppemedlemmenes bidrag"
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr "Noe gikk galt ved løsing av denne diskusjonen. Vennligst prøv igjen."
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr "Kilde (branch eller tag)"
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr "Spam-loggbøker"
@@ -29175,6 +30488,9 @@ msgstr "Startet:"
msgid "Starting..."
msgstr "Starter …"
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr "Starter %{startsIn}"
@@ -29271,6 +30587,24 @@ msgstr "Status:"
msgid "Status: %{title}"
msgstr "Status: %{title}"
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr "Send inn"
msgid "Submit a review"
msgstr "Send inn en vurdering"
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr "Send inn som spam"
@@ -29421,6 +30758,9 @@ msgstr "Send inn nåværende vurdering."
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr "Sendte inn den nåværende vurderingen."
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr "Abonnement"
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr "Abonnementsslettingen mislyktes."
@@ -29595,6 +30938,9 @@ msgstr "Opphevde blokkeringen vellykket"
msgid "Successfully unlocked"
msgstr "Opplåsingen var vellykket"
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr "Sammendrag"
msgid "Sunday"
msgstr "Søndag"
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr "Støtte"
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr "Innholdsfortegnelse"
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr "Etikett"
@@ -29880,9 +31292,6 @@ msgstr "Utgivelsesbeskrivelser"
msgid "TagsPage|Repository has no tags yet."
msgstr "Kodelageret har ingen etiketter enda."
-msgid "TagsPage|Sort by"
-msgstr "Sorter etter"
-
msgid "TagsPage|Tags"
msgstr "Tagger"
@@ -30185,20 +31594,35 @@ msgstr "%{count} tester"
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr "Jobber"
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr "Tester"
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
-msgstr "Det er ingen tester å vise."
+msgid "TestReports|There are no tests to display"
+msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr "En feil oppstod under innhenting av oppsummeringen."
@@ -30206,6 +31630,9 @@ msgstr "En feil oppstod under innhenting av oppsummeringen."
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr "Tester"
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr "Takk for handelen!"
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 "Det avansert søket i GitLab er en kraftig søketjeneste som sparer deg tid. I stedet for å opprette duplisert kode og kaste bort tid, kan du nå søke etter kode inni andre team som kan hjelpe ditt eget prosjekt."
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr "Commiten finnes ikke"
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr "En feil oppstod under innhenting av grupper."
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr "En feil oppstod under innhenting av stempler."
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr "En feil oppstod under innhenting av %{replicableType}"
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr "Det oppstod en feil under innhenting av Geo-innstillingene"
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr "Dette er en Premium-funksjon"
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr "Denne innstillingen er kun tilgjengelig på GitLab.com"
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr "Denne brukeren har ingen aktive %{type}."
msgid "This user has no identities"
msgstr "Denne brukeren har ingen identiteter"
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr "sek"
msgid "Tip:"
msgstr "Tips:"
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr "For å beskytte kontoen din ytterligere, bør du vurdere å konfigurere en %{mfa_link_start}2-trinnsautentiserings%{mfa_link_end}metode."
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr "For å komme i gang, skriv inn din Gitea-verts-URL og en %{link_to_personal_token}."
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr "For å forbedre GitLab og brukeropplevelsen dens, vil GitLab med jevne mellomrom samle inn bruksinformasjon."
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 "For å motta alarmer fra manuelt konfigurerte Prometheus-tjenester, legg til den følgende URL-en og autorisasjonsnøkkelen til din Prometeus-webhook-oppsettsfil. Lær mer om %{linkStart}å sette opp Prometheus%{linkEnd} til å sende varsler til GitLab."
+msgid "To run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr "Totalt antall kjerner (CPU-er)"
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr "Triggeren ble vellykket oppdatert."
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ msgstr ""
msgid "Turn on"
msgstr ""
-msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
-msgstr "Skru på %{strongStart}bruks-ping%{strongEnd} for å aktivere analyse av brukeraktivitet, kjent som %{docLinkStart}Kohorter%{docLinkEnd}."
-
msgid "Turn on usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr "Twitter"
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr "2-trinnautentisering"
@@ -32487,6 +33995,9 @@ msgstr "2-trinnautentisering"
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr "2-trinnsautentisering"
@@ -32505,6 +34016,9 @@ msgstr "2-trinnautentisering har blitt skrudd av vellykket!"
msgid "Two-factor authentication is not enabled for this user"
msgstr "2-trinnautentisering er ikke skrudd på for denne brukeren"
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr "Type"
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr "URL eller forespørsels-ID"
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr "Klarte ikke å innhente uskannede prosjekter"
@@ -32622,6 +34142,9 @@ msgstr "Klarte ikke å laste inn forskjellen. %{button_try_again}"
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr "Ikke tildelte"
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr "Avinstaller"
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr "Ubegrenset"
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr "LÃ¥s opp"
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr "LÃ¥s opp diskusjonen"
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr "LÃ¥st opp"
@@ -32838,15 +34379,27 @@ msgstr "Oppdater"
msgid "Update %{sourcePath} file"
msgstr "Oppdater %{sourcePath}-filen"
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr "Oppdater alle"
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr "Oppdater godkjennere"
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr "Oppdatering mislyktes"
@@ -32856,6 +34409,9 @@ msgstr "Oppdater den"
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr "Oppdater nå"
@@ -32910,6 +34466,9 @@ msgstr "Oppdateringer"
msgid "Updating"
msgstr "Oppdaterer"
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr "Bruk saltede lagringsstier for nyopprettede og nynavngivne kodelagre. Ak
msgid "Use one line per URI"
msgstr "Bruk en linje per URI"
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr "Bruk mal"
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr "Benyttet programmeringsspråk"
@@ -33549,6 +35120,9 @@ msgstr "Brukernavnet er tilgjengelig."
msgid "Username or email"
msgstr "Brukernavn eller E-postadresse"
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
-msgstr "Mediantid fra første commit til sakene blir lukket."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
+msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr "Bekreftet"
msgid "Verify SAML Configuration"
msgstr "Verifiser SAML-oppsettet"
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr "Verifiser oppsettet"
@@ -33802,6 +35391,9 @@ msgstr "Vis den i GitLab"
msgid "View job"
msgstr "Se stilling"
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr "Vis jobblogg"
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr "Vis dokumentasjonen"
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr "Webhook"
@@ -34378,7 +35988,7 @@ msgstr "URL"
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr "Onsdag"
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr "Velkommen til den guidede GitLab-turen"
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr "Hva leter du etter?"
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr "Hva er ditt erfaringsnivå?"
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr "Vil du slette siden %{pageTitle}?"
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr "Wikier"
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr "Skriv en milepælbeskrivelse …"
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr "Du mottar denne meldingen fordi du er en GitLab-administrator for %{url}."
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr "Du kan også teste din %{gitlab_ci_yml} i %{lint_link_start}CI Lint%{lin
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "Du kan også laste opp eksisterende filer fra datamaskinen din ved å følge instruksjonene nedenfor."
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr "Du kan alltid redigere dette senere"
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr "Du har ikke en aktiv lisens"
msgid "You do not have any subscriptions yet"
msgstr "Du har ikke noen abonnementer enda"
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr "Du har ikke registrert noen U2F-enheter enda."
@@ -35115,6 +36767,9 @@ msgstr "Du har ikke noen prosjekter tilgjengelig."
msgid "You don't have any recent searches"
msgstr "Du har ingen nylige søk"
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr "Du har ikke tilstrekkelig tillatelse til å utføre denne handlingen."
@@ -35136,8 +36791,11 @@ msgstr "Du har blitt tildelt %{access_level}-tilgang til %{source_link} %{source
msgid "You have been granted %{access_level} access to the %{source_name} %{source_type}."
msgstr "Du har blitt tildelt %{access_level}-tilgang til %{source_name} %{source_type}."
-msgid "You have been granted %{member_human_access} access to %{title} %{name}."
-msgstr "Du har blitt tildelt %{member_human_access}-tilgang til %{title} %{name}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
+msgstr ""
msgid "You have been invited"
msgstr "Du har blitt invitert"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr "Du må laste opp en fil med det samme filnavnet når du slipper inn i et eksisterende design."
@@ -35370,7 +37031,7 @@ msgstr "Ditt %{strong}%{plan_name}%{strong_close} abonnement på %{strong}%{name
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr "Dine GPG-nøkler (%{count})"
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr "SSH-nøklene dine (%{count})"
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr "U2F-enheten din sendte ikke et gyldig JSON-svar."
msgid "Your U2F device was registered!"
msgstr "Din U2F-enhet ble registrert!"
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr "Kontoen din er låst."
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr "Dine applikasjoner (%{size})"
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr "Din lisens er gyldig fra"
-msgid "Your license was successfully synced."
-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 "Lisensen din vil bli inkludert i GitLab-sikkerhetskopien og vil overleve oppgraderinger, så ved normal bruk trenger du aldri å laste opp %{code_open}.gitlab-lisens%{code_close}-filen din på nytt."
@@ -35580,6 +37247,9 @@ msgstr "Din nye %{type}"
msgid "Your new SCIM token"
msgstr "Din nye SCIM-sjetong"
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr "opprettet %{timeAgo}"
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr "data"
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] "fra %d jobb"
msgstr[1] "fra %d jobber"
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr "gruppe"
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr "hjelp"
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr "http:"
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr "https://din-bitbucket-tjener"
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr "Flettet av"
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr "Mer informasjon"
@@ -36708,21 +38411,18 @@ 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 "Denne fletteforespørsel ble ikke flettet automatisk"
-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|To merge, a Jira issue key must be mentioned in the title or description."
+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 "Bruk %{linkStart}CI-rørledninger til å teste koden%{linkEnd} ved å legge til en GitLab CI-konfigurasjonsfil i prosjektet ditt. Det tar bare et minutt å gjøre koden din mer sikker og robust."
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr "(ingen)"
@@ -36798,9 +38501,6 @@ msgstr "ny fletteforespørsel"
msgid "no approvers"
msgstr "ingen godkjennere"
-msgid "no contributions"
-msgstr "ingen bidrag"
-
msgid "no expiration"
msgstr "ingen utløpsdato"
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] "punkt"
msgstr[1] "punkter"
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr "privat"
@@ -36932,6 +38635,12 @@ msgstr "prosjekter"
msgid "quick actions"
msgstr "hurtighandlinger"
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr "nylig aktivitet"
@@ -36950,6 +38659,9 @@ msgstr "fjern"
msgid "remove due date"
msgstr "fjern forfallsdato"
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr "fjern vektlegging"
@@ -36967,15 +38679,18 @@ msgstr[1] "svar"
msgid "repository:"
msgstr "kodelager:"
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr "tilbakestille den."
+msgid "restart"
+msgstr ""
+
msgid "revised"
msgstr "revidert"
-msgid "runners"
-msgstr ""
-
msgid "satisfied"
msgstr "tilfredsstilt"
@@ -37012,6 +38727,9 @@ msgstr "Ingen"
msgid "severity|Unknown"
msgstr "Ukjent"
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "Vi legger til en GitLab CI-konfigurasjonsfil for å legge til en rørledning i prosjektet. Du kan opprette det manuelt, men vi anbefaler at du starter med en GitLab-mal som fungerer rett ut av boksen."
+msgid "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr "etikettnavn"
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr "de(n) følgende sak(en)"
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr "dette dokumentet"
diff --git a/locale/nl_NL/gitlab.po b/locale/nl_NL/gitlab.po
index 62aeeb92bfb..a763c9d7f3e 100644
--- a/locale/nl_NL/gitlab.po
+++ b/locale/nl_NL/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: nl\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:18\n"
+"PO-Revision-Date: 2021-05-03 22:23\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr "%{firstLabel} +%{labelCount} meer"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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}Groepen%{group_docs_link_end} stellen u in staat over meerdere projecten samen te werken en te beheren. Leden van een groep hebben toegang tot alle projecten."
+msgid "%{group_name} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr "%{title} wijzigingen"
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,12 +952,12 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "%{usage_ping_link_start}Lees meer%{usage_ping_link_end} over welke informatie gedeeld wordt met GitLab Inc."
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr ""
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr "Misbruik rapporten"
msgid "Abuse reports"
msgstr "Misbruik rapporten"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr "Voorwaarden accepteren"
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "Toegangstokens"
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr "Account en limiet"
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr "Actief"
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr "Activiteit"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgstr ""
+
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "Applicaties"
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "Bladeren in map"
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
+msgstr ""
+
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr "s"
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/pa_IN/gitlab.po b/locale/pa_IN/gitlab.po
index 313eb4e0737..4e7e9b02cde 100644
--- a/locale/pa_IN/gitlab.po
+++ b/locale/pa_IN/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: pa-IN\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:19\n"
+"PO-Revision-Date: 2021-05-03 22:24\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/pl_PL/gitlab.po b/locale/pl_PL/gitlab.po
index d597b46559b..5e5879d6027 100644
--- a/locale/pl_PL/gitlab.po
+++ b/locale/pl_PL/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: pl\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:19\n"
+"PO-Revision-Date: 2021-05-03 22:24\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -91,6 +100,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -524,9 +540,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -663,12 +676,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -753,9 +775,6 @@ 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 ""
@@ -804,6 +823,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -840,6 +862,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -955,9 +980,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -1068,9 +1090,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1089,10 +1108,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -1110,6 +1129,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1198,6 +1226,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1207,6 +1238,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1544,6 +1578,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1658,6 +1695,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1673,7 +1713,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1697,6 +1737,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1760,10 +1803,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1817,6 +1866,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1826,6 +1881,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1952,6 +2010,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1967,9 +2028,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1982,6 +2040,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -2018,9 +2079,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -2102,6 +2160,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2207,6 +2268,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2228,21 +2292,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2282,6 +2340,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2402,9 +2463,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2429,9 +2487,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2468,9 +2523,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2489,9 +2541,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2510,16 +2559,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2540,10 +2592,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2555,7 +2610,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2942,6 +2997,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -3114,10 +3175,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3144,19 +3202,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3177,18 +3241,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3210,22 +3268,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3237,6 +3295,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3255,13 +3316,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3273,22 +3337,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3426,9 +3487,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3456,6 +3514,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3558,10 +3619,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3822,9 +3883,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3834,7 +3892,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3891,9 +3949,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3933,6 +3988,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -4032,6 +4090,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -4102,16 +4250,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-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] ""
@@ -4135,6 +4280,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -4147,9 +4295,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4313,6 +4467,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4322,6 +4479,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4397,13 +4557,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4415,6 +4578,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4475,7 +4641,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4548,6 +4714,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4621,9 +4790,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4678,6 +4853,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4840,9 +5018,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4936,25 +5123,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4966,15 +5153,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -5065,12 +5264,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -5086,6 +5291,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5377,9 +5585,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5434,6 +5639,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5515,9 +5723,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5608,9 +5813,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5717,6 +5919,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5801,6 +6006,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5825,6 +6033,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5846,6 +6057,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5873,6 +6087,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -6026,15 +6261,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -6098,6 +6327,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6287,6 +6519,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6563,6 +6798,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6662,46 +6903,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6908,6 +7176,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -7073,6 +7344,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Włącz lub wyłącz połączenie GitLab z klastrem Kubernetes."
@@ -7184,7 +7458,7 @@ msgstr "Jeśli konfigurujesz wiele klastrów i używasz Auto DevOps, %{help_link
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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7211,6 +7485,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7838,6 +8121,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7895,6 +8181,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -8046,6 +8335,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -8091,6 +8383,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -8169,7 +8464,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8229,6 +8524,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8256,9 +8554,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8289,6 +8602,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8304,28 +8620,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8489,7 +8823,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8721,6 +9055,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8775,7 +9115,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8922,15 +9262,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -9120,6 +9493,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -9228,6 +9604,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9480,6 +9859,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9501,6 +9883,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9723,6 +10111,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9773,13 +10164,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9806,6 +10194,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9998,6 +10422,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -10043,6 +10470,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -10076,7 +10506,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -10091,6 +10521,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10170,6 +10603,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10188,9 +10624,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10215,6 +10648,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -10239,9 +10675,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10353,10 +10798,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10404,6 +10852,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10443,6 +10894,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10455,18 +10909,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10689,9 +11137,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10803,22 +11248,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -11053,15 +11483,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -11104,7 +11537,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11134,7 +11567,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -11149,10 +11582,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11170,6 +11609,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -11212,6 +11660,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -11254,7 +11708,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11318,9 +11772,6 @@ msgstr[3] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11348,7 +11799,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11363,6 +11814,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11381,10 +11835,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11429,6 +11883,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11516,6 +11973,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11609,6 +12072,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11627,6 +12093,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11645,6 +12114,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11708,21 +12180,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11768,9 +12237,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11783,13 +12249,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11831,6 +12303,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11846,6 +12321,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11864,6 +12348,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11873,9 +12360,6 @@ 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 ""
@@ -11927,6 +12411,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11954,9 +12444,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11993,6 +12492,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -12095,6 +12597,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12356,6 +12861,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12374,7 +12882,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12689,6 +13197,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12878,6 +13389,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12989,6 +13503,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -13004,6 +13521,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -13016,10 +13536,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -13067,9 +13590,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -13082,6 +13602,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13280,6 +13803,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13292,9 +13818,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13557,6 +14089,16 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13776,10 +14318,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13893,6 +14438,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13980,6 +14528,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -14016,9 +14567,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -14166,6 +14732,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14187,6 +14756,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -14226,6 +14798,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -14235,6 +14810,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14250,9 +14828,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14289,6 +14873,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14304,6 +14891,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14352,16 +14942,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14403,6 +15002,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14415,6 +15017,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14424,6 +15029,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14433,6 +15041,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14454,16 +15068,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14484,6 +15107,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14562,6 +15188,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14613,6 +15242,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14637,9 +15269,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14691,9 +15329,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14718,9 +15353,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14736,10 +15368,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14784,9 +15422,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14826,10 +15461,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14880,9 +15515,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -15078,6 +15719,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -15120,6 +15764,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -15207,6 +15854,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -15225,10 +15875,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -15243,19 +15893,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15294,10 +15941,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15345,15 +15989,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15384,7 +16025,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15435,9 +16076,6 @@ 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 group-level project templates."
msgstr ""
@@ -15459,7 +16097,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15498,6 +16145,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15675,9 +16325,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15717,6 +16373,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15735,9 +16394,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15821,12 +16489,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15866,6 +16540,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15875,10 +16555,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15962,9 +16639,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -16010,6 +16693,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -16022,6 +16711,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -16043,9 +16738,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -16067,6 +16759,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -16082,6 +16777,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -16111,6 +16812,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -16159,6 +16863,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -16265,9 +16972,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16286,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16316,7 +17029,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16361,7 +17074,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16394,9 +17107,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16418,6 +17128,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16481,7 +17194,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16496,7 +17209,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16523,16 +17239,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16553,7 +17275,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16607,6 +17329,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16715,6 +17440,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16724,19 +17452,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16832,9 +17557,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16853,6 +17584,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16950,6 +17696,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16959,16 +17708,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16977,6 +17735,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -17001,6 +17762,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -17010,6 +17774,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -17028,7 +17795,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -17040,6 +17807,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -17064,6 +17834,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -17076,7 +17849,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -17085,13 +17858,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -17100,6 +17873,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17184,9 +17960,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17412,24 +18185,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17538,15 +18299,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17619,19 +18377,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17640,7 +18416,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17721,6 +18497,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17736,6 +18515,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17796,6 +18620,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17808,6 +18635,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17838,10 +18668,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17862,16 +18695,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17904,16 +18734,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17928,7 +18770,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17937,9 +18779,6 @@ 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 ""
@@ -17958,6 +18797,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -18069,12 +18911,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -18084,6 +18938,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -18105,6 +18965,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18198,6 +19061,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18322,6 +19188,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18352,6 +19221,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18409,6 +19284,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18421,6 +19299,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18472,6 +19353,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18499,12 +19383,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18535,10 +19425,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18574,6 +19461,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18586,6 +19476,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18826,6 +19719,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18845,6 +19741,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18872,6 +19774,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18959,6 +19864,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -19001,12 +19909,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -19103,6 +20017,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -19115,7 +20032,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19238,6 +20155,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19295,6 +20221,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19304,6 +20236,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19358,6 +20296,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19388,6 +20335,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19409,9 +20359,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19424,15 +20380,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19487,10 +20452,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19586,9 +20551,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19637,12 +20599,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19823,6 +20791,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20365,9 +21336,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20473,9 +21441,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20657,19 +21622,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20685,6 +21646,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -21082,6 +22046,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -21106,6 +22073,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -21115,9 +22094,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21379,6 +22355,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21725,10 +22707,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21767,6 +22746,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21827,6 +22812,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21839,6 +22827,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21860,6 +22851,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21872,12 +22866,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21929,10 +22932,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -22068,7 +23089,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22212,9 +23233,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22236,6 +23254,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22281,6 +23305,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22539,6 +23566,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22581,15 +23611,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22662,15 +23686,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22686,15 +23701,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22707,7 +23722,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22770,6 +23788,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22779,6 +23800,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22794,15 +23818,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22812,6 +23845,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22860,6 +23896,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22899,6 +23941,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22941,6 +23986,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22986,9 +24043,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -23007,18 +24061,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -23031,6 +24091,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -23058,6 +24121,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -23079,9 +24145,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -23127,6 +24190,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -23145,6 +24223,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -23181,9 +24262,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23226,19 +24304,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -23247,9 +24319,6 @@ 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 ""
@@ -23307,13 +24376,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23328,6 +24397,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23415,7 +24487,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23454,6 +24526,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23544,6 +24619,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23676,6 +24754,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23727,6 +24808,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23835,6 +24919,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23949,6 +25039,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23964,7 +25060,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23979,6 +25075,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23988,6 +25087,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -24033,6 +25141,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -24057,9 +25168,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -24147,9 +25255,6 @@ 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 ""
@@ -24240,6 +25345,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24405,82 +25513,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24729,12 +25852,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24750,6 +25882,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24882,6 +26017,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24960,6 +26098,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24978,6 +26119,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -25239,7 +26383,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25425,9 +26569,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25482,6 +26632,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25575,6 +26728,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25590,9 +26746,6 @@ 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 ""
@@ -25623,6 +26776,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25656,15 +26812,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25683,6 +26851,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25695,7 +26866,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25710,6 +26881,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25910,18 +27084,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25973,12 +27150,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25994,6 +27177,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -26006,6 +27192,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -26033,6 +27225,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -26054,6 +27249,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26502,6 +27700,9 @@ msgstr "Wybierz"
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26514,6 +27715,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26544,7 +27748,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26553,6 +27757,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "Wymagaj od wszystkich użytkowników akceptacji Warunków Usługi i Polityki Prywatności, gdy będą chcieli korzystać z GitLab."
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26609,6 +27816,9 @@ msgstr[3] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26621,6 +27831,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26639,6 +27852,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26741,9 +27960,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26899,6 +28115,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr "Uruchom procesy CI/CD dla zewnętrznych repozytoriów"
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26914,12 +28136,6 @@ msgstr "Uruchom nieoznaczone zadania"
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr "Token robotnika"
-
msgid "Runner tokens"
msgstr ""
@@ -26959,25 +28175,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26992,6 +28208,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -27001,33 +28220,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -27037,9 +28274,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -27097,6 +28346,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -27109,6 +28361,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27166,6 +28421,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27486,6 +28747,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27555,6 +28819,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27612,7 +28879,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27639,6 +28906,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27798,6 +29068,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27843,6 +29116,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27858,12 +29134,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -28110,6 +29389,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -28281,12 +29569,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28488,6 +29770,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28599,6 +29884,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28730,6 +30018,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28742,12 +30033,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28760,6 +30057,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28808,6 +30111,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28829,28 +30138,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28949,12 +30246,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -29027,6 +30330,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr "Coś poszło nie tak podczas pobierania kontrybucji członków grupy"
@@ -29090,6 +30396,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr "Coś poszło nie tak podczas rozwiązywania tej dyskusji. Spróbuj ponownie."
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29315,6 +30624,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29372,6 +30684,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29531,6 +30846,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29627,6 +30945,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29753,6 +31089,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29777,6 +31116,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29807,6 +31149,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29951,6 +31296,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -30053,6 +31401,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -30143,6 +31554,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -30236,9 +31650,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30549,19 +31960,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30570,6 +31996,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30588,6 +32017,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30616,6 +32048,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30640,6 +32075,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30670,6 +32108,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30800,6 +32241,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30854,6 +32298,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30866,6 +32313,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30875,6 +32325,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30893,6 +32346,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -31037,13 +32499,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -31079,6 +32541,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -31154,6 +32619,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -31181,12 +32649,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31259,9 +32739,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31274,6 +32751,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31358,9 +32838,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31382,6 +32859,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31448,6 +32928,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31568,6 +33051,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31613,9 +33099,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31790,6 +33273,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31826,6 +33312,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31856,15 +33345,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31874,6 +33354,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31889,18 +33372,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31970,6 +33468,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -32114,6 +33615,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -32290,6 +33794,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32356,6 +33863,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32371,6 +33881,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr "Aby usprawnić GitLab i doświadczenie jego użytkowników, GitLab będzie okresowo zbierać informacje o użytkowaniu."
@@ -32386,7 +33899,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32398,7 +33911,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32413,6 +33929,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32566,9 +34085,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32783,12 +34299,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32837,9 +34347,6 @@ 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 usage ping"
msgstr ""
@@ -32849,6 +34356,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32861,6 +34371,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32879,6 +34392,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32930,6 +34446,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32969,6 +34488,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32996,6 +34518,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -33035,6 +34560,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -33056,6 +34587,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -33092,15 +34626,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -33212,15 +34755,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -33230,6 +34785,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -33284,6 +34842,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33299,9 +34860,6 @@ 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 merge requests."
msgstr ""
@@ -33530,13 +35088,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33629,9 +35187,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33647,6 +35217,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33923,6 +35496,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -34025,12 +35601,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -34085,6 +35673,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -34180,6 +35771,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -34228,19 +35822,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34534,6 +36125,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34591,6 +36185,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34621,6 +36218,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34672,6 +36275,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34756,7 +36368,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34783,7 +36395,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34807,6 +36419,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34837,6 +36452,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34858,6 +36476,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34870,10 +36497,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -35033,6 +36660,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -35048,9 +36678,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -35066,9 +36708,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -35153,6 +36801,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -35261,7 +36912,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35288,6 +36939,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -35324,13 +36978,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -35363,6 +37017,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35423,9 +37080,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35450,9 +37104,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35468,6 +37119,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35495,6 +37149,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35516,7 +37173,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35612,6 +37272,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35750,7 +37413,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35780,6 +37443,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35810,12 +37476,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35828,9 +37500,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35849,6 +37518,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35939,9 +37611,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35960,6 +37629,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -36141,6 +37813,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36445,6 +38120,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36463,6 +38141,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36621,6 +38302,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36651,12 +38335,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36977,19 +38667,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -37016,6 +38703,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -37106,21 +38811,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -37175,6 +38877,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -37196,9 +38901,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -37295,6 +38997,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -37338,6 +39043,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -37356,6 +39067,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -37375,13 +39089,16 @@ msgstr[3] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37420,6 +39137,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37492,6 +39212,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37501,6 +39224,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/pt_BR/gitlab.po b/locale/pt_BR/gitlab.po
index 03dc423ca80..de21ce69687 100644
--- a/locale/pt_BR/gitlab.po
+++ b/locale/pt_BR/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: pt-BR\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:08\n"
+"PO-Revision-Date: 2021-05-03 22:11\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr " Coletada %{time}"
msgid " Please sign in."
msgstr " Por favor, entre usando sua conta."
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " Tentar %{action} este arquivo novamente."
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " Você precisa fazer isso antes de %{grace_period_deadline}."
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr "Tópico de %{authorsName}"
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr "%{firstLabel} +%{labelCount} mais"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}Grupos%{group_docs_link_end} permitem que você gerencie e colabore em vários projetos. Os membros de um grupo têm acesso a todos os seus projetos."
+msgid "%{group_name} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ msgstr ""
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} indisponível"
-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 "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} é uma autoridade certificadora (CA) gratuita, automatizada e aberta, que fornece certificados digitais, afim de habilitar o HTTPS (SSL/TLS) para sites."
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, essa issue foi fechada automaticamente."
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "Alterações de %{title}"
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,12 +952,12 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "%{usage_ping_link_start}Saiba mais%{usage_ping_link_end} sobre quais informações são compartilhadas com o GitLab Inc."
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr "%{userName} (não pode fazer o merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr "Avatar de %{username}"
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr "(verificar progresso)"
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr "(removido)"
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr "Um usuário com permissão de escrita no branch de origem selecionou est
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr "Token da API"
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr "Relatórios de Abuso"
msgid "Abuse reports"
msgstr "Relatórios de abuso"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr "Aceitar convite"
@@ -1620,6 +1673,9 @@ msgstr "Aceitar os temos"
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "Tokens de acesso"
@@ -1746,6 +1802,9 @@ msgstr "ID da conta"
msgid "Account and limit"
msgstr "Conta e limites"
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr "Conta: %{account}"
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr "Ativar Central de Serviços"
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr "Ativo"
@@ -1776,6 +1832,9 @@ msgstr "Sessões ativas"
msgid "Activity"
msgstr "Atividade"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr "Adicionar"
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr "Adicionar README"
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr "Adicionar texto em negrito"
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr "Adicionar épico filho a um épico"
@@ -2001,6 +2060,9 @@ msgstr "Adicionar à revisão"
msgid "Add to tree"
msgstr "Adicionar à árvore"
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr "Adicionar usuário(s) ao grupo:"
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr "Não há usuários especificados."
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr "Minutos adicionais"
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "Texto adicional"
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr "Erro ao parar tarefas"
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr "Excluir"
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr "Excluir o projeto %{projectName}?"
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr "Domínio de Auto DevOps"
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr "Configuração de pipeline necessária"
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
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."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,12 +2384,15 @@ 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 "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."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
+msgstr ""
+
msgid "AdminStatistics|Active Users"
msgstr "Usuários ativos"
@@ -2349,8 +2402,8 @@ msgstr "Forks"
msgid "AdminStatistics|Issues"
msgstr "Issues"
-msgid "AdminStatistics|Merge Requests"
-msgstr "Merge requests"
+msgid "AdminStatistics|Merge requests"
+msgstr ""
msgid "AdminStatistics|Milestones"
msgstr "Marcos"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] "Alerta"
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "Também chamado de \"Emissor\" ou \"Identificador de confiança em terceiros\""
@@ -3350,12 +3409,12 @@ msgstr "Erro ao modificar notificação de assinatura"
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
-msgstr ""
-
msgid "An error occurred when updating the issue weight"
msgstr "Ocorreu um erro ao atualizar o peso do issue"
+msgid "An error occurred when updating the title"
+msgstr ""
+
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
msgstr ""
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr "Ocorreu um erro ao inscrever às notificações."
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr "Ancestrais"
@@ -3824,6 +3880,96 @@ msgstr "Aplicação foi atualizada com sucesso."
msgid "Application: %{name}"
msgstr "Aplicativo: %{name}"
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "Aplicações"
@@ -3892,13 +4038,10 @@ msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] "%d membro"
msgstr[1] "%d membros"
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
-msgstr[0] "Aprovações deste membro não são revogadas."
-msgstr[1] "Aprovações destes membros não são revogadas."
-
-msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
-msgstr "Você está prestes a remover o grupo de aprovação %{name} que tem %{nMembers}."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
+msgstr[0] ""
+msgstr[1] ""
msgid "ApprovalRuleSummary|%d member"
msgid_plural "ApprovalRuleSummary|%d members"
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr "Aprovadores"
@@ -3931,9 +4077,15 @@ msgstr "Nome"
msgid "ApprovalRule|Rule name"
msgstr "Nome da regra"
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr "Tem certeza de que deseja regenerar a chave pública? Você precisará a
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr "Você tem certeza que quer remover %{group_name}?"
@@ -4104,6 +4259,9 @@ msgstr "Você deseja mesmo remover o anexo?"
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr "Você tem certeza de que deseja excluir este item?"
@@ -4179,13 +4337,16 @@ msgstr "O artefato foi excluído com sucesso."
msgid "Artifacts"
msgstr "Artefatos"
+msgid "Artifacts maximum size"
+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} ):"
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr "Ascendente"
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,8 +4421,8 @@ msgstr ""
msgid "Assigned Issues"
msgstr "Problemas Atribuídos"
-msgid "Assigned Merge Requests"
-msgstr "Merge requests com responsável"
+msgid "Assigned merge requests"
+msgstr ""
msgid "Assigned projects"
msgstr ""
@@ -4328,6 +4492,9 @@ msgstr "Anexar um arquivo"
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "Para anexar arquivo, arraste e solte ou %{upload_link}"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] "Anexando um arquivo"
@@ -4399,9 +4566,15 @@ msgstr "Autenticar"
msgid "Authenticate with GitHub"
msgstr "Autenticar com GitHub"
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr "Chave de autorização"
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr "A autorização foi concedida digitando seu nome de usuário e senha no aplicativo."
@@ -4618,9 +4794,18 @@ msgstr "Foto de perfil será removida. Tem certeza?"
msgid "Average per day: %{average}"
msgstr "Média diária: %{average}"
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,26 +4899,26 @@ msgstr "Seus selos"
msgid "Balsamiq file could not be loaded."
msgstr "O arquivo Balsamiq não pôde ser carregado."
-msgid "BambooService|A continuous integration and build server"
-msgstr "Um servidor de integração e build contínua"
+msgid "BambooService|Atlassian Bamboo"
+msgstr ""
-msgid "BambooService|A user with API access, if applicable"
-msgstr "Um usuário com acesso à API, se aplicável"
+msgid "BambooService|Bamboo URL"
+msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
-msgstr "Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
+msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
-msgstr "Chave de plano de build Bambu como KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
+msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
-msgstr "URL raiz de bambu como https://bamboo.exemplo.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
+msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
-msgstr "Você precisa configurar etiquetas de revisão automáticas e um gatilho de repositório no Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
+msgstr ""
msgid "Based on"
msgstr ""
@@ -4744,15 +4929,27 @@ msgstr "Cuidado. Alterar o namespace do projeto pode ter efeitos colaterais inde
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr "Tenha cuidado. Renomear o repositório de um projeto pode ter efeitos colaterais indesejados."
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr "Comece com o commit selecionado"
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr "Abaixo estão as impressões digitais das chaves do host SSH da instância atual."
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "Abaixo você encontrará todos os grupos que são públicos."
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr "Mostrar visão geral dos branches"
msgid "Branches|Show stale branches"
msgstr "Mostrar branches obsoletos"
-msgid "Branches|Sort by"
-msgstr "Ordernar por"
-
msgid "Branches|Stale"
msgstr "Obsoleto"
@@ -5206,6 +5409,9 @@ msgstr "Transmissão de messagem foi atualizada com sucesso."
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "Navegar no Diretório"
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr "CI/CD para um repositório externo"
-msgid "CI/CD settings"
-msgstr "Configurações de CI/CD"
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr "URL de Retorno"
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr "Cancelar execução"
msgid "Cancel this job"
msgstr "Cancelar essa tarefa"
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr "Não é possível criar o relatório de abuso. O usuário foi excluído.
msgid "Cannot create the abuse report. This user has been blocked."
msgstr "Não é possível criar o relatório de abuso. Este usuário foi bloqueado."
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr "Não se pode modificar um cluster Kubernetes gerenciado"
@@ -5643,6 +5855,27 @@ msgstr "Não é possível ignorar a configuração de autenticação de dois fat
msgid "Capacity threshold"
msgstr "Limite de capacidade"
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr "Altera o título para \"%{title_param}\"."
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr "As alterações não ocorrerão até que o índice seja %{link_start}recriado%{link_end}."
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "Verifique a %{docs_link_start}documentação%{docs_link_end}."
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 "Escolha a branch/tag (ex: %{master}) ou número do commit (ex: %{sha}) para ver o que mudou ou para criar um merge request."
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr "Clique para expandir."
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr "Fecha este %{quick_action_target}."
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
+msgstr ""
+
+msgid "CloudLicense|Subscription"
+msgstr ""
+
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|Users over subscription"
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|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 "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr "Domínio base"
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Ative ou desative conexão do GitLab com seu cluster Kubernetes."
@@ -6954,7 +7226,7 @@ msgstr "Se você está configurando múltiplos clusters e você está usando aut
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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr "A aprovação do proprietário do código é obrigatória"
msgid "Code owners"
msgstr "Proprietários de código"
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr "ComboSearch não está definido"
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr "Parar versões do Git"
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr "Comparar revisões"
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr "Configurar Let's Encrypt"
msgid "Configure Prometheus"
msgstr "Configurar Prometheus"
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "Configurar rastreamento"
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr "Definir configurações do caminho de armazenamento."
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr "Confirmar"
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr "O e-mail de confirmação foi enviado para %{email}"
msgid "Confirmation required"
msgstr "Confirmação necessária"
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr "Conteúdo de .gitlab-ci.yml"
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr "Criar a branch"
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr "Senha atual"
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr "DNS"
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr "Dashboard"
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr "Os dados ainda estão a ser calculados..."
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr "Dias"
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr "Recusar e sair"
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr "Excluir comentário"
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr "Negada autorização do apelido de bate-papo %{user_name}."
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr "Recusar"
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr "Dependências"
@@ -10433,9 +10879,6 @@ msgstr "Chaves de deploy acessíveis publicamente"
msgid "DeployKeys|Read access only"
msgstr "Apenas acesso de leitura"
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr "Você removerá essa chave de deploy. Tem certeza?"
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr "Tokens de deploy ativos (%{active_tokens})"
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr "Diferenciar limite de conteúdo"
@@ -10954,6 +11400,12 @@ msgstr "Nome do diretório"
msgid "Disable"
msgstr "Desabilitar"
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr "Desativar para este projeto"
@@ -10996,8 +11448,8 @@ msgstr "Descartar rascunho"
msgid "DiscordService|Discord Notifications"
msgstr "Notificações do Discord"
-msgid "DiscordService|Receive event notifications in Discord"
-msgstr "Receber notificações de eventos no Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
+msgstr ""
msgid "Discover GitLab Geo"
msgstr "Descubra o GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr "Descartar promoção de Merge Request"
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr "Descartado no pipeline %{pipelineLink}"
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr "Descartado no pipeline %{pipelineLink} em %{projectLink}"
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr "Dockerfile"
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr "Domínio"
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr "Durante esse processo, você será perguntado por URLs do lado do GitLab
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "Alterar"
@@ -11349,6 +11810,9 @@ msgstr "Editar issues"
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr "Editar chave de deploy pública"
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ msgstr ""
msgid "Email patch"
msgstr "Patch de email"
-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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr "E-mails separados por vírgula"
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,14 +11987,20 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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 "Envia notificações do endereço de email do committer se o domínio fizer parte do domínio em que o GitLab está sendo executado (por exemplo, %{domains})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
+msgstr ""
msgid "Embed"
msgstr "Embutido"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr "Ativar coleção de dados Pseudonymizer"
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr "Habilitar acesso ao Grafana"
@@ -11604,6 +12086,9 @@ msgstr "Ativar e configurar métricas do Prometheus."
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ msgstr "Ativar controle de classificação usando um serviço externo"
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr ""
-msgid "Enable email restrictions for sign ups"
-msgstr ""
-
msgid "Enable error tracking"
msgstr "Ativar rastreamento de erros"
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr "Habilitar proxy"
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr "Ativar autenticação de dois fatores"
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr "Ativar dados de uso"
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr "Termina em (UTC)"
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr "Epics permitem gerenciar seu portfólio de projetos de forma mais eficiente e com menos esforço"
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr "Expandir barra lateral"
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr "URL externo"
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr "Autenticação externa"
@@ -12744,6 +13259,9 @@ msgstr "URL do armazenamento externo"
msgid "External storage authentication token"
msgstr "Token de autenticação do armazenamento externo"
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr "Etiqueta de classificação"
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
-msgstr "Substitui o link para o wiki interno por um link para um wiki externo."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
+msgstr ""
+
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr "Falha"
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr "O favicon foi removido com sucesso."
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr "Feature flag"
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr "Fev"
@@ -13514,10 +14052,13 @@ msgstr "Fixo:"
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr "Do merge request até a implantação em produção"
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr "Nome completo"
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr "Geo"
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr "%{name} está agendado para re-sincronização"
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr "Não foi possível remover o registro de rastreamento de um projeto existente."
@@ -13973,6 +14544,9 @@ msgstr "Não foi possível remover a entrada de rastreamento para um envio exist
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr "Geo Status"
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr "Última vez verificada"
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr "Ainda não sincronizado"
@@ -14090,16 +14676,25 @@ msgstr "Remover"
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr "Status"
@@ -14153,6 +14751,9 @@ msgstr "Sincronizado"
msgid "Geo|Synced at"
msgstr "Sincronizado em"
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr "Falha na sincronização - %{error}"
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr "Estado desconhecido"
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr "Falha na verificação - %{error}"
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr "Aguardando o agendador"
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr "secundário"
msgid "Get a free instance review"
msgstr "Obter gratuitamente uma instância de revisão"
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr "Importação do GitLab"
@@ -14351,6 +14976,9 @@ 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 "O GitLab está obtendo um certificado SSL Let's Encrypt para este domínio. Este processo pode levar algum tempo. Por favor, tente novamente mais tarde."
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr "GitLab Pages"
-
msgid "Gitpod"
msgstr ""
@@ -14564,12 +15195,12 @@ msgstr "Voltar"
msgid "Go back (while searching for files)"
msgstr ""
+msgid "Go back to configuration"
+msgstr ""
+
msgid "Go full screen"
msgstr "Tela cheia"
-msgid "Go to Integrations"
-msgstr ""
-
msgid "Go to Webhooks"
msgstr ""
@@ -14618,9 +15249,15 @@ msgstr "Ir para merge requests"
msgid "Go to metrics"
msgstr "Ir para métricas"
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr "Ir para o projeto"
@@ -14816,6 +15453,9 @@ msgstr "Info. do grupo:"
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr "Os mantenedores podem registrar grupos de runners em %{link}"
@@ -14858,6 +15498,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 projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr "Desculpe, nenhum epic corresponde à sua pesquisa"
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr "O roadmap mostra o progresso de seus epics ao longo de uma linha do tempo"
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,12 +15609,12 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
+msgstr ""
+
msgid "GroupSAML|Certificate fingerprint"
msgstr "Impressão digital do certificado"
-msgid "GroupSAML|Check SSO on git activity"
-msgstr ""
-
msgid "GroupSAML|Configuration"
msgstr ""
@@ -14981,21 +15627,18 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
-msgstr "SSO forçado"
-
msgid "GroupSAML|Generate a SCIM token"
msgstr "Gerar um token SCIM"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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 delay. This delay can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr "O logo do cabeçalho foi removido com sucesso."
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr "Mensagem de cabeçalho"
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr "Olá"
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr "Histórico"
msgid "History of authentications"
msgstr "Histórico de autenticações"
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ msgstr "Como funciona"
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
-msgid "How many replicas each Elasticsearch shard has."
-msgstr ""
-
-msgid "How many shards to split the Elasticsearch index over."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr "Endereço IP"
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr "Identificador"
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr "Se estiver usando o GitHub, você verá os status do pipeline no GitHub
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr "2-up"
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr "Importar CSV"
msgid "Import Projects from Gitea"
msgstr "Importar projetos do Gitea"
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr "Importar um projeto GitLab exportado"
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr "Importar membros do projeto"
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr "Importar projetos do Bitbucket"
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr "Indexar todos os projetos"
@@ -16581,6 +17308,21 @@ msgstr "Informações sobre modelos adicionais de Páginas e como instalá-los p
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr "O grupo de administradores da instância já existe"
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr "Integrações"
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr "Entrada inválida, por favor, evite emojis"
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr "Código PIN inválido"
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr "Alguns de seus painéis estão ocultos, ative uma licença para vê-los
msgid "IssueBoards|Switch board"
msgstr "Alternar painel"
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr "Issues"
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,11 +18390,14 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
-msgstr "Se diferente do URL da Web"
+msgid "JiraService|If different from Web URL."
+msgstr ""
msgid "JiraService|Issue List"
msgstr ""
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr "A tarefa foi apagada"
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr "para"
msgid "Job|into"
msgstr "para"
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr "com"
@@ -17810,6 +18660,12 @@ msgstr "Participe da reunião com Zoom"
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr "Jul"
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr "LFS"
@@ -18046,6 +18908,9 @@ msgstr "Último commit"
msgid "Last contact"
msgstr "Último contato"
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr "Última edição em %{date}"
@@ -18076,6 +18941,12 @@ msgstr "Visto pela última vez"
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr "Aprenda como %{link_start}contribuir para os modelos embutidos%{link_end}"
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr "Saiba mais sobre os modelos de projeto de nível de grupo"
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr "Saiba mais sobre assinar commits"
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr "Sair"
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr "Sair do modo de edição? Todas as alterações não salvas serão perdidas."
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr "Sair do grupo"
@@ -18538,6 +19427,9 @@ msgstr "Limita a exibição de unidades de acompanhamento de tempo a horas."
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr "LinkedIn"
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr "Localização"
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr "Bloquear"
@@ -18711,12 +19615,18 @@ msgstr "Travas possibilitam travar um arquivo ou uma pasta específica."
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "Entrar com cartão inteligente"
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr "Logs"
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr "Gerencie aplicativos que você autorizou a utilizar sua conta."
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr "Gerenciar etiquetas de grupo"
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr "Gerenciar etiquetas de projetos"
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr "Nível máximo de acesso"
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr "Mai"
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr "Mediana"
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr "Bloqueio de membro"
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr "Membro desde %{date}"
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr "Merge Request"
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr "Merge Requests"
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr "Aprovações de merge request"
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr "Mensagens"
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr "A métrica foi adicionada com sucesso."
@@ -20071,9 +21038,6 @@ msgstr "Capacidade mínima para estar disponível antes de agendar mais espelhos
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr "Minutos"
@@ -20179,9 +21143,6 @@ msgstr "Mais"
msgid "More Information"
msgstr "Mais informações"
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr "Nomenclatura, visibilidade"
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr "Ajuda"
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr "Novo projeto"
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr "Nenhum grupo público"
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr "OK"
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr "Opções"
msgid "Or you can choose one of the suggested colors below"
msgstr "Ou você pode escolher uma das cores sugeridas abaixo"
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr "Proprietário"
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr "Pacotes"
@@ -22352,15 +23374,6 @@ msgstr "Parâmetro"
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr "Parte das mudanças do merge request"
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr "Senha"
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr "Pendente"
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr "Pessoas sem permissão nunca receberão uma notificação e não serão capazes de comentar."
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr "Otimização de performance"
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr "Total:"
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr "Pipelines"
msgid "Pipelines charts"
msgstr "Gráficos de pipelines"
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr "Construa com confiança"
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
-msgstr "CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
+msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
-msgstr "Limpar cache dos Runners"
+msgid "Pipelines|Clear runner caches"
+msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr "Carregando Pipelines"
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr "Cache do projeto redefinido com sucesso."
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr "Executar Pipeline"
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr "Algo deu errado ao limpar o cache dos runners."
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr "Duração"
-msgid "Pipeline|Existing branch name or tag"
-msgstr "Nome de branch ou tag existente"
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,20 +23992,14 @@ msgstr ""
msgid "Pipeline|Raw text search is not currently supported. Please use the available search tokens."
msgstr ""
-msgid "Pipeline|Run Pipeline"
-msgstr "Executar Pipeline"
-
-msgid "Pipeline|Run for"
-msgstr "Executar para"
-
msgid "Pipeline|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
-msgstr "Pesquisar branches"
+msgid "Pipeline|Running"
+msgstr ""
msgid "Pipeline|Skipped"
msgstr ""
@@ -22937,9 +24007,6 @@ 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 "Especifique valores de variáveis ​​a serem usados ​​nesta execução. Os valores especificados em %{settings_link} serão usados ​​por padrão."
-
msgid "Pipeline|Stages"
msgstr "Estágios"
@@ -22997,13 +24064,13 @@ msgstr "com etapa"
msgid "Pipeline|with stages"
msgstr "com etapas"
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr "PlantUML"
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr "Iniciar"
@@ -23105,8 +24175,8 @@ msgstr ""
msgid "Please enter a valid number"
msgstr "Digite um número válido"
-msgid "Please enter or upload a license."
-msgstr "Por favor, insira ou envie uma licença."
+msgid "Please enter or upload a valid license."
+msgstr ""
msgid "Please fill in a descriptive name for your group."
msgstr "Por favor, preencha um nome descritivo para o seu grupo."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr "Impede a adição de novos membros ao projeto pertencentes a este grupo"
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr "Primário"
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr "Perfil"
msgid "Profile Settings"
msgstr "Configurações do perfil"
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr "Editar perfil"
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr "Digite seu nome, então as pessoas que você conhece podem reconhecê-lo"
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr "Nome completo"
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr "O token de e-mail recebido foi redefinido com sucesso"
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr "Aumente a segurança da sua conta ativando a autenticação de dois fatores (A2F)"
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr "Senha inválida"
@@ -23678,6 +24775,15 @@ msgstr "Nome de usuário inválido"
msgid "Profiles|Key"
msgstr "Chave"
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr "Avatar público"
msgid "Profiles|Public email"
msgstr "E-mail público"
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr "Remover avatar"
@@ -23747,9 +24856,6 @@ msgstr ""
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "O tamanho máximo de arquivo permitido é de 200KB."
-msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr "Este e-mail será exibido no seu perfil público"
@@ -23837,9 +24943,6 @@ msgstr "Sua conta é atualmente proprietária dos seguintes grupos:"
msgid "Profiles|Your email address was automatically set based on your %{provider_label} account"
msgstr "Seu endereço de e-mail foi definido automaticamente com base na sua conta do %{provider_label}"
-msgid "Profiles|Your key has expired"
-msgstr ""
-
msgid "Profiles|Your location was automatically set based on your %{provider_label} account"
msgstr "A sua localização foi definida automaticamente com base na sua conta do %{provider_label}"
@@ -23930,6 +25033,9 @@ msgstr "URL do projeto"
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,13 +25201,7 @@ msgstr " ou grupo"
msgid "ProjectSelect|Search for project"
msgstr "Pesquisar por projeto"
-msgid "ProjectService|%{service_title}: status off"
-msgstr "%{service_title}: status desligado"
-
-msgid "ProjectService|%{service_title}: status on"
-msgstr "%{service_title}: status ligado"
-
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Drone server URL"
msgstr ""
msgid "ProjectService|Enter new API key"
@@ -24110,67 +25210,88 @@ msgstr ""
msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgstr "Execute operações comuns no projeto GitLab: %{project_name}"
+
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
-msgstr "Execute operações comuns no projeto GitLab: %{project_name}"
+msgid "ProjectService|Trigger event for pushes to the repository."
+msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr "Essa configuração está aplicada no nível do servidor e pode ser sobrescrita por um administrador."
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr "Projetos obtidos com sucesso"
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "Projetos compartilhados com %{group_name}"
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr "Provedor"
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr "Push"
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ msgstr ""
msgid "PushoverService|Normal Priority"
msgstr "Prioridade normal"
-msgid "PushoverService|Pushover makes it easy to get real-time notifications on your Android device, iPhone, iPad, and Desktop."
-msgstr "Pushover facilita a obtenção de notificações em tempo real no seu dispositivo Android, iPhone, iPad e desktop."
-
msgid "PushoverService|See project %{project_full_name}"
msgstr "Ver projeto %{project_full_name}"
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "Ações rápidas podem ser usadas nas descrições das issues e nas caixas de comentário."
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr "Leia mais"
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr "Recursos em tempo real"
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr "Recente"
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr "Pesquisas recentes"
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr "Lembrar mais tarde"
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr "Remover grupo"
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr "Removido"
@@ -26180,6 +27376,9 @@ msgstr "Selecionar"
msgid "Request Access"
msgstr "Solicitar acesso"
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "Exija que todos os usuários aceitem Termos de Serviço e Política de Privacidade quando acessarem o GitLab."
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr "Reenviar convite"
msgid "Resend it"
msgstr "Reenviar"
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr "Recriar o token de status de saúde"
msgid "Reset key"
msgstr "Redefinir chave"
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 "Continuar"
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr "Executar pipelines CI/CD para repositórios externos"
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr "Rodar tarefas sem tags"
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr "Token de runner"
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr "Executando"
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr "Agendar nova pipeline"
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr "Ver métricas"
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr "Veja os projetos afetados no painel de administração do GitLab"
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr "Enviar relatório"
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr "Mostrar descrição do commit"
msgid "Show complete raw log"
msgstr "Visualizar raw log completo"
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr "Entrar"
msgid "Sign in / Register"
msgstr "Entrar / Criar conta"
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr "Entrar em \"%{group_name}\""
@@ -28386,12 +29675,18 @@ msgstr "Entrar usando o cartão inteligente"
msgid "Sign in via 2FA code"
msgstr "Entrar via código da A2F"
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr "Entre com logon único"
msgid "Sign in with smart card"
msgstr "Entrar com cartão inteligente"
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr "Sair"
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr "Restrições de login"
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr "Tamanho"
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
+msgid "Skype:"
+msgstr ""
+
msgid "Slack application"
msgstr "Aplicativo Slack"
-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 "A integração com o Slack permite que você interaja com o GitLab por meio de comandos de barra em uma janela de bate-papo."
-msgid "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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr "Alguém editou este merge request ao mesmo tempo que você. Por favor, a
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr "Algo deu errado do nosso lado"
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr "Algo deu errado do nosso lado."
@@ -28671,6 +29972,9 @@ msgstr "Algo deu errado ao buscar os comentários. Por favor, tente novamente."
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr "Algo deu errado ao obter as contribuições de membro do grupo"
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr "Algo deu errado ao resolver essa discussão. Por favor, tente novamente."
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr "Fonte (branch or tag)"
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr "Logs de spam"
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr "Iniciando..."
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr "Inicia %{startsIn}"
@@ -29271,6 +30587,24 @@ msgstr "Status:"
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr "Enviar como spam"
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr "Domingo"
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr "Tabela de conteúdos"
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr "Tag"
@@ -29880,9 +31292,6 @@ msgstr "Release notes"
msgid "TagsPage|Repository has no tags yet."
msgstr "Repositório ainda não tem tags."
-msgid "TagsPage|Sort by"
-msgstr "Ordenar por"
-
msgid "TagsPage|Tags"
msgstr "Tags"
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr "A etapa de codificação mostra o tempo desde a entrega do primeiro comm
msgid "The collection of events added to the data gathered for that stage."
msgstr "A coleção de eventos adicionados aos dados coletados para essa etapa."
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "A importação expirará após %{timeout}. Para repositórios que demoram mais tempo, use a combinação clone/push."
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr "A senha necessária para descriptografar a chave privada. Isso é opcional e o seu valor é criptografado."
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr "A fase do ciclo de vida do desenvolvimento."
@@ -30669,15 +32129,15 @@ msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
msgstr ""
+msgid "The username for the Jenkins server."
+msgstr ""
+
msgid "The value 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 "O valor situado no ponto médio de uma série de valores observados. Ex., entre 3, 5, 9, a mediana é 5. Entre 3, 5, 7, 8, a mediana é (5+7)/2 = 6."
msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
-msgid "The visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
-msgstr ""
-
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
msgstr ""
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr "Houve um problema de comunicação com o seu dispositivo."
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr "Erro ao redefinir token do email."
msgid "There was an error when subscribing to this label."
msgstr "Erro ao se inscrever nessa etiqueta."
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr "Erro ao se anular a inscrição dessa etiqueta."
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr "Este Runner somente será executado em Pipelines acionados em branches protegidos"
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr "Essa configuração pode ser substituída em cada projeto."
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr "Essa configuração atualizará o hostname usado para gerar e-mails de commit privados. %{learn_more}"
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr "Esse usuário não tem identidades"
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr "Acompanhamento de tempo"
msgid "Time until first merge request"
msgstr "Tempo até a primeira solicitação de incorporação"
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr "Est"
@@ -31918,6 +33420,9 @@ msgstr "s"
msgid "Tip:"
msgstr "Dica:"
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr "Para definir usuários internos, primeiro ative os novos usuários defin
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr "Para começar, insira seu URL de Host do Gitea e um %{link_to_personal_token}."
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr "Para ajudar a melhorar o GitLab e sua experiência de usuário, o GitLab coletará periodicamente informações de uso."
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr "Solucionar problemas e monitorar sua aplicação com rastreamento"
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr "Twitter"
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr "Autenticação de dois fatores"
@@ -32487,6 +33995,9 @@ 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:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr "Autenticação de dois fatores"
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr "Tipo"
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr "Não é possível carregar o diff. %{button_try_again}"
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr "Ilimitado"
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr "Desbloquear"
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr "Desbloqueado"
@@ -32838,15 +34379,27 @@ msgstr "Atualizar"
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr "Atualizar"
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr "Atualizar agora"
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr "Atualizando"
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ msgstr ""
msgid "Upgrade your plan to activate Group Webhooks."
msgstr "Aprimore seu plano para ativar os Webhooks de Grupo."
-msgid "Upgrade your plan to enable this feature of the Jira Integration."
-msgstr ""
-
msgid "Upgrade your plan to improve merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr "Use uma linha por URI"
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr "Utilizar modelo"
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr "Utilizado pelos membros para entrar em seu grupo no GitLab"
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr "Verificado"
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr "Ver no GitLab"
msgid "View job"
msgstr "Ver tarefa"
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr "Ver a documentação"
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr "Detectamos spam potencial no %{humanized_resource_name}. Por favor, reso
msgid "We don't have enough data to show this stage."
msgstr "Esta etapa não possui dados suficientes para exibição."
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr "Queremos ter certeza de que é você, confirme que você não é um robÃ
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr "Quarta-feira"
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Quando um runner está bloqueado, não pode ser atribuído a outros projetos"
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr "Excluir página %{pageTitle}?"
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr "Escreva seu conteúdo ou arraste arquivos aqui…"
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr "Escreva a descrição do marco..."
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr "Você está em uma instância somente-leitura do GitLab."
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr "Você está recebendo esta mensagem porque você é um administrador do GitLab para %{url}."
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "Você pode facilmente contribuir para eles pedindo para se juntar nesses grupos."
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr "Você não pode se passar por um usuário que não pode fazer login"
msgid "You cannot impersonate an internal user"
msgstr "Você não pode se passar por um usuário interno"
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr "Você ainda não tem nenhuma inscrição"
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ msgstr "Você recebeu acesso %{access_level} ao %{source_link} %{source_type}."
msgid "You have been granted %{access_level} access to the %{source_name} %{source_type}."
msgstr "Você recebeu acesso %{access_level} ao %{source_name} %{source_type}."
-msgid "You have been granted %{member_human_access} access to %{title} %{name}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr "Seus aplicativos (%{size})"
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr "não foi possível ler a chave privada, a senha está correta?"
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr "https://seu-servidor-do-bitbucket"
@@ -36579,19 +38267,16 @@ msgstr "Falha ao carregar estatísticas de deploy"
msgid "mrWidget|Fast-forward merge is not possible. To merge this request, first rebase locally."
msgstr "Merge fast-forward não é possível. Para fazer merge, primeiramente faça rebase local."
-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 %{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|Jump to first unresolved thread"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr "Merge realizado por"
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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 "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 project is archived, write access has been disabled"
msgstr "Este projeto está arquivado, a escrita foi desativada"
msgid "mrWidget|To approve this merge request, please enter your password. This project requires all approvals to be authenticated."
msgstr ""
+msgid "mrWidget|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr "n/a"
@@ -36798,9 +38501,6 @@ msgstr "novo merge request"
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr "nenhuma contribuição"
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr "privado"
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr "ações rápidas"
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr "remover"
msgid "remove due date"
msgstr "remover a data de vencimento"
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr "remover peso"
@@ -36967,13 +38679,16 @@ msgstr[1] "respostas"
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr "este documento"
diff --git a/locale/pt_PT/gitlab.po b/locale/pt_PT/gitlab.po
index ae5194f0f7e..77692f0f553 100644
--- a/locale/pt_PT/gitlab.po
+++ b/locale/pt_PT/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: pt-PT\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:19\n"
+"PO-Revision-Date: 2021-05-03 22:24\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr " Por favor, inicia a sessão."
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " Tenta %{action} este ficheiro novamente."
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " Tens de fazer isto antes de %{grace_period_deadline}."
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr "mais %{firstLabel} +%{labelCount}"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}Grupos%{group_docs_link_end} permitem-te gerir e colaborar em vários projetos. Os membros de um grupo têm acesso a todos os teus projetos."
+msgid "%{group_name} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ msgstr ""
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} indisponível"
-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 "%{lets_encrypt_link_start}Vamos Criptografar%{lets_encrypt_link_end} é uma autoridade de certificação (CA) grátis, automatizada e aberta, que fornece certificados digitais para ativar HTTPS (SSL/TLS) a sites."
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, este problema será encerrado automaticamente."
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "Alterações de %{title}"
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,12 +952,12 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "%{usage_ping_link_start}Aprende mais%{usage_ping_link_end} sobre quais informações são compartilhadas com o GitLab Inc."
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr ""
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr "(verificar progresso)"
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr "Um utilizador com permissão de escrita ao ramo de origem selecionado pa
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr "Token API"
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr "Relatórios de Abuso"
msgid "Abuse reports"
msgstr "Relatórios de abuso"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr "Aceitar convite"
@@ -1620,6 +1673,9 @@ msgstr "Aceitar os termos"
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "Tokens de Acesso"
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr "Conta e limite"
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr "Conta: %{account}"
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr "Ativar Central de Serviços"
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr "Ativo"
@@ -1776,6 +1832,9 @@ msgstr "Sessões Ativas"
msgid "Activity"
msgstr "Atividade"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr "Adicionar"
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr "Adicionar README"
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr "Adicionar texto em negrito"
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr "Adicionar épico filho a um épico"
@@ -2001,6 +2060,9 @@ msgstr "Adicionar à revisão"
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr "Adicionar utilizador(es) ao grupo:"
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr "Nenhum utilizador especificado."
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr "Minutos adicionais"
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "Texto adicional"
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr "Erro ao parar trabalhos"
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr "Apagar"
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr "Apagar o Projeto %{projectName}?"
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr "Domínio Auto DevOps"
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr "Configuração de pipeline necessária"
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
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."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,12 +2384,15 @@ 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 "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."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
+msgstr ""
+
msgid "AdminStatistics|Active Users"
msgstr ""
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] "Alerta"
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
+msgstr ""
+
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "Também chamado de \"Emissor\" ou \"Identificador de confiança de terceiros\""
@@ -3350,12 +3409,12 @@ msgstr "Ocorreu um erro ao alternar a notificação de assinatura"
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
-msgstr ""
-
msgid "An error occurred when updating the issue weight"
msgstr "Ocorreu um erro ao atualizar o peso do problema"
+msgid "An error occurred when updating the title"
+msgstr ""
+
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
msgstr ""
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr "Ocorreu um erro ao assinar as notificações."
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr "Ancestrais"
@@ -3824,6 +3880,96 @@ msgstr "A aplicação foi atualizada com sucesso."
msgid "Application: %{name}"
msgstr "Aplicação: %{name}"
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "Aplicações"
@@ -3892,13 +4038,10 @@ msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] "%d membro"
msgstr[1] "%d membros"
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
-msgstr[0] "Aprovações deste membro não são revogadas."
-msgstr[1] "Aprovações destes membros não são revogadas."
-
-msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
-msgstr "Estás prestes a remover o grupo de aprovação %{name} que tem %{nMembers}."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
+msgstr[0] ""
+msgstr[1] ""
msgid "ApprovalRuleSummary|%d member"
msgid_plural "ApprovalRuleSummary|%d members"
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr "Nome"
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr "Tens a certeza de que pretendes gerar novamente a chave pública? Terás
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr "Tens a certeza de que queres remover %{group_name}?"
@@ -4104,6 +4259,9 @@ msgstr "Tens a certeza de que desejas remover o anexo?"
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr "Tens a certeza de que queres remover esta identidade?"
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr "Artefactos"
+msgid "Artifacts maximum size"
+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} empurrou para o ramo %{branch} de %{project_name} ( %{commit_url} ):"
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr "Ascendente"
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,8 +4421,8 @@ msgstr ""
msgid "Assigned Issues"
msgstr "Problemas Atribuídos"
-msgid "Assigned Merge Requests"
-msgstr "Pedidos de Mesclagem Atribuídos"
+msgid "Assigned merge requests"
+msgstr ""
msgid "Assigned projects"
msgstr ""
@@ -4328,6 +4492,9 @@ msgstr "Anexar um ficheiro"
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "Anexar um ficheiro ao arrastar &amp; soltar ou %{upload_link}"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] "Anexar um ficheiro"
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr "Chave de autorização"
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr "A autorização foi concedida ao introduzir o teu nome de utilizador e palavra-passe na aplicação."
@@ -4618,9 +4794,18 @@ msgstr "O avatar será removido. Tens a certeza?"
msgid "Average per day: %{average}"
msgstr "Média diária: %{average}"
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,26 +4899,26 @@ msgstr "Os teus emblemas"
msgid "Balsamiq file could not be loaded."
msgstr "O ficheiro Balsamiq não pôde ser carregado."
-msgid "BambooService|A continuous integration and build server"
-msgstr "Uma integração contínua e servidor de construção"
+msgid "BambooService|Atlassian Bamboo"
+msgstr ""
-msgid "BambooService|A user with API access, if applicable"
-msgstr "Um utilizador com acesso à API, se aplicável"
+msgid "BambooService|Bamboo URL"
+msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
-msgstr "Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
+msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
-msgstr "Chave de plano de compilação do Bamboo como KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
+msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
-msgstr "URL raiz do Bamboo como https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
+msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
-msgstr "Deves configurar uma etiqueta de revisão automático e um disparador de repositório no Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
+msgstr ""
msgid "Based on"
msgstr ""
@@ -4744,15 +4929,27 @@ msgstr "Tem cuidado. Alterar o espaço de nomes do projeto pode ter efeitos secu
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr "Tem cuidado. Renomear o repositório de um projeto pode ter efeitos secundários indesejados."
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr "Começar com o envio selecionado"
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "Abaixo vais encontrar todos os grupos que são públicos."
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr "Mostrar visão geral dos ramos"
msgid "Branches|Show stale branches"
msgstr "Mostrar os ramos obsoletos"
-msgid "Branches|Sort by"
-msgstr "Ordernar por"
-
msgid "Branches|Stale"
msgstr "Obsoleto"
@@ -5206,6 +5409,9 @@ msgstr "Mensagem de transmissão atualizada com sucesso."
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "Procurar Diretório"
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr "Abrir peso do problema"
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr "CI/CD para um repositório externo"
-msgid "CI/CD settings"
-msgstr "Definições de CI/CD"
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr "URL de Resposta"
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr "Cancelar este trabalho"
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr "Não foi possível criar o relatório de abuso. O utilizador foi apagado
msgid "Cannot create the abuse report. This user has been blocked."
msgstr "Não foi possível criar o relatório de abuso. Este utilizador foi bloqueado."
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr "Não é possível modificar o cluster gerido do Kubernetes"
@@ -5643,6 +5855,27 @@ msgstr "Não é possível ignorar a configuração de autenticação de dois fat
msgid "Capacity threshold"
msgstr "Limite de capacidade"
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr "Altera o título para \"%{title_param}\"."
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr "As alterações não terão lugar até que o índice seja %{link_start}recriado%{link_end}."
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "Verifica a %{docs_link_start}documentação%{docs_link_end}."
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 "Escolhe um ramo/tag (por exemplo, %{master}) ou insere um envio (por exemplo, %{sha}) para ver o que foi alterado ou para criar um pedido de mesclagem."
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr "Clica para expandir."
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
+msgstr ""
+
+msgid "CloudLicense|Subscription"
+msgstr ""
+
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
+msgstr ""
+
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|Users over subscription"
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|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 "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr "Domínio base"
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Ativar ou desativar a conexão do GitLab com o teu cluster de Kubernetes."
@@ -6954,7 +7226,7 @@ msgstr "Se estás a configurar múltiplos clusters e estás a usar o Auto DevOps
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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr "Email do emissor"
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr "Configurar Prometheus"
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
+msgstr ""
+
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr "Estado Geo"
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr "Os responsáveis do grupo podem registar executadores de grupo no %{link}"
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr "Histórico de autenticações"
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr "Correspondência não encontrada;; tenta refinar a tua consulta de pesquisa."
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "Projetos compartilhados com %{group_name}"
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr "Mostrar descrição do envio"
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr "Assinatura"
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr "A fase de codificação mostra a hora do primeiro envio para criar o ped
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr "A atualizar"
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr "Escreve a descrição do objetivo..."
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr "Também podes testar o teu %{gitlab_ci_yml} em %{lint_link_start}CI Lint
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "Também podes enviar ficheiros existentes do teu computador ao usar as instruções abaixo."
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/ro_RO/gitlab.po b/locale/ro_RO/gitlab.po
index 340aee2faa8..88c709466c1 100644
--- a/locale/ro_RO/gitlab.po
+++ b/locale/ro_RO/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: ro\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:06\n"
+"PO-Revision-Date: 2021-05-03 22:09\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -88,6 +97,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -463,9 +478,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -598,12 +610,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -688,9 +709,6 @@ msgstr ""
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} indisponibil"
-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 ""
@@ -739,6 +757,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -775,6 +796,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -886,9 +910,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -991,9 +1012,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1012,10 +1030,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -1033,6 +1051,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1120,6 +1147,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1129,6 +1159,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1441,6 +1474,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1555,6 +1591,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1570,7 +1609,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1594,6 +1633,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1657,10 +1699,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1714,6 +1762,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1723,6 +1777,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1849,6 +1906,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1864,9 +1924,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1879,6 +1936,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1915,9 +1975,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1999,6 +2056,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2104,6 +2164,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2125,21 +2188,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2179,6 +2236,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2299,9 +2359,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2326,9 +2383,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2365,9 +2419,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2386,9 +2437,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2407,16 +2455,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2437,10 +2488,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2452,7 +2506,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2839,6 +2893,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -3010,10 +3070,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3040,19 +3097,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3073,18 +3136,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3106,22 +3163,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3133,6 +3190,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3151,13 +3211,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3169,22 +3232,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3322,9 +3382,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3352,6 +3409,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3454,10 +3514,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3718,9 +3778,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3730,7 +3787,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3787,9 +3844,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3829,6 +3883,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3928,6 +3985,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3997,15 +4144,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-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] ""
@@ -4027,6 +4171,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -4039,9 +4186,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4204,6 +4357,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4213,6 +4369,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4288,13 +4447,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4306,6 +4468,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4366,7 +4531,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4438,6 +4603,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4510,9 +4678,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4567,6 +4741,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4729,9 +4906,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4825,25 +5011,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4855,15 +5041,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4954,12 +5152,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4975,6 +5179,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5263,9 +5470,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5320,6 +5524,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5401,9 +5608,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5494,9 +5698,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5602,6 +5803,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5686,6 +5890,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5710,6 +5917,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5731,6 +5941,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5758,6 +5971,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5911,15 +6145,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5983,6 +6211,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6172,6 +6403,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6448,6 +6682,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6547,46 +6787,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6793,6 +7060,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6958,6 +7228,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -7069,7 +7342,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7096,6 +7369,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7723,6 +8005,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7780,6 +8065,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7930,6 +8218,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7975,6 +8266,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -8053,7 +8347,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8113,6 +8407,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8140,9 +8437,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8173,6 +8485,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8188,28 +8503,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8371,7 +8704,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8602,6 +8935,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8656,7 +8995,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8803,15 +9142,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -9001,6 +9373,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -9109,6 +9484,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9361,6 +9739,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9382,6 +9763,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9604,6 +9991,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9652,13 +10042,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9685,6 +10072,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9877,6 +10300,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9922,6 +10348,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9955,7 +10384,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9970,6 +10399,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10048,6 +10480,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10066,9 +10501,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10093,6 +10525,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -10117,9 +10552,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10231,10 +10675,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10282,6 +10729,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10321,6 +10771,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10333,18 +10786,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10561,9 +11008,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10675,22 +11119,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10924,15 +11353,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10975,7 +11407,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11005,7 +11437,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -11020,10 +11452,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11041,6 +11479,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -11083,6 +11530,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -11125,7 +11578,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11188,9 +11641,6 @@ msgstr[2] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11218,7 +11668,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11233,6 +11683,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11251,10 +11704,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11299,6 +11752,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11386,6 +11842,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11479,6 +11941,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11497,6 +11962,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11515,6 +11983,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11578,21 +12049,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11638,9 +12106,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11653,13 +12118,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11701,6 +12172,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11716,6 +12190,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11734,6 +12217,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11743,9 +12229,6 @@ 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 ""
@@ -11797,6 +12280,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11824,9 +12313,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11863,6 +12361,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11965,6 +12466,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12226,6 +12730,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12244,7 +12751,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12559,6 +13066,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12748,6 +13258,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12859,6 +13372,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12874,6 +13390,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12886,10 +13405,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12937,9 +13459,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12952,6 +13471,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13150,6 +13672,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13162,9 +13687,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13426,6 +13957,15 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13645,10 +14185,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13762,6 +14305,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13849,6 +14395,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13885,9 +14434,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -14035,6 +14599,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14056,6 +14623,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -14095,6 +14665,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -14104,6 +14677,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14119,9 +14695,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14158,6 +14740,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14173,6 +14758,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14221,16 +14809,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14272,6 +14869,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14284,6 +14884,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14293,6 +14896,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14302,6 +14908,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14323,16 +14935,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14353,6 +14974,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14431,6 +15055,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14482,6 +15109,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14506,9 +15136,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14560,9 +15196,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14587,9 +15220,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14605,10 +15235,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14653,9 +15289,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14695,10 +15328,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14749,9 +15382,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14947,6 +15586,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14989,6 +15631,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -15076,6 +15721,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -15094,10 +15742,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -15112,19 +15760,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15163,10 +15808,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15214,15 +15856,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15253,7 +15892,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15304,9 +15943,6 @@ 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 group-level project templates."
msgstr ""
@@ -15328,7 +15964,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15367,6 +16012,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15544,9 +16192,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15586,6 +16240,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15604,9 +16261,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15688,12 +16354,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15733,6 +16405,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15742,10 +16420,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15829,9 +16504,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15877,6 +16558,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15889,6 +16576,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15910,9 +16603,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15934,6 +16624,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15949,6 +16642,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15976,6 +16675,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -16024,6 +16726,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -16129,9 +16834,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16150,7 +16861,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16180,7 +16891,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16225,7 +16936,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16258,9 +16969,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16282,6 +16990,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16345,7 +17056,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16360,7 +17071,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16387,16 +17101,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16417,7 +17137,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16471,6 +17191,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16579,6 +17302,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16588,19 +17314,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16696,9 +17419,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16717,6 +17446,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16813,6 +17557,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16822,16 +17569,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16840,6 +17596,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16864,6 +17623,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16873,6 +17635,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16891,7 +17656,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16903,6 +17668,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16927,6 +17695,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16939,7 +17710,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16948,13 +17719,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16963,6 +17734,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17047,9 +17821,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17275,24 +18046,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17401,15 +18160,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17482,19 +18238,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17503,7 +18277,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17584,6 +18358,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17599,6 +18376,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17659,6 +18481,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17671,6 +18496,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17701,10 +18529,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17725,16 +18556,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17767,16 +18595,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17791,7 +18631,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17800,9 +18640,6 @@ 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 ""
@@ -17821,6 +18658,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17932,12 +18772,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17947,6 +18799,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17968,6 +18826,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18061,6 +18922,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18184,6 +19048,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18214,6 +19081,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18271,6 +19144,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18283,6 +19159,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18334,6 +19213,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18361,12 +19243,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18397,10 +19285,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18436,6 +19321,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18448,6 +19336,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18682,6 +19573,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18700,6 +19594,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18727,6 +19627,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18814,6 +19717,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18856,12 +19762,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18958,6 +19870,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18970,7 +19885,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19093,6 +20008,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19150,6 +20074,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19159,6 +20089,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19213,6 +20149,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19243,6 +20188,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19264,9 +20212,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19279,15 +20233,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19342,10 +20305,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19441,9 +20404,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19492,12 +20452,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19678,6 +20644,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20218,9 +21187,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20326,9 +21292,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20509,18 +21472,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20536,6 +21496,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20932,6 +21895,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20956,6 +21922,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20965,9 +21943,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21229,6 +22204,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21571,10 +22552,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21613,6 +22591,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21673,6 +22657,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21685,6 +22672,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21706,6 +22696,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21718,12 +22711,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21775,10 +22777,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21913,7 +22933,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22057,9 +23077,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22081,6 +23098,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22126,6 +23149,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22384,6 +23410,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22426,15 +23455,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22507,15 +23530,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22531,15 +23545,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22552,7 +23566,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22615,6 +23632,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22624,6 +23644,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22639,15 +23662,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22657,6 +23689,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22705,6 +23740,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22744,6 +23785,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22786,6 +23830,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22831,9 +23887,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22852,18 +23905,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22876,6 +23935,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22903,6 +23965,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22924,9 +23989,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22972,6 +24034,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22990,6 +24067,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -23026,9 +24106,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23071,19 +24148,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -23092,9 +24163,6 @@ 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 ""
@@ -23152,13 +24220,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23173,6 +24241,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23260,7 +24331,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23299,6 +24370,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23389,6 +24463,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23521,6 +24598,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23572,6 +24652,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23680,6 +24763,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23794,6 +24883,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23809,7 +24904,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23824,6 +24919,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23833,6 +24931,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23878,6 +24985,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23902,9 +25012,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23992,9 +25099,6 @@ 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 ""
@@ -24085,6 +25189,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24250,82 +25357,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24574,12 +25696,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24595,6 +25726,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24727,6 +25861,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24805,6 +25942,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24823,6 +25963,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -25084,7 +26227,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25270,9 +26413,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25327,6 +26476,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25420,6 +26572,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25435,9 +26590,6 @@ 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 ""
@@ -25468,6 +26620,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25501,15 +26656,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25528,6 +26695,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25540,7 +26710,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25555,6 +26725,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25753,18 +26926,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25816,12 +26992,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25837,6 +27019,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25849,6 +27034,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25876,6 +27067,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25897,6 +27091,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26341,6 +27538,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26353,6 +27553,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26383,7 +27586,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26392,6 +27595,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26446,6 +27652,9 @@ msgstr[2] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26458,6 +27667,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26476,6 +27688,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26578,9 +27796,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26734,6 +27949,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26749,12 +27970,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26794,25 +28009,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26827,6 +28042,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26836,33 +28054,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26872,9 +28108,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26932,6 +28180,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26944,6 +28195,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27001,6 +28255,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27310,6 +28570,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27379,6 +28642,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27436,7 +28702,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27463,6 +28729,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27622,6 +28891,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27667,6 +28939,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27682,12 +28957,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27934,6 +29212,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -28105,12 +29392,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28312,6 +29593,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28423,6 +29707,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28552,6 +29839,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28564,12 +29854,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28582,6 +29878,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28630,6 +29932,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28651,28 +29959,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28771,12 +30067,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28849,6 +30151,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28912,6 +30217,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29137,6 +30445,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29194,6 +30505,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29353,6 +30667,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29449,6 +30766,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29575,6 +30910,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29599,6 +30937,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29629,6 +30970,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29773,6 +31117,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29875,6 +31222,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29965,6 +31375,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -30058,9 +31471,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30367,19 +31777,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30388,6 +31813,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30406,6 +31834,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30433,6 +31864,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30457,6 +31891,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30487,6 +31924,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30616,6 +32056,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30670,6 +32113,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30682,6 +32128,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30691,6 +32140,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30709,6 +32161,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30853,13 +32314,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30895,6 +32356,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30970,6 +32434,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30997,12 +32464,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31075,9 +32554,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31090,6 +32566,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31174,9 +32653,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31198,6 +32674,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31264,6 +32743,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31384,6 +32866,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31429,9 +32914,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31606,6 +33088,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31642,6 +33127,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31672,15 +33160,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31690,6 +33169,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31705,18 +33187,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31786,6 +33283,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31930,6 +33430,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -32104,6 +33607,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32170,6 +33676,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32185,6 +33694,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32200,7 +33712,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32212,7 +33724,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32227,6 +33742,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32380,9 +33898,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32596,12 +34111,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32650,9 +34159,6 @@ 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 usage ping"
msgstr ""
@@ -32662,6 +34168,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32674,6 +34183,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32692,6 +34204,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32743,6 +34258,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32782,6 +34300,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32809,6 +34330,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32848,6 +34372,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32869,6 +34399,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32905,15 +34438,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -33025,15 +34567,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -33043,6 +34597,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -33097,6 +34654,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33112,9 +34672,6 @@ 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 merge requests."
msgstr ""
@@ -33343,13 +34900,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33442,9 +34999,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33460,6 +35029,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33736,6 +35308,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33838,12 +35413,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33898,6 +35485,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33991,6 +35581,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -34039,19 +35632,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34345,6 +35935,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34402,6 +35995,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34432,6 +36028,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34483,6 +36085,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34567,7 +36178,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34594,7 +36205,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34618,6 +36229,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34648,6 +36262,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34669,6 +36286,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34681,10 +36307,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34843,6 +36469,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34858,9 +36487,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34876,9 +36517,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34963,6 +36610,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -35071,7 +36721,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35098,6 +36748,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -35134,13 +36787,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -35173,6 +36826,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35233,9 +36889,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35260,9 +36913,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35278,6 +36928,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35305,6 +36958,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35326,7 +36982,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35422,6 +37081,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35560,7 +37222,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35590,6 +37252,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35620,12 +37285,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35638,9 +37309,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35659,6 +37327,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35749,9 +37420,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35770,6 +37438,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35950,6 +37621,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36253,6 +37927,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36271,6 +37948,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36424,6 +38104,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36454,12 +38137,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36778,19 +38467,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36817,6 +38503,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36907,21 +38611,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36976,6 +38677,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36997,9 +38701,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -37093,6 +38794,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -37135,6 +38839,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -37153,6 +38863,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -37171,13 +38884,16 @@ msgstr[2] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37216,6 +38932,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37288,6 +39007,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37297,6 +39019,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/ru/gitlab.po b/locale/ru/gitlab.po
index ffc6a2e74ea..a3b37ea4402 100644
--- a/locale/ru/gitlab.po
+++ b/locale/ru/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: ru\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:19\n"
+"PO-Revision-Date: 2021-05-03 22:24\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr " Получено %{time}"
msgid " Please sign in."
msgstr "ПожалуйÑта, войдите."
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " Попробуйте %{action} Ñтот файл еще раз."
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " Вам нужно Ñделать Ñто до %{grace_period_deadline}."
@@ -91,6 +100,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -524,9 +540,6 @@ msgstr "тема %{authorsName}"
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -663,12 +676,21 @@ msgstr "%{firstLabel} + ещё %{labelCount}"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr "%{firstMilestoneName} + ещё %{numberOfOtherMilestones}"
-msgid "%{global_id} is not a valid ID for %{expected_type}."
-msgstr "%{global_id} не ÑвлÑетÑÑ Ð´Ð¾Ð¿ÑƒÑтимым ID Ð´Ð»Ñ %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
+msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr "УчаÑтники группы %{group_name}"
@@ -753,9 +775,6 @@ msgstr ""
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 "%{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) на веб-Ñайтах."
@@ -804,6 +823,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr "%{milliseconds}мÑ"
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, Ñто обÑуждение будет закрыто автоматичеÑки."
@@ -840,6 +862,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] "%{no_of_days} день"
@@ -955,9 +980,6 @@ msgstr "%{spanStart}в Ñтроке%{spanEnd} %{errorLine}%{errorColumn}"
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr "%{spanStart}в%{spanEnd} %{errorFn}"
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr "%{start} по %{end}"
@@ -1068,9 +1090,6 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "Ð˜Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð² %{title}"
-msgid "%{token}..."
-msgstr "%{token}..."
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1089,12 +1108,12 @@ msgstr "приоритет открытого обÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ %{total}"
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "%{usage_ping_link_start}Узнайте больше%{usage_ping_link_end} о том, ÐºÐ°ÐºÐ°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¿ÐµÑ€ÐµÐ´Ð°ÐµÑ‚ÑÑ GitLab Inc."
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr "%{userName}(не может выполнÑÑ‚ÑŒ ÑлиÑние)"
@@ -1110,6 +1129,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr "аватар %{username}"
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr "%{value} Ñ"
@@ -1198,6 +1226,9 @@ msgstr "(прогреÑÑ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ¸)"
msgid "(deleted)"
msgstr "(удалено)"
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr "(макÑ. размер 15 Мбайт)"
@@ -1207,6 +1238,9 @@ msgstr "(удалено)"
msgid "(revoked)"
msgstr "(отозван)"
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr "* * * * *"
@@ -1544,6 +1578,9 @@ msgstr "ОÑÐ½Ð¾Ð²Ð½Ð°Ñ Ñтраница и беÑÑÐµÑ€Ð²ÐµÑ€Ð½Ð°Ñ Ñ„ÑƒÐ½ÐºÑ†
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr "КомплекÑÐ½Ð°Ñ DevOps-платформа"
@@ -1658,6 +1695,9 @@ msgstr "Пользователь Ñ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸ÐµÐ¼ на запиÑÑŒ в
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr "ТРЕБУЕТСЯ ДЕЙСТВИЕ: Что-то пошло не так при получении Ñертификата Let's Encrypt Ð´Ð»Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° GitLab Pages '%{domain}'"
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1673,7 +1713,7 @@ msgstr "API токен"
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1697,6 +1737,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1760,10 +1803,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1817,6 +1866,12 @@ msgstr "Отчёты о Жалобах"
msgid "Abuse reports"
msgstr "Жалобы"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr "ПринÑÑ‚ÑŒ приглашение"
@@ -1826,6 +1881,9 @@ msgstr "ПринÑÑ‚ÑŒ уÑловиÑ"
msgid "Acceptable for use in this project"
msgstr "Разрешены к иÑпользованию в Ñтом проекте"
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "Токены доÑтупа"
@@ -1952,6 +2010,9 @@ msgstr "ID аккаунта"
msgid "Account and limit"
msgstr "Ðккаунт и ограничениÑ"
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr "Ðккаунт: %{account}"
@@ -1967,9 +2028,6 @@ msgstr "ДейÑтвиÑ"
msgid "Activate Service Desk"
msgstr "Ðктивировать Ñлужбу поддержки"
-msgid "Activate user activity analysis"
-msgstr "Ðктивировать анализ дейÑтвий пользователÑ"
-
msgid "Active"
msgstr "Ðктивный"
@@ -1982,6 +2040,9 @@ msgstr "Ðктивные ÑеÑÑии"
msgid "Activity"
msgstr "ÐктивноÑÑ‚ÑŒ"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr "Добавить"
@@ -2018,9 +2079,6 @@ msgstr "Добавить новый узел"
msgid "Add README"
msgstr "Добавить README"
-msgid "Add Variable"
-msgstr "Добавить переменную"
-
msgid "Add Zoom meeting"
msgstr "ПриÑоединитьÑÑ Ðº вÑтрече в Zoom"
@@ -2102,6 +2160,9 @@ msgstr ""
msgid "Add bold text"
msgstr "Добавить жирный текÑÑ‚"
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr "Добавить дочерний Ñлемент в другой Ñлемент"
@@ -2207,6 +2268,9 @@ msgstr "Добавить к рецензированию"
msgid "Add to tree"
msgstr "Добавить к дереву"
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr "Добавить пользовател(Ñ/ей) в группу:"
@@ -2228,21 +2292,15 @@ msgstr "Добавить ранее Ñлитые коммиты"
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr "Пользователь не задан."
@@ -2282,6 +2340,9 @@ msgstr ""
msgid "Additional minutes"
msgstr "Дополнительные минуты"
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "Дополнительный текÑÑ‚"
@@ -2402,9 +2463,6 @@ msgstr "Ðовый проект"
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr "Owner"
@@ -2429,9 +2487,6 @@ msgstr "ОÑтановка заданий не удалаÑÑŒ"
msgid "AdminArea|Total users"
msgstr "Ð’Ñего пользователей"
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2468,9 +2523,6 @@ msgstr "Удалить"
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr "Удалить Проект %{projectName}?"
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr "Применить наÑтройки интеграции ко вÑем проектам"
-
msgid "AdminSettings|Auto DevOps domain"
msgstr "Домен Auto DevOps"
@@ -2489,9 +2541,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2510,16 +2559,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr "Ð¢Ñ€ÐµÐ±ÑƒÐµÐ¼Ð°Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ñборочной линии"
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr "Выберите файл конфигурации Ñборочной линии"
msgid "AdminSettings|Select a template"
msgstr "Выберите шаблон"
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2540,12 +2592,15 @@ 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 "При Ñоздании новой переменной Ð¾ÐºÑ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð¾Ð½Ð° будет защищена по умолчанию."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
+msgstr ""
+
msgid "AdminStatistics|Active Users"
msgstr "Ðктивные пользователи"
@@ -2555,8 +2610,8 @@ msgstr "ОтветвлениÑ"
msgid "AdminStatistics|Issues"
msgstr "ОбÑуждениÑ"
-msgid "AdminStatistics|Merge Requests"
-msgstr "ЗапроÑÑ‹ на ÑлиÑние"
+msgid "AdminStatistics|Merge requests"
+msgstr ""
msgid "AdminStatistics|Milestones"
msgstr "Этапы"
@@ -2942,6 +2997,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] "Оповещение"
@@ -3114,10 +3175,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3144,19 +3202,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3177,18 +3241,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3210,22 +3268,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3237,6 +3295,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3255,13 +3316,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3273,22 +3337,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3426,9 +3487,6 @@ msgstr "Разрешено"
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr "Разрешено ограничение доменов Ñлектронной почты только Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿Ð¿ верхнего уровнÑ"
@@ -3456,6 +3514,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "Также называетÑÑ \"Ñмитент\" или \"идентификатор Ð´Ð¾Ð²ÐµÑ€Ð¸Ñ Ñтороны\""
@@ -3558,12 +3619,12 @@ msgstr "Произошла ошибка при переключении подп
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
-msgstr ""
-
msgid "An error occurred when updating the issue weight"
msgstr "Произошла ошибка при обновлении приоритета обÑуждениÑ"
+msgid "An error occurred when updating the title"
+msgstr ""
+
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
msgstr ""
@@ -3822,9 +3883,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr "При подпиÑке на ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ð¸Ð·Ð¾ÑˆÐ»Ð° ошибка."
@@ -3834,7 +3892,7 @@ msgstr "Произошла ошибка при запуÑке заданиÑ."
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3891,9 +3949,6 @@ msgstr "Домен Serverless ÑƒÑ€Ð¾Ð²Ð½Ñ ÑкземплÑра уже ÑущеÑ
msgid "An issue already exists"
msgstr "ОбÑуждение уже ÑущеÑтвует"
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr "Ðеавторизованный пользователь"
@@ -3933,6 +3988,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr "Ðнализируйте ваш иÑходный код на предмет извеÑтных уÑзвимоÑтей."
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -4032,6 +4090,96 @@ msgstr "Приложение было уÑпешно обновлено."
msgid "Application: %{name}"
msgstr "Приложение: %{name}"
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "ПриложениÑ"
@@ -4102,15 +4250,12 @@ msgstr[1] "%d учаÑтника"
msgstr[2] "%d учаÑтников"
msgstr[3] "%d учаÑтников"
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
-msgstr[0] "ÐžÐ´Ð¾Ð±Ñ€ÐµÐ½Ð¸Ñ Ð¾Ñ‚ Ñтого учаÑтника не отменÑÑŽÑ‚ÑÑ."
-msgstr[1] "ÐžÐ´Ð¾Ð±Ñ€ÐµÐ½Ð¸Ñ Ð¾Ñ‚ Ñтих учаÑтников не отменÑÑŽÑ‚ÑÑ."
-msgstr[2] "ÐžÐ´Ð¾Ð±Ñ€ÐµÐ½Ð¸Ñ Ð¾Ñ‚ Ñтих учаÑтников не отменÑÑŽÑ‚ÑÑ."
-msgstr[3] "ÐžÐ´Ð¾Ð±Ñ€ÐµÐ½Ð¸Ñ Ð¾Ñ‚ Ñтих учаÑтников не отменÑÑŽÑ‚ÑÑ."
-
-msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
-msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ удалить группу %{name} утверждающих, ÐºÐ¾Ñ‚Ð¾Ñ€Ð°Ñ Ð¸Ð¼ÐµÐµÑ‚ %{nMembers}."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "ApprovalRuleSummary|%d member"
msgid_plural "ApprovalRuleSummary|%d members"
@@ -4135,6 +4280,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr "Утверждающие"
@@ -4147,9 +4295,15 @@ msgstr "ИмÑ"
msgid "ApprovalRule|Rule name"
msgstr "Ðазвание правила"
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr "Ð¦ÐµÐ»ÐµÐ²Ð°Ñ Ð²ÐµÑ‚ÐºÐ°"
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4313,6 +4467,9 @@ msgstr "Ð’Ñ‹ уверены, что вы хотите заново ÑгенерÐ
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr "Вы уверены, что вы хотите удалить %{group_name}?"
@@ -4322,6 +4479,9 @@ msgstr "Ð’Ñ‹ дейÑтвительно хотите удалить вложен
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr "Ð’Ñ‹ уверены, что вы хотите удалить Ñту идентификацию?"
@@ -4397,13 +4557,16 @@ msgstr "Ðртефакт был уÑпешно удален."
msgid "Artifacts"
msgstr "Ðртефакты"
+msgid "Artifacts maximum size"
+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} помеÑтил в ветку %{branch} проекта %{project_name} ( %{commit_url} ):"
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4415,6 +4578,9 @@ msgstr ""
msgid "Ascending"
msgstr "По возраÑтанию"
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4475,8 +4641,8 @@ msgstr ""
msgid "Assigned Issues"
msgstr "Ðазначенные обÑуждениÑ"
-msgid "Assigned Merge Requests"
-msgstr "Ðазначенные запроÑÑ‹ на ÑлиÑние"
+msgid "Assigned merge requests"
+msgstr ""
msgid "Assigned projects"
msgstr ""
@@ -4548,6 +4714,9 @@ msgstr "Прикрепить файл"
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "Приложить файл через drag &amp; drop или %{upload_link}"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] "Прикрепить файл"
@@ -4621,9 +4790,15 @@ msgstr "ÐутентификациÑ"
msgid "Authenticate with GitHub"
msgstr "ÐÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ GitHub"
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4678,6 +4853,9 @@ msgstr "Ключ авторизации"
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4840,9 +5018,18 @@ msgstr "Ðватар будет удален. Ð’Ñ‹ уверены?"
msgid "Average per day: %{average}"
msgstr "Ð’ Ñреднем за день: %{average}"
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr "Ðазад к Ñтранице %{number}"
@@ -4936,26 +5123,26 @@ msgstr "Ваши значки"
msgid "Balsamiq file could not be loaded."
msgstr "Файл Balsamiq не может быть загружен."
-msgid "BambooService|A continuous integration and build server"
-msgstr "Сервер непрерывной интеграции и Ñборки"
+msgid "BambooService|Atlassian Bamboo"
+msgstr ""
-msgid "BambooService|A user with API access, if applicable"
-msgstr "Пользователь Ñ Ð´Ð¾Ñтупом через API, еÑли возможно"
+msgid "BambooService|Bamboo URL"
+msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
-msgstr "Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
+msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
-msgstr "Ключ плана Ñборки Bamboo, подобный KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
+msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
-msgstr "Корневой URL-Ð°Ð´Ñ€ÐµÑ Bamboo, подобный https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
+msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
-msgstr "Ð’Ñ‹ должны наÑтроить автоматичеÑкое приÑвоение меток ревизиÑм и триггер Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ð¸Ñ Ð² ÑервиÑе Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
+msgstr ""
msgid "Based on"
msgstr ""
@@ -4966,15 +5153,27 @@ msgstr "Будьте оÑторожны. Изменение пути проекÑ
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr "Будьте оÑторожны. Переименование Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ð¸Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð° может вызвать нежелательные побочные Ñффекты."
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr "Ðачать Ñ Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð½Ð¾Ð³Ð¾ коммита"
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr "Ðиже приведены отпечатки ключей SSH текущего ÑкземплÑра."
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "Ðиже показаны вÑе открытые группы."
@@ -5065,12 +5264,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -5086,6 +5291,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5377,9 +5585,6 @@ msgstr "Показать опиÑание веток"
msgid "Branches|Show stale branches"
msgstr "Показать заÑтаревшие ветки"
-msgid "Branches|Sort by"
-msgstr "Сортировать по"
-
msgid "Branches|Stale"
msgstr "ЗаÑтаревшие"
@@ -5434,6 +5639,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "ПроÑмотр каталога"
@@ -5515,9 +5723,6 @@ msgstr ""
msgid "Burndown chart"
msgstr "Диаграмма ÑгораниÑ"
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr "Диаграммы ÑÐ³Ð¾Ñ€Ð°Ð½Ð¸Ñ Ð·Ð°Ð´Ð°Ñ‡ Ñтали фикÑированными. Это означает, что еÑли убрать обÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ð¸Ð· Ñтапа, Ñтавшего проÑроченным, диаграмма не изменитÑÑ. Прежний вариант диаграммы можно увидеть, нажав на кнопку %{strongStart}Старый вид диаграммы ÑгораниÑ%{strongEnd}."
-
msgid "BurndownChartLabel|Open issue weight"
msgstr "Открыть приоритет задачи"
@@ -5608,9 +5813,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr "CI/CD Ð´Ð»Ñ Ð²Ð½ÐµÑˆÐ½ÐµÐ³Ð¾ репозиториÑ"
-msgid "CI/CD settings"
-msgstr "ÐаÑтройки CI/CD"
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5717,6 +5919,9 @@ msgstr "URL обратного вызова"
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5801,6 +6006,9 @@ msgstr "Отменить запуÑк"
msgid "Cancel this job"
msgstr "Отменить Ñто задание"
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5825,6 +6033,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5846,6 +6057,9 @@ msgstr ""
msgid "Cannot merge"
msgstr "Ðе удаетÑÑ Ð¾Ð±ÑŠÐµÐ´Ð¸Ð½Ð¸Ñ‚ÑŒ"
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr "Ðевозможно изменить управлÑемый клаÑтер Kubernetes"
@@ -5873,6 +6087,27 @@ msgstr "Ðевозможно пропуÑтить наÑтройку двухфÐ
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -6026,15 +6261,9 @@ msgstr "ИзменÑет название на \"%{title_param}\"."
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr "Ðе удалоÑÑŒ отобразить диаграммы, так как Ð²Ñ€ÐµÐ¼Ñ Ð·Ð°Ð¿Ñ€Ð¾Ñа данных иÑтекло. %{documentationLink}"
@@ -6098,6 +6327,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "Подробнее в %{docs_link_start}документации%{docs_link_end}."
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6287,6 +6519,9 @@ msgstr "Дочерней цели не ÑущеÑтвует."
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+msgstr ""
+
msgid "Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to see what's changed or to create a merge request."
msgstr "Выберите ветку/тег (например, %{master}) или введите коммит (например, %{sha}), чтобы увидеть, что изменилоÑÑŒ или Ñоздать Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние."
@@ -6563,6 +6798,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr "Ðажмите, чтобы развернуть."
@@ -6662,46 +6903,73 @@ msgstr "Закрыто: %{closed}"
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6908,6 +7176,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr "Базовое доменное имÑ"
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr "Блокирующий режим"
@@ -7073,6 +7344,9 @@ msgstr "Elastic Stack"
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Включить или выключить Ñоединение GitLab Ñ Ð²Ð°ÑˆÐ¸Ð¼ Kubernetes клаÑтером."
@@ -7184,7 +7458,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7211,6 +7485,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr "Ð­Ð»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð° Ñмитента"
@@ -7838,6 +8121,9 @@ msgstr ""
msgid "Code owners"
msgstr "Владельцы кода"
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7895,6 +8181,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr "ComboSearch не определен"
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -8046,6 +8335,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr "Сравнение верÑий Git"
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr "Сравнить верÑии"
@@ -8091,6 +8383,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -8169,7 +8464,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8229,6 +8524,9 @@ msgstr "SOX - акт Сарбейнза - ОкÑли"
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8256,9 +8554,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "ÐаÑтройка траÑÑировки"
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8289,6 +8602,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8304,28 +8620,46 @@ msgstr ""
msgid "Confirm"
msgstr "Подтвердить"
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr "ТребуетÑÑ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ðµ"
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8489,7 +8823,7 @@ msgstr "Скопировать команду Ð´Ð»Ñ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ¸"
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8721,6 +9055,12 @@ msgstr "Ð’Ñ‹ можете добавить образ в Ñтот рееÑÑ‚Ñ€ Ð
msgid "Contains %{count} blobs of images (%{size})"
msgstr "Содержит %{count} изображений (%{size})"
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr "Содержимое .gitlab-ci.yml"
@@ -8775,8 +9115,8 @@ msgstr "ПоÑледний меÑÑц"
msgid "ContributionAnalytics|Last week"
msgstr "ПоÑледнÑÑ Ð½ÐµÐ´ÐµÐ»Ñ"
-msgid "ContributionAnalytics|Merge Requests"
-msgstr "ЗапроÑÑ‹ на ÑлиÑние"
+msgid "ContributionAnalytics|Merge requests"
+msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
msgstr "Ðет задач Ð´Ð»Ñ Ð²Ñ‹Ð±Ñ€Ð°Ð½Ð½Ð¾Ð³Ð¾ периода."
@@ -8922,15 +9262,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -9120,6 +9493,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr "Создать ветку"
@@ -9228,6 +9604,9 @@ msgstr "Создать Ñниппет"
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9480,6 +9859,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9501,6 +9883,12 @@ msgstr ""
msgid "Current password"
msgstr "Текущий пароль"
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9723,6 +10111,9 @@ msgstr "%{stageCount} Ñтапов выбрано"
msgid "CycleAnalytics|All stages"
msgstr "Ð’Ñе Ñтапы"
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9773,13 +10164,10 @@ msgstr "Этапы"
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9806,6 +10194,42 @@ msgstr ""
msgid "DNS"
msgstr "DNS"
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr "Панель управлениÑ"
@@ -9998,6 +10422,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -10043,6 +10470,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -10076,7 +10506,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -10091,6 +10521,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10170,6 +10603,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr "Данные вÑе еще вычиÑлÑÑŽÑ‚ÑÑ..."
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10188,9 +10624,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10215,6 +10648,9 @@ msgstr "Дней"
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -10239,9 +10675,18 @@ msgstr "Отклонить и выйти"
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10353,10 +10798,13 @@ msgstr "Удалить комментарий"
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10404,6 +10852,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr "Ðе удалоÑÑŒ удалить некоторые метки в рееÑтре контейнера проекта. ПожалуйÑта, попробуйте еще раз или ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором."
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10443,6 +10894,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10455,18 +10909,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr "Отказано в авторизации под чат никнеймом %{user_name}."
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr "Отклонить"
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr "ЗавиÑимоÑти"
@@ -10689,9 +11137,6 @@ msgstr "Публичные ключи развертываниÑ"
msgid "DeployKeys|Read access only"
msgstr "ДоÑтуп только на чтение"
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ удалить Ñтот ключ развертываниÑ. Ð’Ñ‹ уверены?"
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr "Ðктивные токены Ñ€Ð°Ð·Ð²ÐµÑ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ (%{active_tokens})"
@@ -10803,22 +11248,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -11053,15 +11483,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -11104,7 +11537,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11134,7 +11567,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -11149,10 +11582,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11170,6 +11609,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -11212,6 +11660,12 @@ msgstr "Ð˜Ð¼Ñ ÐºÐ°Ñ‚Ð°Ð»Ð¾Ð³Ð°"
msgid "Disable"
msgstr "Отключить"
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr "Отключить Ð´Ð»Ñ Ñтого проекта"
@@ -11254,8 +11708,8 @@ msgstr "Удалить черновик"
msgid "DiscordService|Discord Notifications"
msgstr "Discord УведомлениÑ"
-msgid "DiscordService|Receive event notifications in Discord"
-msgstr "Получать ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ñ Ð¾ ÑобытиÑÑ… в Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
+msgstr ""
msgid "Discover GitLab Geo"
msgstr "Откройте Ð´Ð»Ñ ÑÐµÐ±Ñ GitLab Geo"
@@ -11318,9 +11772,6 @@ msgstr[3] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr "Закрыть окно Ð²Ð²ÐµÐ´ÐµÐ½Ð¸Ñ Ð² Ðналитику потока ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñ†ÐµÐ½Ð½Ð¾Ñти"
@@ -11348,7 +11799,7 @@ msgstr "Отклонено в Ñборке %{pipelineLink}"
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr "Отклонено в Ñборке %{pipelineLink} в %{projectLink}"
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11363,6 +11814,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr "Dockerfile"
@@ -11381,10 +11835,10 @@ msgstr ""
msgid "Domain"
msgstr "Домен"
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11429,6 +11883,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr "Скачать CSV"
@@ -11516,6 +11973,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "Редактировать"
@@ -11609,6 +12072,9 @@ msgstr "Редактировать обÑуждениÑ"
msgid "Edit iteration"
msgstr "Изменить итерацию"
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11627,6 +12093,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr "Изменить wiki Ñтраницу"
@@ -11645,6 +12114,9 @@ msgstr "Редактирование"
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11708,21 +12180,18 @@ 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 "Email the pipeline status to a list of recipients."
+msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11768,9 +12237,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr "Электронные адреÑа разделенные запÑтой"
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr "Отключить Ñ€Ð°Ð·Ð»Ð¸Ñ‡Ð¸Ñ Ð² коде"
@@ -11783,14 +12249,20 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
-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 "ОтправлÑÑ‚ÑŒ ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ñ Ñ Ð°Ð´Ñ€ÐµÑа Ñлектронной почты автора коммита, еÑли домен ÑвлÑетÑÑ Ñ‡Ð°Ñтью домена, на котором работает GitLab (например, %{domains})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
+msgstr ""
msgid "Embed"
msgstr "Ð’Ñтроить"
@@ -11831,6 +12303,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11846,6 +12321,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr "Включить доÑтуп к Grafana"
@@ -11864,6 +12348,9 @@ msgstr "Включить и наÑтроить метрики Prometheus."
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11873,9 +12360,6 @@ 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 "Включить отÑлеживание ошибок"
@@ -11927,6 +12411,12 @@ msgstr ""
msgid "Enable proxy"
msgstr "Включить прокÑи"
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11954,9 +12444,18 @@ msgstr "Включить отÑлеживание Snowplow"
msgid "Enable two-factor authentication"
msgstr "Включить двухфакторную аутентификацию"
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr "Включить Ñбор ÑтатиÑтики иÑпользованиÑ"
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr "%{stepStart}Шаг 1%{stepEnd}. УбедитеÑÑŒ, что Kubernetes наÑтроен и имеет базовый домен Ð´Ð»Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ %{linkStart}клаÑтера%{linkEnd}."
@@ -11993,6 +12492,9 @@ msgstr "Произошла ошибка во Ð²Ñ€ÐµÐ¼Ñ Ñ€ÐµÐ½Ð´ÐµÑ€Ð¸Ð½Ð³Ð°: %{
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr "ЗаканчиваетÑÑ Ð² (UTC)"
@@ -12095,6 +12597,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12356,6 +12861,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr "Цель не может быть найдена."
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr "Ð¡Ð¾Ð±Ñ‹Ñ‚Ð¸Ñ Ñ†ÐµÐ»Ð¸"
@@ -12374,8 +12882,8 @@ 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, issues, and merge requests"
+msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
msgstr ""
@@ -12689,6 +13197,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12878,6 +13389,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr "Развернуть боковую панель"
@@ -12989,6 +13503,9 @@ msgstr ""
msgid "External URL"
msgstr "Внешний URL"
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr "ВнешнÑÑ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ"
@@ -13004,6 +13521,9 @@ msgstr "URL внешнего хранилища"
msgid "External storage authentication token"
msgstr "Токен аутентификации внешнего хранилища"
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -13016,10 +13536,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
-msgstr "ЗаменÑет ÑÑылку внутренней wiki ÑÑылкой на внешнюю wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
+msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -13067,9 +13590,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr "Ðе удалоÑÑŒ Ñоздать Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние. ПожалуйÑта, попробуйте ещё раз."
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr "Ðе удалоÑÑŒ Ñоздать ветку Ð´Ð»Ñ Ñтого обÑуждениÑ. ПожалуйÑта, попробуйте ещё раз."
@@ -13082,6 +13602,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13280,6 +13803,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13292,9 +13818,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr "Функциональные опции"
@@ -13557,6 +14089,16 @@ msgstr "ID пользователей"
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr "Фев."
@@ -13776,11 +14318,14 @@ msgstr ""
msgid "Flags"
msgstr "Флаги"
-msgid "FlowdockService|Flowdock Git source token"
-msgstr "Токен иÑточника Flowdock Git"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
-msgstr "Flowdock - Ñто веб-приложение Ð´Ð»Ñ ÑовмеÑтной работы техничеÑких групп."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
+msgstr ""
msgid "Focus filter bar"
msgstr ""
@@ -13893,6 +14438,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13980,6 +14528,9 @@ msgstr "От запроÑа на ÑлиÑние до развертываниÑ
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr "Полное имÑ"
@@ -14016,9 +14567,24 @@ msgstr "Создать новый ÑкÑпорт"
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr "Geo"
@@ -14166,6 +14732,9 @@ msgstr "оÑновной узел"
msgid "GeoNodes|secondary nodes"
msgstr "вторичные узлы"
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14187,6 +14756,9 @@ msgstr "%{name} запланирован Ð´Ð»Ñ Ð¿Ð¾Ð²Ñ‚Ð¾Ñ€Ð½Ð¾Ð¹ ÑинхроÐ
msgid "Geo|%{name} is scheduled for re-verify"
msgstr "%{name} запланирован Ð´Ð»Ñ Ð¿Ð¾Ð²Ñ‚Ð¾Ñ€Ð½Ð¾Ð³Ð¾ подтверждениÑ"
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -14226,6 +14798,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr "Ðе удалоÑÑŒ удалить запиÑÑŒ отÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð´Ð»Ñ ÑущеÑтвующего проекта."
@@ -14235,6 +14810,9 @@ msgstr "Ðе удалоÑÑŒ удалить запиÑÑŒ отÑлеживаниÑ
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14250,9 +14828,15 @@ msgstr "Фильтр по ÑоÑтоÑнию"
msgid "Geo|Geo Status"
msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Geo"
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14289,6 +14873,9 @@ msgstr "ПоÑледний раз проверено"
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14304,6 +14891,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr "Ðе Ñинхронизировано"
@@ -14352,16 +14942,25 @@ msgstr "Удалить"
msgid "Geo|Remove entry"
msgstr "Убрать запиÑÑŒ"
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr "Удалить запиÑÑŒ базы данных отÑлеживаниÑ"
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14403,6 +15002,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr "СтатуÑ"
@@ -14415,6 +15017,9 @@ msgstr "Синхронизировано"
msgid "Geo|Synced at"
msgstr "Синхронизировано в"
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr "Ошибка Ñинхронизации - %{error}"
@@ -14424,6 +15029,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr "Ð’ наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ð±Ð°Ð·Ð° данных отÑтает от оÑновного узла на %{db_lag}."
@@ -14433,6 +15041,12 @@ msgstr "Узел в наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ð¾Ñ‚Ñтает от оÑнов
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr "ЗапиÑÑŒ базы данных отÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð±ÑƒÐ´ÐµÑ‚ удалена. Ð’Ñ‹ уверены?"
@@ -14454,16 +15068,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr "ÐеизвеÑтное ÑоÑтоÑние"
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr "Ошибка Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ - %{error}"
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr "Ожидание планировщика"
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14484,6 +15107,9 @@ msgstr "вторичный"
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14562,6 +15188,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14613,6 +15242,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14637,9 +15269,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14691,9 +15329,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr "Может пройти до 30 минут, прежде чем Ñайт Ñтанет доÑтупен поÑле первого развёртываниÑ."
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr "МакÑимальный размер Ñтраниц (Мбайт)"
@@ -14718,9 +15353,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14736,10 +15368,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14784,9 +15422,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr "Gitlab Pages"
-
msgid "Gitpod"
msgstr "Gitpod"
@@ -14826,12 +15461,12 @@ msgstr "ВернутьÑÑ"
msgid "Go back (while searching for files)"
msgstr "ВернутьÑÑ (при поиÑке файлов)"
+msgid "Go back to configuration"
+msgstr ""
+
msgid "Go full screen"
msgstr "Ðа веÑÑŒ Ñкран"
-msgid "Go to Integrations"
-msgstr "Перейти к ИнтеграциÑм"
-
msgid "Go to Webhooks"
msgstr "Перейти к веб-обработчикам"
@@ -14880,9 +15515,15 @@ msgstr "Перейти к запроÑам на ÑлиÑние"
msgid "Go to metrics"
msgstr "Перейти к метрикам"
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr "Перейти к проекту"
@@ -15078,6 +15719,9 @@ msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ группе:"
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -15120,6 +15764,9 @@ msgstr "Минуты групповой Ñборочной линии уÑпеш
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -15207,6 +15854,9 @@ msgstr "К Ñожалению, по вашему запроÑу цели не н
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -15225,12 +15875,12 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
+msgstr ""
+
msgid "GroupSAML|Certificate fingerprint"
msgstr "Отпечаток Ñертификата"
-msgid "GroupSAML|Check SSO on git activity"
-msgstr ""
-
msgid "GroupSAML|Configuration"
msgstr ""
@@ -15243,20 +15893,17 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr "Включить аутентификацию SAML Ð´Ð»Ñ Ñтой группы."
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
-msgstr "Принудительный SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
+msgstr ""
msgid "GroupSAML|Generate a SCIM token"
msgstr "Создать токен SCIM"
@@ -15294,10 +15941,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15345,15 +15989,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15384,8 +16025,8 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
-msgstr "Применить наÑтройки интеграции ко вÑем проектам"
+msgid "GroupSettings|Allow project access token creation"
+msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr "Ð”Ð»Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ñ‹ была обновлена ÑÐ±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ Ð°Ð²Ñ‚Ð¾Ð¼Ð°Ñ‚Ð¸Ñ‡ÐµÑкого DevOps"
@@ -15435,9 +16076,6 @@ 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 group-level project templates."
msgstr ""
@@ -15459,7 +16097,16 @@ 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 delay. This delay can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15498,6 +16145,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr "ПеренеÑти группу"
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15675,9 +16325,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr "Логотип заголовка был уÑпешно удален."
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15717,6 +16373,9 @@ msgstr ""
msgid "Hello there"
msgstr "Привет"
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15735,9 +16394,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr "Помогает уменьшить объем оповещений (напр., еÑли ÑоздаетÑÑ Ñлишком много обÑуждений)"
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15821,12 +16489,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr "ИÑториÑ"
msgid "History of authentications"
msgstr "ИÑÑ‚Ð¾Ñ€Ð¸Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ð¹"
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15866,6 +16540,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15875,10 +16555,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15962,9 +16639,15 @@ msgstr "ИÐФОРМÐЦИЯ: Срок дейÑÑ‚Ð²Ð¸Ñ Ð²Ð°ÑˆÐµÐ³Ð¾ SSH-клюÑ
msgid "IP Address"
msgstr "IP-адреÑ"
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr "ÐžÐ³Ñ€Ð°Ð½Ð¸Ñ‡ÐµÐ½Ð¸Ñ Ð¿Ð¾ IP-подÑетÑм разрешены только Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿Ð¿ верхнего уровнÑ"
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr "Идентификатор"
@@ -16010,6 +16693,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -16022,6 +16711,12 @@ msgstr "ЕÑли вы иÑпользуете GitHub, вы увидите ÑтаÑ
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -16043,9 +16738,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -16067,6 +16759,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -16082,6 +16777,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -16111,6 +16812,9 @@ msgstr "Импорт CSV"
msgid "Import Projects from Gitea"
msgstr "Импорт проектов из Gitea"
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr "Импортировать ÑкÑпортированный проект GitLab"
@@ -16159,6 +16863,9 @@ msgstr ""
msgid "Import project members"
msgstr "Импорт учаÑтников проекта"
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr "Импорт проектов из Bitbucket"
@@ -16265,9 +16972,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr "Ð’ процеÑÑе"
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16286,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16316,7 +17029,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16361,7 +17074,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16394,9 +17107,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16418,6 +17128,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16481,7 +17194,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16496,7 +17209,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16523,16 +17239,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16553,7 +17275,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16607,6 +17329,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16715,6 +17440,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16724,19 +17452,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16832,9 +17557,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16853,6 +17584,21 @@ msgstr "Информацию о дополнительных шаблонах Ñ
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16950,6 +17696,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr "ИнтеграциÑ"
@@ -16959,16 +17708,25 @@ msgstr ""
msgid "Integrations"
msgstr "Интеграции"
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16977,6 +17735,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -17001,6 +17762,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -17010,6 +17774,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -17028,7 +17795,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -17040,6 +17807,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -17064,6 +17834,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -17076,7 +17849,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -17085,13 +17858,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -17100,6 +17873,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17184,9 +17960,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr "Ðеверный пин-код"
@@ -17412,24 +18185,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17538,15 +18299,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17619,20 +18377,38 @@ msgstr "Ðекоторые из ваших доÑок Ñкрыты. Ðктиви
msgid "IssueBoards|Switch board"
msgstr "Переключить доÑку"
-msgid "IssueTracker|Bugzilla issue tracker"
-msgstr "СиÑтема ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð¾Ð±Ñуждений Bugzilla"
-
msgid "IssueTracker|Custom issue tracker"
msgstr "ПользовательÑÐºÐ°Ñ ÑиÑтема ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð¾Ð±Ñуждений"
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
-msgstr "СиÑтема ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð¾Ð±Ñуждений Redmine"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
-msgstr "СиÑтема ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð¾Ð±Ñуждений YouTrack"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
+msgstr ""
msgid "Issues"
msgstr "ОбÑуждениÑ"
@@ -17640,8 +18416,8 @@ msgstr "ОбÑуждениÑ"
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
-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 "ОбÑуждениÑми могут быть ошибки, задачи или идеи. Также, по обÑуждениÑм можно выполнÑÑ‚ÑŒ поиÑк и отбор."
@@ -17721,6 +18497,9 @@ msgstr ""
msgid "Iteration"
msgstr "ИтерациÑ"
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr "Ð˜Ñ‚ÐµÑ€Ð°Ñ†Ð¸Ñ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð° на"
@@ -17736,6 +18515,51 @@ msgstr "Ð˜Ñ‚ÐµÑ€Ð°Ñ†Ð¸Ñ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð°"
msgid "Iterations"
msgstr "Итерации"
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17796,6 +18620,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17808,6 +18635,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17838,10 +18668,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17862,16 +18695,13 @@ msgstr "Комментарии Jira ÑоздаютÑÑ, когда в комми
msgid "JiraService|Jira comments will be created when an issue gets referenced in a merge request."
msgstr ""
-msgid "JiraService|Jira issue tracker"
-msgstr "СиÑтема отÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð¿Ñ€Ð¾Ð±Ð»ÐµÐ¼ Jira"
-
msgid "JiraService|Jira issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17904,17 +18734,29 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
-msgstr "ИÑпользуйте пароль Ð´Ð»Ñ Ñерверной верÑии и API-токен Ð´Ð»Ñ Ð¾Ð±Ð»Ð°Ñ‡Ð½Ð¾Ð¹ верÑии"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
-msgstr "ИÑпользуйте Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð»Ñ Ñерверной верÑии и Ð°Ð´Ñ€ÐµÑ Ñлектронной почты Ð´Ð»Ñ Ð¾Ð±Ð»Ð°Ñ‡Ð½Ð¾Ð¹ верÑии"
+msgid "JiraService|Use a username for server version and an email for cloud version."
+msgstr ""
msgid "JiraService|Use custom transitions"
msgstr ""
@@ -17928,7 +18770,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17937,9 +18779,6 @@ 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 ""
-msgid "JiraService|e.g. AB"
-msgstr ""
-
msgid "JiraService|transition ids can have only numbers which can be split with , or ;"
msgstr ""
@@ -17958,6 +18797,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr "Фоновое задание было удалено"
@@ -18069,12 +18911,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr "в"
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr "Ñ"
@@ -18084,6 +18938,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr "Июл."
@@ -18105,6 +18965,9 @@ msgstr "Только Ñ"
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18198,6 +19061,9 @@ msgstr "Идет ÑÐ¸Ð½Ñ…Ñ€Ð¾Ð½Ð¸Ð·Ð°Ñ†Ð¸Ñ LDAP. Это может занÑÑ‚ÑŒ
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr "LFS"
@@ -18322,6 +19188,9 @@ msgstr "ПоÑледний коммит"
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr "Дата поÑледнего изменениÑ: %{date}"
@@ -18352,6 +19221,12 @@ msgstr "ПоÑледнее поÑещение"
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18409,6 +19284,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18421,6 +19299,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr "Узнайте, как %{link_start}внеÑти Ñвой вклад во вÑтроенные шаблоны%{link_end}"
@@ -18472,6 +19353,9 @@ msgstr "Узнайте больше о развертывании в клаÑÑ‚Ð
msgid "Learn more about group-level project templates"
msgstr "Узнать больше о шаблонах проекта группового уровнÑ"
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr "Узнайте больше о подпиÑывании коммитов"
@@ -18499,12 +19383,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18535,10 +19425,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18574,6 +19461,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr "Покинуть"
@@ -18586,6 +19476,9 @@ msgstr "ОÑтавьте пуÑтым, чтобы ÑнÑÑ‚ÑŒ ограниченÐ
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr "Выйти из режима редактированиÑ? Ð’Ñе неÑохраненные Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð±ÑƒÐ´ÑƒÑ‚ потерÑны."
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr "Покинуть группу"
@@ -18826,6 +19719,9 @@ msgstr "Ограничить отображение единицы временÐ
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18845,6 +19741,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18872,6 +19774,9 @@ msgstr ""
msgid "LinkedIn"
msgstr "LinkedIn"
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18959,6 +19864,9 @@ msgstr "ЛокализациÑ"
msgid "Location"
msgstr "МеÑтоположение"
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr "Блокировка"
@@ -19001,12 +19909,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "Вход Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ Ñмарт-карты"
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr "Журналы"
@@ -19103,6 +20017,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr "Управление метками группы"
@@ -19115,7 +20032,7 @@ msgstr ""
msgid "Manage project labels"
msgstr "Управление метками проекта"
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19238,6 +20155,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19295,6 +20221,12 @@ msgstr ""
msgid "Max access level"
msgstr "МакÑимальный уровень доÑтупа"
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19304,6 +20236,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19358,6 +20296,15 @@ msgstr "МакÑÐ¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° полÑ"
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19388,6 +20335,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19409,9 +20359,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr "МакÑимальный размер отдельных вложений в комментариÑÑ…."
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr "МакÑимальное Ð²Ñ€ÐµÐ¼Ñ Ð¼ÐµÐ¶Ð´Ñƒ обновлениÑми, которое может иметь зеркало при Ñинхронизации по раÑпиÑанию."
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr "Май"
@@ -19424,15 +20380,24 @@ msgstr "ИзмерÑетÑÑ Ð² байтах кода. ИÑключает Ñге
msgid "Median"
msgstr "Среднее"
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr "УчаÑтник Ñ %{date}"
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19487,10 +20452,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19586,9 +20551,6 @@ msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr "Коммиты запроÑов на ÑлиÑние"
-
msgid "Merge Requests"
msgstr "ЗапроÑÑ‹ на ÑлиÑние"
@@ -19637,12 +20599,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr "Подтверждение запроÑов на ÑлиÑние"
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr "ЗавиÑимоÑти запроÑа на ÑлиÑние"
@@ -19823,6 +20791,9 @@ msgstr "СообщениÑ"
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr "Метрика была уÑпешно добавлена."
@@ -20365,9 +21336,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr "ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ Ð´Ð»Ð¸Ð½Ð° Ð¿Ð°Ñ€Ð¾Ð»Ñ (количеÑтво Ñимволов)"
-
msgid "Minutes"
msgstr "Минуты"
@@ -20473,9 +21441,6 @@ msgstr "Ещё"
msgid "More Information"
msgstr "Больше информации"
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr "Больше Slack команд"
@@ -20657,19 +21622,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20685,6 +21646,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr "Помощь"
@@ -21082,6 +22046,9 @@ msgstr "Заголовок нового обÑуждениÑ"
msgid "New iteration"
msgstr "ÐÐ¾Ð²Ð°Ñ Ð¸Ñ‚ÐµÑ€Ð°Ñ†Ð¸Ñ"
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr "ÐÐ¾Ð²Ð°Ñ Ð¸Ñ‚ÐµÑ€Ð°Ñ†Ð¸Ñ Ñоздана"
@@ -21106,6 +22073,18 @@ msgstr ""
msgid "New project"
msgstr "Ðовый проект"
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr "Ðовый релиз"
@@ -21115,9 +22094,6 @@ msgstr "Ðовое требование"
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr "Ðовый региÑтрационный токен обработчика заданий Ñгенерирован!"
@@ -21379,6 +22355,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr "Ðет публичных групп"
@@ -21725,10 +22707,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21767,6 +22746,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr "ОК"
@@ -21827,6 +22812,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21839,6 +22827,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21860,6 +22851,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21872,12 +22866,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21929,10 +22932,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -22068,7 +23089,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22212,9 +23233,6 @@ msgstr "ÐаÑтройки"
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22236,6 +23254,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22281,6 +23305,9 @@ msgstr "Владелец"
msgid "Package Registry"
msgstr "РееÑÑ‚Ñ€ пакетов"
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22539,6 +23566,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr "Извините, ваш фильтр иÑключил вÑе результаты"
@@ -22581,15 +23611,9 @@ msgstr "Вам также может понадобитьÑÑ Ð½Ð°Ñтроить
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr "опубликовано %{author}"
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr "Пакеты"
@@ -22662,15 +23686,6 @@ msgstr "Параметр"
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22686,15 +23701,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr "ЧаÑÑ‚ÑŒ изменений запроÑа на ÑлиÑние"
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr "УчаÑтники"
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22707,7 +23722,10 @@ msgstr "Пароль"
msgid "Password (optional)"
msgstr "Пароль (необÑзательно)"
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22770,6 +23788,9 @@ msgstr ""
msgid "Pause replication"
msgstr "ПриоÑтановить репликацию"
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22779,6 +23800,9 @@ msgstr "В ожидании"
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22794,15 +23818,24 @@ msgstr "Процент"
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr "ВыполнÑйте обычные дейÑÑ‚Ð²Ð¸Ñ Ð½Ð°Ð´ проектом GitLab"
msgid "Performance optimization"
msgstr "ÐžÐ¿Ñ‚Ð¸Ð¼Ð¸Ð·Ð°Ñ†Ð¸Ñ Ð¿Ñ€Ð¾Ð¸Ð·Ð²Ð¾Ð´Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾Ñти"
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr "Скачать"
@@ -22812,6 +23845,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22860,6 +23896,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr "Создание личного проекта запрещено. ПожалуйÑта, ÑвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐ¸Ð¼ админиÑтратором по данному вопроÑу"
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22899,6 +23941,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22941,6 +23986,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr "Ð’Ñего:"
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22986,9 +24043,6 @@ msgstr "Сборочные линии"
msgid "Pipelines charts"
msgstr "Диаграммы Ñборочных линий"
-msgid "Pipelines emails"
-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 ""
@@ -23007,18 +24061,24 @@ msgstr "ВыполнÑйте Ñборки Ñ ÑƒÐ²ÐµÑ€ÐµÐ½Ð½Ð¾Ñтью"
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
-msgstr "CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
+msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
-msgstr "ОчиÑтить Runner кÑши "
+msgid "Pipelines|Clear runner caches"
+msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -23031,6 +24091,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -23058,6 +24121,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr "ЗагружаютÑÑ Ñборочные линии"
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -23079,9 +24145,6 @@ msgstr "КÑш проекта уÑпешно очищен."
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr "ЗапуÑтить Ñборочную линию"
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr "Что-то пошло не так, при очиÑтке кÑша обработчиков заданий."
@@ -23127,6 +24190,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -23145,6 +24223,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -23181,9 +24262,6 @@ msgstr "Ð¡Ð±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ Ð¾Ñ‚ÑоединившегоÑÑ Ð·Ð°Ð¿Ñ€Ð
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr "Ð˜Ð¼Ñ ÑущеÑтвующей ветки или метки"
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23226,20 +24304,14 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
-msgstr "ПоиÑк веток"
+msgid "Pipeline|Running"
+msgstr ""
msgid "Pipeline|Skipped"
msgstr ""
@@ -23247,9 +24319,6 @@ 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 "Укажите Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð¿ÐµÑ€ÐµÐ¼ÐµÐ½Ð½Ñ‹Ñ…, которые будут иÑпользоватьÑÑ Ð² Ñтом запуÑке. ЗначениÑ, указанные в %{settings_link} будут иÑпользоватьÑÑ Ð¿Ð¾ умолчанию."
-
msgid "Pipeline|Stages"
msgstr "Этапы"
@@ -23307,15 +24376,15 @@ msgstr "Ñ Ñтапом"
msgid "Pipeline|with stages"
msgstr "Ñ Ñтапами"
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
+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 "API токен Pivotal Tracker."
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
-msgstr ""
-
msgid "Plain diff"
msgstr "ПроÑтое отличие"
@@ -23328,6 +24397,9 @@ msgstr "План:"
msgid "PlantUML"
msgstr "PlantUML"
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr "ЗапуÑк"
@@ -23415,8 +24487,8 @@ msgstr ""
msgid "Please enter a valid number"
msgstr "ПожалуйÑта введите правильное чиÑло"
-msgid "Please enter or upload a license."
-msgstr "ПожалуйÑта, введите или загрузите лицензию."
+msgid "Please enter or upload a valid license."
+msgstr ""
msgid "Please fill in a descriptive name for your group."
msgstr ""
@@ -23454,6 +24526,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23544,6 +24619,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23676,6 +24754,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr "Запретить добавление новых учаÑтников в проектах Ñтой группы"
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23727,6 +24808,9 @@ msgstr ""
msgid "Primary"
msgstr "ОÑновной"
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23835,6 +24919,12 @@ msgstr "Профиль"
msgid "Profile Settings"
msgstr "ÐаÑтройки профилÑ"
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr "на"
@@ -23949,6 +25039,12 @@ msgstr "Изменить профиль"
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr "Введите ваше имÑ, чтобы люди, которых вы знаете, могли раÑпознать ваÑ"
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr "ИÑтекает"
@@ -23964,7 +25060,7 @@ msgstr "Полное имÑ"
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23979,6 +25075,9 @@ msgstr "Токен входÑщей Ñлектронной почты был уÑ
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr "ПовыÑьте безопаÑноÑÑ‚ÑŒ учётной запиÑи, включив двухфакторную аутентификацию (2FA)"
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr "Ðеверный пароль"
@@ -23988,6 +25087,15 @@ msgstr "Ðеверное Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ"
msgid "Profiles|Key"
msgstr "Ключ"
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -24033,6 +25141,9 @@ msgstr "Публичный аватар"
msgid "Profiles|Public email"
msgstr "Публичный email"
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr "Удалить аватар"
@@ -24057,9 +25168,6 @@ msgstr ""
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "МакÑимально допуÑтимый размер файла ÑоÑтавлÑет 200 Кбайт."
-msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr "Этот email будет отображатьÑÑ Ð² вашем профиле"
@@ -24147,9 +25255,6 @@ msgstr "Ваша ÑƒÑ‡Ñ‘Ñ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ в наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ñ
msgid "Profiles|Your email address was automatically set based on your %{provider_label} account"
msgstr "Ваш Ð°Ð´Ñ€ÐµÑ Ñлектронной почты был автоматичеÑки уÑтановлен на оÑнове вашей учетной запиÑи %{provider_label}"
-msgid "Profiles|Your key has expired"
-msgstr ""
-
msgid "Profiles|Your location was automatically set based on your %{provider_label} account"
msgstr "Ваше меÑтоположение было автоматичеÑки уÑтановлено на оÑнове вашего %{provider_label} аккаунта"
@@ -24240,6 +25345,9 @@ msgstr "ÐÐ´Ñ€ÐµÑ ÐŸÑ€Ð¾ÐµÐºÑ‚Ð°"
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr "ДоÑтуп должен быть предоÑтавлен Ñвно каждому пользователю. ЕÑли проект ÑвлÑетÑÑ Ñ‡Ð°Ñтью группы, он наÑледует учаÑтников и их привилегии."
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24405,82 +25513,97 @@ msgstr "или группа"
msgid "ProjectSelect|Search for project"
msgstr "ПоиÑк проекта"
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24729,12 +25852,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr "Эта наÑтройка применÑетÑÑ Ð½Ð° уровне Ñервера и может быть переопределена админиÑтратором."
@@ -24750,6 +25882,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24882,6 +26017,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24960,6 +26098,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr "Создать из шаблона"
@@ -24978,6 +26119,9 @@ msgstr "Импорт"
msgid "ProjectsNew|Import project"
msgstr "Импортировать проект"
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr "Добавить README файл"
@@ -25239,7 +26383,7 @@ msgstr "Узнать больше"
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25425,9 +26569,15 @@ msgstr ""
msgid "Protocol"
msgstr "Протокол"
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr "Провайдер"
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25482,6 +26632,9 @@ msgstr "ПриобреÑти больше минут"
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr "Отправить"
@@ -25575,6 +26728,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr "Ð’Ñ‹Ñокий приоритет"
@@ -25590,9 +26746,6 @@ 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 "Pushover облегчает получение мгновенных уведомлений на Android-уÑтройÑтвах, iPhone, iPad и деÑктопах."
-
msgid "PushoverService|See project %{project_full_name}"
msgstr "ПоÑмотреть проект %{project_full_name}"
@@ -25623,6 +26776,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "БыÑтрые дейÑÑ‚Ð²Ð¸Ñ Ð¼Ð¾Ð³ÑƒÑ‚ иÑпользоватьÑÑ Ð² опиÑании обÑуждений и комментариÑÑ…."
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25656,15 +26812,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr "Подробнее"
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25683,6 +26851,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr "Получать Ð¾Ð¿Ð¾Ð²ÐµÑ‰ÐµÐ½Ð¸Ñ Ð¾Ñ‚ наÑтроенных вручную Ñерверов Prometheus."
@@ -25695,8 +26866,8 @@ msgstr ""
msgid "Recent"
msgstr "ПоÑледние"
-msgid "Recent Activity"
-msgstr "ÐедавнÑÑ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾ÑÑ‚ÑŒ"
+msgid "Recent Deliveries"
+msgstr ""
msgid "Recent Project Activity"
msgstr "Ðедавние дейÑÑ‚Ð²Ð¸Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð°"
@@ -25710,6 +26881,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25910,18 +27084,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr "Ðапомнить позже"
@@ -25973,12 +27150,18 @@ msgstr "Удалить карту"
msgid "Remove child epic from an epic"
msgstr "Удалить дочернюю цель у текущей"
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr "Удалить иÑторию опиÑаний"
msgid "Remove due date"
msgstr "Убрать Ñрок выполнениÑ"
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25994,6 +27177,9 @@ msgstr "Удалить из цели"
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr "Удалить итерацию"
@@ -26006,6 +27192,12 @@ msgstr "Убрать лимит"
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -26033,6 +27225,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -26054,6 +27249,9 @@ msgstr ""
msgid "Remove user from group"
msgstr "Удалить Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð· группы"
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26502,6 +27700,9 @@ msgstr ""
msgid "Request Access"
msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð´Ð¾Ñтупа"
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26514,6 +27715,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26544,7 +27748,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26553,6 +27757,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26609,6 +27816,9 @@ msgstr[3] "Ðеобходимо %d подтверждений."
msgid "Requires values to meet regular expression requirements."
msgstr "Требует, чтобы Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ ÑоответÑтвовали регулÑрному выражению."
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26621,6 +27831,9 @@ msgstr "Отправить повторно"
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26639,6 +27852,12 @@ msgstr "СброÑить ключ доÑтупа проверки работоÑ
msgid "Reset key"
msgstr "Ð¡Ð±Ñ€Ð¾Ñ ÐºÐ»ÑŽÑ‡Ð°"
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26741,9 +27960,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 "Продолжить"
@@ -26899,6 +28115,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr "ЗапуÑтить очиÑтку"
@@ -26914,12 +28136,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr "Runner токен"
-
msgid "Runner tokens"
msgstr ""
@@ -26959,25 +28175,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26992,6 +28208,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -27001,33 +28220,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -27037,9 +28274,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr "Ð’Ñ‹ иÑпользовали %{quotaUsed} из %{quotaLimit} ваших минут Ñборки на общих Runner'ах."
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr "ВыполнÑетÑÑ"
@@ -27097,6 +28346,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr "Ключи SSH позволÑÑŽÑ‚ уÑтановить безопаÑное Ñоединение между вашим компьютером и GitLab."
@@ -27109,6 +28361,9 @@ msgstr "Ð’ÐµÑ€Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ð¿Ð¾ SSL:"
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27166,6 +28421,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr "РаÑпиÑание новой Ñборочной линии"
@@ -27486,6 +28747,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27555,6 +28819,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27612,7 +28879,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27639,6 +28906,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27798,6 +29068,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr "Произошла ошибка при добавлении комментариÑ."
@@ -27843,6 +29116,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27858,12 +29134,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr "ПоÑмотреть метрики"
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr "ПоÑмотреть затрагиваемые проекты в панели админиÑтратора GitLab"
@@ -28110,6 +29389,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr "Отправить отчёт"
@@ -28281,12 +29569,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28488,6 +29770,9 @@ msgstr "Задаёт оценку времени в %{time_estimate}."
msgid "Sets weight to %{weight}."
msgstr "УÑтанавливает приоритет на %{weight}."
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28599,6 +29884,9 @@ msgstr "Показать опиÑание коммита"
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28730,6 +30018,9 @@ msgstr "Вход"
msgid "Sign in / Register"
msgstr "Вход / РегиÑтрациÑ"
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr "Ð’Ñтупить в \"%{group_name}\""
@@ -28742,12 +30033,18 @@ msgstr "Войдите, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ñмарт-карту"
msgid "Sign in via 2FA code"
msgstr "Войти Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ 2FA"
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr "Выйти"
@@ -28760,6 +30057,12 @@ msgstr "Войдите"
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr "ÐžÐ³Ñ€Ð°Ð½Ð¸Ñ‡ÐµÐ½Ð¸Ñ Ð²Ñ…Ð¾Ð´Ð°"
@@ -28808,6 +30111,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr "Одиночные или комбинированные запроÑÑ‹"
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr "Размер"
@@ -28829,28 +30138,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28949,12 +30246,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr "Что-то пошло не так Ñ Ð½Ð°ÑˆÐµÐ¹ Ñтороны"
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr "Что-то пошло не так Ñ Ð½Ð°ÑˆÐµÐ¹ Ñтороны."
@@ -29027,6 +30330,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -29090,6 +30396,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29315,6 +30624,9 @@ msgstr "ИÑточник (ветка или тег)"
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29372,6 +30684,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr "Спам Логи"
@@ -29531,6 +30846,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr "Будет запущен %{startsIn}"
@@ -29627,6 +30945,24 @@ msgstr "СтатуÑ:"
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29753,6 +31089,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29777,6 +31116,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29807,6 +31149,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29951,6 +31296,9 @@ msgstr "УÑпешно разблокировано"
msgid "Successfully unlocked"
msgstr "УÑпешно разблокировано"
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -30053,6 +31401,69 @@ msgstr "Сводка"
msgid "Sunday"
msgstr "ВоÑкреÑенье"
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr "Поддержка"
@@ -30143,6 +31554,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr "Тег"
@@ -30236,9 +31650,6 @@ msgstr "Заметки к релизу"
msgid "TagsPage|Repository has no tags yet."
msgstr "Репозитарий не Ñодержит тегов."
-msgid "TagsPage|Sort by"
-msgstr "Сортировать по"
-
msgid "TagsPage|Tags"
msgstr "Теги"
@@ -30549,20 +31960,35 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr "%{rate}%{sign} показатель уÑпешноÑти"
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr "ТеÑÑ‚Ñ‹"
msgid "TestReports|There are no test cases to display."
msgstr "Ðет теÑтовых примеров Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ."
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr "Ðет теÑтовых наборов Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ."
-msgid "TestReports|There are no tests to show."
-msgstr "Ðет теÑтов Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ."
+msgid "TestReports|There are no tests to display"
+msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
@@ -30570,6 +31996,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr "ТеÑÑ‚Ñ‹"
@@ -30588,6 +32017,9 @@ 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 ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr "СпаÑибо за покупку!"
@@ -30616,6 +32048,9 @@ msgstr[1] "%{type} Ñодержат Ñледующие ошибки:"
msgstr[2] "%{type} Ñодержат Ñледующие ошибки:"
msgstr[3] "%{type} Ñодержат Ñледующие ошибки:"
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30640,6 +32075,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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\")."
@@ -30670,6 +32108,9 @@ msgstr "Этап напиÑÐ°Ð½Ð¸Ñ ÐºÐ¾Ð´Ð° показывает Ð²Ñ€ÐµÐ¼Ñ Ñ
msgid "The collection of events added to the data gathered for that stage."
msgstr "ÐšÐ¾Ð»Ð»ÐµÐºÑ†Ð¸Ñ Ñобытий добавленных в данные Ñобранные Ð´Ð»Ñ Ñтого Ñтапа."
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr "Этот коммит не ÑущеÑтвует"
@@ -30800,6 +32241,9 @@ msgstr "ÐаÑтройки группы %{group_links} требуют, чтобÑ
msgid "The group will be placed in 'pending removal' state"
msgstr "Эта группа будет помещена в ÑоÑтоÑние 'Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ ÑƒÐ´Ð°Ð»ÐµÐ½Ð¸Ñ'"
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "Импорт будет отключен поÑле %{timeout}. Ð”Ð»Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ð¸ÐµÐ², которые импортируютÑÑ Ð·Ð° большее времÑ, иÑпользуйте комбинацию команд clone/push."
@@ -30854,6 +32298,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr "Конфликты ÑлиÑÐ½Ð¸Ñ Ð´Ð»Ñ Ñтого запроÑа на ÑлиÑние не могут быть разрешены Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ GitLab. ПожалуйÑта, попробуйте разрешить их локально."
@@ -30866,6 +32313,9 @@ msgstr "Конфликты ÑлиÑÐ½Ð¸Ñ Ð´Ð»Ñ Ñтого запроÑа на
msgid "The merge request can now be merged."
msgstr "Теперь можно выполнить Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние."
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30875,6 +32325,9 @@ msgstr "Ð˜Ð¼Ñ \"%{name}\" уже занÑто в Ñтом каталоге."
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30893,6 +32346,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr "Пароль, необходимый Ð´Ð»Ñ Ñ€Ð°Ñшифровки закрытого ключа. Он не ÑвлÑетÑÑ Ð½ÐµÐ¾Ð±Ñзательным, а значение будет зашифровано в ÑоÑтоÑнии покоÑ."
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr "Фаза жизненного цикла разработки."
@@ -31037,15 +32499,15 @@ msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
msgstr ""
+msgid "The username for the Jenkins server."
+msgstr ""
+
msgid "The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6."
msgstr "Среднее значение в Ñ€Ñду. Пример: между 3, 5, 9, Ñреднее 5, между 3, 5, 7, 8, Ñреднее (5+7)/2 = 6."
msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
-msgid "The visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
-msgstr ""
-
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
msgstr ""
@@ -31079,6 +32541,9 @@ msgstr "Ðет ключей SSH, ÑвÑзанных Ñ Ñтой учетной Ð
msgid "There are no SSH keys with access to your account."
msgstr "Ðет ключей SSH Ñ Ð´Ð¾Ñтупом к вашей учетной запиÑи."
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -31154,6 +32619,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -31181,12 +32649,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr "Произошла ошибка ÑÐ¾ÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ Ñ Ð²Ð°ÑˆÐ¸Ð¼ уÑтройÑтвом."
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31259,9 +32739,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31274,6 +32751,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31358,9 +32838,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr "При подпиÑке на Ñту метку произошла ошибка."
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr "Произошла ошибка при отпиÑке от Ñтой метки."
@@ -31382,6 +32859,9 @@ msgstr "Произошла ошибка при получении аналити
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31448,6 +32928,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr "Это дейÑтвие может привеÑти к потере данных. Чтобы предотвратить Ñлучайные дейÑтвиÑ, мы проÑим Ð’Ð°Ñ Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¸Ñ‚ÑŒ Ваше намерение."
@@ -31568,6 +33051,9 @@ msgstr "Эта цель уже имеет макÑимально возможнÐ
msgid "This epic does not exist or you don't have sufficient permission."
msgstr "Этой цели не ÑущеÑтвует, или у Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав."
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr "Эта Ñ„ÑƒÐ½ÐºÑ†Ð¸Ñ Ñ‚Ñ€ÐµÐ±ÑƒÐµÑ‚, чтобы локальное хранилище было включено"
@@ -31613,9 +33099,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31790,6 +33273,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31826,6 +33312,9 @@ msgstr "Ð’ Ñтом проекте нет активных токенов доÑ
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31856,15 +33345,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31874,6 +33354,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31889,18 +33372,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr "Этот пользователь ранее отправлÑл коммиты в проект %{name}."
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31970,6 +33468,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -32114,6 +33615,9 @@ msgstr "Учёт времени"
msgid "Time until first merge request"
msgstr "Ð’Ñ€ÐµÐ¼Ñ Ð´Ð¾ первого запроÑа на ÑлиÑние"
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr "Оцен."
@@ -32290,6 +33794,9 @@ msgstr "Ñ"
msgid "Tip:"
msgstr "Совет:"
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32356,6 +33863,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32371,6 +33881,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32386,7 +33899,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32398,7 +33911,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32413,6 +33929,9 @@ msgstr ""
msgid "To receive alerts from manually configured Prometheus services, add the following URL and Authorization key to your Prometheus webhook config file. Learn more about %{linkStart}configuring Prometheus%{linkEnd} to send alerts to GitLab."
msgstr "Чтобы получать ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ñ Ð¾Ñ‚ наÑтроенных вручную Ñлужб Prometheus, добавьте Ñледующий URL и ключ авторизации в файл конфигурации веб-обработчика Prometheus. Узнайте подробнее о %{linkStart}наÑтройке Prometheus%{linkEnd} Ð´Ð»Ñ Ð¾Ñ‚Ð¿Ñ€Ð°Ð²ÐºÐ¸ уведомлений в GitLab."
+msgid "To run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32566,9 +34085,6 @@ msgstr "Общий размер артефактов: %{total_size}"
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr "Ð’Ñего обÑуждений"
@@ -32783,12 +34299,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr "УÑтранÑйте неполадки и Ñледите за ÑоÑтоÑнием Ñвоего Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¸ помощи траÑÑировки"
@@ -32837,9 +34347,6 @@ 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 usage ping"
msgstr ""
@@ -32849,6 +34356,9 @@ msgstr ""
msgid "Twitter"
msgstr "Twitter"
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr "Ð”Ð²ÑƒÑ…Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ"
@@ -32861,6 +34371,9 @@ msgstr "Ð”Ð²ÑƒÑ…Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ"
msgid "Two-factor Authentication Recovery codes"
msgstr "Коды воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð´Ð²ÑƒÑ…Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð¾Ð¹ аутентификации"
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr "Ð”Ð²ÑƒÑ…Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ"
@@ -32879,6 +34392,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr "Тип"
@@ -32930,6 +34446,9 @@ msgstr "URL внешнего хранилища, которое будет обÑ
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32969,6 +34488,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32996,6 +34518,9 @@ msgstr "Ðе удаетÑÑ Ð·Ð°Ð³Ñ€ÑƒÐ·Ð¸Ñ‚ÑŒ отличиÑ. %{button_try_agai
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr "Ðевозможно Ñохранить итерацию. ПожалуйÑта, попробуйте Ñнова."
@@ -33035,6 +34560,12 @@ msgstr "Отменить назначение комментирующего пÐ
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -33056,6 +34587,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr "К Ñожалению, ваше пиÑьмо в GitLab не может быть обработано."
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr "Удалить"
@@ -33092,15 +34626,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr "Разблокировать"
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr "Разблокировать обÑуждение"
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr "Разблокировано"
@@ -33212,15 +34755,27 @@ msgstr "Обновить"
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr "Обновить вÑе"
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr "Обновить правило утверждениÑ"
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr "Обновление не удалоÑÑŒ"
@@ -33230,6 +34785,9 @@ msgstr "Обновить Ñто"
msgid "Update iteration"
msgstr "Обновить итерацию"
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr "Обновить ÑейчаÑ"
@@ -33284,6 +34842,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33299,9 +34860,6 @@ 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 merge requests."
msgstr ""
@@ -33530,13 +35088,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33629,9 +35187,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr "ИÑпользовать шаблон"
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33647,6 +35217,9 @@ msgstr "ИÑпользуйте вашу Ñмарт-карту Ð´Ð»Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33923,6 +35496,9 @@ msgstr ""
msgid "Username or email"
msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð»Ð¸ email"
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -34025,12 +35601,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
-msgstr "Медианное Ð²Ñ€ÐµÐ¼Ñ Ð¾Ñ‚ первого коммита до Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ñ Ð¾Ð±ÑуждениÑ."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
+msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr "Медианное Ð²Ñ€ÐµÐ¼Ñ Ð¾Ñ‚ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð¾Ð±ÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ð´Ð¾ его закрытиÑ."
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -34085,6 +35673,9 @@ msgstr "Подтверждена"
msgid "Verify SAML Configuration"
msgstr "Проверить наÑтройки SAML"
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr "Проверить наÑтройки"
@@ -34180,6 +35771,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -34228,19 +35822,16 @@ msgstr "ПроÑмотр поддерживаемых Ñзыков и фрейм
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr "ПроÑмотр поÑледнего уÑпешного Ñ€Ð°Ð·Ð²Ñ‘Ñ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ Ð² Ñто окружение"
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34534,6 +36125,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34591,6 +36185,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¿Ð¾ Ñтапу отÑутÑтвует."
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34621,6 +36218,12 @@ msgstr "Мы хотим быть уверены, что Ñто вы, пожалÑ
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34672,6 +36275,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr "Веб-обработчик"
@@ -34756,7 +36368,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34783,7 +36395,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34807,6 +36419,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr "Среда"
@@ -34837,6 +36452,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34858,6 +36476,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34870,10 +36497,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Когда процеÑÑ Runner заблокирован, он не может быть назначен другим проектам"
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -35033,6 +36660,9 @@ msgstr "Удалить Ñтраницу %{pageTitle}?"
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -35048,9 +36678,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -35066,9 +36708,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr "Ðапишите что-нибудь или перетащите Ñюда файлы…"
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -35153,6 +36801,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr "Ðапишите опиÑание Ñтапа..."
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr "Ðапишите Ñвои заметки к релизу или перетащите ваши файлы Ñюда…"
@@ -35261,7 +36912,7 @@ msgstr "Ð’Ñ‹ иÑпользуете GitLab в режиме только Ð´Ð»Ñ Ñ
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr "Ð’Ñ‹ получили Ñто Ñообщение, потому что вы ÑвлÑетеÑÑŒ админиÑтратором GitLab Ð´Ð»Ñ %{url}."
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35288,6 +36939,9 @@ msgstr "Вы также можете проверить ваш %{gitlab_ci_yml}
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "Ð’Ñ‹ также можете загрузить ÑущеÑтвующие файлы Ñ ÐºÐ¾Ð¼Ð¿ÑŒÑŽÑ‚ÐµÑ€Ð°, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð¿Ñ€Ð¸Ð²ÐµÐ´Ñ‘Ð½Ð½Ñ‹Ðµ ниже инÑтрукции."
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -35324,13 +36978,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "Ð’Ñ‹ можете легко поучаÑтвовать в них, попроÑив приÑоединитьÑÑ."
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -35363,6 +37017,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr "Теперь вы можете отправить Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние, чтобы внеÑти Ñто изменение в иÑходную ветку."
@@ -35423,9 +37080,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr "Ð’Ñ‹ не можете выдать ÑÐµÐ±Ñ Ð·Ð° внутреннего пользователÑ"
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35450,9 +37104,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35468,6 +37119,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr "У Ð²Ð°Ñ ÐµÑ‰Ñ‘ нет зарегиÑтрированных уÑтройÑтв U2F."
@@ -35495,6 +37149,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтаточно прав Ð´Ð»Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ Ñтого дейÑтвиÑ."
@@ -35516,7 +37173,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35612,6 +37272,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35750,7 +37413,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35780,6 +37443,9 @@ msgstr "Ваши ключи GPG (%{count})"
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35810,12 +37476,18 @@ msgstr "Ваша Ð¿ÑƒÐ±Ð»Ð¸Ñ‡Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð° будет отображатьÑ
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr "Ваши ключи SSH (%{count})"
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35828,9 +37500,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr "Ваше уÑтройÑтво U2F зарегиÑтрировано!"
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35849,6 +37518,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr "Ваш аккаунт иÑпользует Ñпециальные учетные данные Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ñ‹ \"%{group_name}\" и может быть обновлен только через SSO."
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr "Ваши Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ (%{size})"
@@ -35939,9 +37611,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr "Ваша Ð»Ð¸Ñ†ÐµÐ½Ð·Ð¸Ñ Ð´ÐµÐ¹Ñтвительна Ñ"
-msgid "Your license was successfully synced."
-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 ""
@@ -35960,6 +37629,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr "Ваш новый токен SCIM"
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr "Ваш новый перÑональный токен доÑтупа был Ñоздан."
@@ -36141,6 +37813,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36445,6 +38120,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr "поле container_name не может быть больше, чем %{max_length} Ñимволов"
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36463,6 +38141,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr "данные"
@@ -36621,6 +38302,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr "группа"
@@ -36651,12 +38335,18 @@ msgstr ""
msgid "help"
msgstr "помощь"
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr "http:"
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr "https://ваш-bitbucket-server"
@@ -36977,19 +38667,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -37016,6 +38703,24 @@ msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние одобрен."
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr "Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ"
@@ -37106,21 +38811,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -37175,6 +38877,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr "н/д"
@@ -37196,9 +38901,6 @@ msgstr "новый Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние"
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr "не учаÑтвовали"
-
msgid "no expiration"
msgstr ""
@@ -37295,6 +38997,9 @@ msgstr[1] "бала"
msgstr[2] "балов"
msgstr[3] "балов"
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr "приватный"
@@ -37338,6 +39043,12 @@ msgstr "проекты"
msgid "quick actions"
msgstr "быÑтрые дейÑтвиÑ"
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr "недавнÑÑ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾ÑÑ‚ÑŒ"
@@ -37356,6 +39067,9 @@ msgstr "удалить"
msgid "remove due date"
msgstr "удалить дату завершениÑ"
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr "удалить приоритет"
@@ -37375,13 +39089,16 @@ msgstr[3] "ответов"
msgid "repository:"
msgstr "репозиторий:"
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr "ÑброÑить."
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37420,6 +39137,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr "ÐеизвеÑтнаÑ"
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37492,6 +39212,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr "название тега"
@@ -37501,6 +39224,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr "Ñледующее(ие) обÑуждение(Ñ)"
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr "Ñтот документ"
diff --git a/locale/si_LK/gitlab.po b/locale/si_LK/gitlab.po
index daf2a497925..61a743ceaac 100644
--- a/locale/si_LK/gitlab.po
+++ b/locale/si_LK/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: si-LK\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:11\n"
+"PO-Revision-Date: 2021-05-03 22:15\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/sk_SK/gitlab.po b/locale/sk_SK/gitlab.po
index 2a2724965b9..56d301f148a 100644
--- a/locale/sk_SK/gitlab.po
+++ b/locale/sk_SK/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: sk\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:19\n"
+"PO-Revision-Date: 2021-05-03 22:24\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -91,6 +100,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -524,9 +540,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -663,12 +676,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -753,9 +775,6 @@ 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 ""
@@ -804,6 +823,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -840,6 +862,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -955,9 +980,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -1068,9 +1090,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1089,10 +1108,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -1110,6 +1129,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1198,6 +1226,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1207,6 +1238,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1544,6 +1578,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1658,6 +1695,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1673,7 +1713,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1697,6 +1737,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1760,10 +1803,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1817,6 +1866,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1826,6 +1881,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1952,6 +2010,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1967,9 +2028,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1982,6 +2040,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -2018,9 +2079,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -2102,6 +2160,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2207,6 +2268,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2228,21 +2292,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2282,6 +2340,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2402,9 +2463,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2429,9 +2487,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2468,9 +2523,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2489,9 +2541,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2510,16 +2559,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2540,10 +2592,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2555,7 +2610,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2942,6 +2997,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -3114,10 +3175,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3144,19 +3202,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3177,18 +3241,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3210,22 +3268,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3237,6 +3295,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3255,13 +3316,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3273,22 +3337,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3426,9 +3487,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3456,6 +3514,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3558,10 +3619,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3822,9 +3883,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3834,7 +3892,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3891,9 +3949,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3933,6 +3988,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -4032,6 +4090,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -4102,16 +4250,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-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] ""
@@ -4135,6 +4280,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -4147,9 +4295,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4313,6 +4467,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4322,6 +4479,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4397,13 +4557,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4415,6 +4578,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4475,7 +4641,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4548,6 +4714,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4621,9 +4790,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4678,6 +4853,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4840,9 +5018,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4936,25 +5123,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4966,15 +5153,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -5065,12 +5264,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -5086,6 +5291,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5377,9 +5585,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5434,6 +5639,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5515,9 +5723,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5608,9 +5813,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5717,6 +5919,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5801,6 +6006,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5825,6 +6033,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5846,6 +6057,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5873,6 +6087,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -6026,15 +6261,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -6098,6 +6327,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6287,6 +6519,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6563,6 +6798,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6662,46 +6903,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6908,6 +7176,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -7073,6 +7344,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -7184,7 +7458,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7211,6 +7485,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7838,6 +8121,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7895,6 +8181,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -8046,6 +8335,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -8091,6 +8383,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -8169,7 +8464,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8229,6 +8524,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8256,9 +8554,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8289,6 +8602,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8304,28 +8620,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8489,7 +8823,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8721,6 +9055,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8775,7 +9115,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8922,15 +9262,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -9120,6 +9493,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -9228,6 +9604,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9480,6 +9859,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9501,6 +9883,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9723,6 +10111,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9773,13 +10164,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9806,6 +10194,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9998,6 +10422,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -10043,6 +10470,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -10076,7 +10506,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -10091,6 +10521,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10170,6 +10603,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10188,9 +10624,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10215,6 +10648,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -10239,9 +10675,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10353,10 +10798,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10404,6 +10852,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10443,6 +10894,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10455,18 +10909,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10689,9 +11137,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10803,22 +11248,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -11053,15 +11483,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -11104,7 +11537,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11134,7 +11567,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -11149,10 +11582,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11170,6 +11609,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -11212,6 +11660,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -11254,7 +11708,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11318,9 +11772,6 @@ msgstr[3] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11348,7 +11799,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11363,6 +11814,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11381,10 +11835,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11429,6 +11883,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11516,6 +11973,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11609,6 +12072,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11627,6 +12093,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11645,6 +12114,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11708,21 +12180,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11768,9 +12237,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11783,13 +12249,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11831,6 +12303,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11846,6 +12321,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11864,6 +12348,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11873,9 +12360,6 @@ 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 ""
@@ -11927,6 +12411,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11954,9 +12444,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11993,6 +12492,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -12095,6 +12597,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12356,6 +12861,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12374,7 +12882,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12689,6 +13197,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12878,6 +13389,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12989,6 +13503,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -13004,6 +13521,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -13016,10 +13536,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -13067,9 +13590,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -13082,6 +13602,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13280,6 +13803,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13292,9 +13818,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13557,6 +14089,16 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13776,10 +14318,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13893,6 +14438,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13980,6 +14528,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -14016,9 +14567,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -14166,6 +14732,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14187,6 +14756,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -14226,6 +14798,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -14235,6 +14810,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14250,9 +14828,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14289,6 +14873,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14304,6 +14891,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14352,16 +14942,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14403,6 +15002,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14415,6 +15017,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14424,6 +15029,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14433,6 +15041,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14454,16 +15068,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14484,6 +15107,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14562,6 +15188,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14613,6 +15242,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14637,9 +15269,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14691,9 +15329,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14718,9 +15353,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14736,10 +15368,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14784,9 +15422,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14826,10 +15461,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14880,9 +15515,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -15078,6 +15719,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -15120,6 +15764,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -15207,6 +15854,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -15225,10 +15875,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -15243,19 +15893,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15294,10 +15941,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15345,15 +15989,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15384,7 +16025,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15435,9 +16076,6 @@ 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 group-level project templates."
msgstr ""
@@ -15459,7 +16097,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15498,6 +16145,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15675,9 +16325,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15717,6 +16373,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15735,9 +16394,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15821,12 +16489,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15866,6 +16540,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15875,10 +16555,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15962,9 +16639,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -16010,6 +16693,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -16022,6 +16711,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -16043,9 +16738,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -16067,6 +16759,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -16082,6 +16777,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -16111,6 +16812,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -16159,6 +16863,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -16265,9 +16972,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16286,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16316,7 +17029,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16361,7 +17074,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16394,9 +17107,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16418,6 +17128,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16481,7 +17194,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16496,7 +17209,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16523,16 +17239,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16553,7 +17275,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16607,6 +17329,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16715,6 +17440,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16724,19 +17452,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16832,9 +17557,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16853,6 +17584,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16950,6 +17696,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16959,16 +17708,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16977,6 +17735,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -17001,6 +17762,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -17010,6 +17774,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -17028,7 +17795,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -17040,6 +17807,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -17064,6 +17834,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -17076,7 +17849,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -17085,13 +17858,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -17100,6 +17873,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17184,9 +17960,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17412,24 +18185,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17538,15 +18299,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17619,19 +18377,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17640,7 +18416,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17721,6 +18497,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17736,6 +18515,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17796,6 +18620,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17808,6 +18635,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17838,10 +18668,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17862,16 +18695,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17904,16 +18734,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17928,7 +18770,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17937,9 +18779,6 @@ 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 ""
@@ -17958,6 +18797,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -18069,12 +18911,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -18084,6 +18938,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -18105,6 +18965,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18198,6 +19061,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18322,6 +19188,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18352,6 +19221,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18409,6 +19284,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18421,6 +19299,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18472,6 +19353,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18499,12 +19383,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18535,10 +19425,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18574,6 +19461,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18586,6 +19476,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18826,6 +19719,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18845,6 +19741,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18872,6 +19774,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18959,6 +19864,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -19001,12 +19909,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -19103,6 +20017,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -19115,7 +20032,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19238,6 +20155,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19295,6 +20221,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19304,6 +20236,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19358,6 +20296,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19388,6 +20335,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19409,9 +20359,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19424,15 +20380,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19487,10 +20452,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19586,9 +20551,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19637,12 +20599,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19823,6 +20791,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20365,9 +21336,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20473,9 +21441,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20657,19 +21622,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20685,6 +21646,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -21082,6 +22046,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -21106,6 +22073,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -21115,9 +22094,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21379,6 +22355,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21725,10 +22707,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21767,6 +22746,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21827,6 +22812,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21839,6 +22827,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21860,6 +22851,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21872,12 +22866,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21929,10 +22932,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -22068,7 +23089,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22212,9 +23233,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22236,6 +23254,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22281,6 +23305,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22539,6 +23566,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22581,15 +23611,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22662,15 +23686,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22686,15 +23701,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22707,7 +23722,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22770,6 +23788,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22779,6 +23800,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22794,15 +23818,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22812,6 +23845,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22860,6 +23896,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22899,6 +23941,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22941,6 +23986,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22986,9 +24043,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -23007,18 +24061,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -23031,6 +24091,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -23058,6 +24121,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -23079,9 +24145,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -23127,6 +24190,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -23145,6 +24223,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -23181,9 +24262,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23226,19 +24304,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -23247,9 +24319,6 @@ 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 ""
@@ -23307,13 +24376,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23328,6 +24397,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23415,7 +24487,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23454,6 +24526,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23544,6 +24619,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23676,6 +24754,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23727,6 +24808,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23835,6 +24919,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23949,6 +25039,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23964,7 +25060,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23979,6 +25075,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23988,6 +25087,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -24033,6 +25141,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -24057,9 +25168,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -24147,9 +25255,6 @@ 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 ""
@@ -24240,6 +25345,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24405,82 +25513,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24729,12 +25852,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24750,6 +25882,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24882,6 +26017,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24960,6 +26098,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24978,6 +26119,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -25239,7 +26383,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25425,9 +26569,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25482,6 +26632,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25575,6 +26728,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25590,9 +26746,6 @@ 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 ""
@@ -25623,6 +26776,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25656,15 +26812,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25683,6 +26851,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25695,7 +26866,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25710,6 +26881,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25910,18 +27084,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25973,12 +27150,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25994,6 +27177,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -26006,6 +27192,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -26033,6 +27225,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -26054,6 +27249,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26502,6 +27700,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26514,6 +27715,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26544,7 +27748,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26553,6 +27757,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26609,6 +27816,9 @@ msgstr[3] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26621,6 +27831,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26639,6 +27852,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26741,9 +27960,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26899,6 +28115,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26914,12 +28136,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26959,25 +28175,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26992,6 +28208,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -27001,33 +28220,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -27037,9 +28274,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -27097,6 +28346,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -27109,6 +28361,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27166,6 +28421,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27486,6 +28747,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27555,6 +28819,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27612,7 +28879,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27639,6 +28906,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27798,6 +29068,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27843,6 +29116,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27858,12 +29134,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -28110,6 +29389,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -28281,12 +29569,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28488,6 +29770,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28599,6 +29884,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28730,6 +30018,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28742,12 +30033,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28760,6 +30057,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28808,6 +30111,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28829,28 +30138,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28949,12 +30246,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -29027,6 +30330,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -29090,6 +30396,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29315,6 +30624,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29372,6 +30684,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29531,6 +30846,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29627,6 +30945,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29753,6 +31089,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29777,6 +31116,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29807,6 +31149,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29951,6 +31296,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -30053,6 +31401,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -30143,6 +31554,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -30236,9 +31650,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30549,19 +31960,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30570,6 +31996,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30588,6 +32017,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30616,6 +32048,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30640,6 +32075,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30670,6 +32108,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30800,6 +32241,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30854,6 +32298,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30866,6 +32313,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30875,6 +32325,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30893,6 +32346,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -31037,13 +32499,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -31079,6 +32541,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -31154,6 +32619,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -31181,12 +32649,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31259,9 +32739,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31274,6 +32751,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31358,9 +32838,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31382,6 +32859,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31448,6 +32928,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31568,6 +33051,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31613,9 +33099,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31790,6 +33273,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31826,6 +33312,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31856,15 +33345,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31874,6 +33354,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31889,18 +33372,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31970,6 +33468,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -32114,6 +33615,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -32290,6 +33794,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32356,6 +33863,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32371,6 +33881,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32386,7 +33899,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32398,7 +33911,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32413,6 +33929,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32566,9 +34085,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32783,12 +34299,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32837,9 +34347,6 @@ 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 usage ping"
msgstr ""
@@ -32849,6 +34356,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32861,6 +34371,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32879,6 +34392,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32930,6 +34446,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32969,6 +34488,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32996,6 +34518,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -33035,6 +34560,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -33056,6 +34587,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -33092,15 +34626,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -33212,15 +34755,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -33230,6 +34785,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -33284,6 +34842,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33299,9 +34860,6 @@ 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 merge requests."
msgstr ""
@@ -33530,13 +35088,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33629,9 +35187,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33647,6 +35217,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33923,6 +35496,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -34025,12 +35601,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -34085,6 +35673,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -34180,6 +35771,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -34228,19 +35822,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34534,6 +36125,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34591,6 +36185,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34621,6 +36218,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34672,6 +36275,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34756,7 +36368,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34783,7 +36395,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34807,6 +36419,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34837,6 +36452,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34858,6 +36476,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34870,10 +36497,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -35033,6 +36660,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -35048,9 +36678,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -35066,9 +36708,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -35153,6 +36801,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -35261,7 +36912,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35288,6 +36939,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -35324,13 +36978,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -35363,6 +37017,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35423,9 +37080,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35450,9 +37104,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35468,6 +37119,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35495,6 +37149,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35516,7 +37173,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35612,6 +37272,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35750,7 +37413,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35780,6 +37443,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35810,12 +37476,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35828,9 +37500,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35849,6 +37518,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35939,9 +37611,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35960,6 +37629,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -36141,6 +37813,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36445,6 +38120,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36463,6 +38141,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36621,6 +38302,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36651,12 +38335,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36977,19 +38667,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -37016,6 +38703,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -37106,21 +38811,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -37175,6 +38877,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -37196,9 +38901,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -37295,6 +38997,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -37338,6 +39043,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -37356,6 +39067,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -37375,13 +39089,16 @@ msgstr[3] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37420,6 +39137,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37492,6 +39212,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37501,6 +39224,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/sl_SI/gitlab.po b/locale/sl_SI/gitlab.po
index 6e39afe93a8..7e350973fb7 100644
--- a/locale/sl_SI/gitlab.po
+++ b/locale/sl_SI/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: sl\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:20\n"
+"PO-Revision-Date: 2021-05-03 22:25\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -91,6 +100,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -524,9 +540,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -663,12 +676,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -753,9 +775,6 @@ 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 ""
@@ -804,6 +823,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -840,6 +862,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -955,9 +980,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -1068,9 +1090,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1089,10 +1108,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -1110,6 +1129,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1198,6 +1226,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1207,6 +1238,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1544,6 +1578,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1658,6 +1695,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1673,7 +1713,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1697,6 +1737,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1760,10 +1803,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1817,6 +1866,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1826,6 +1881,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1952,6 +2010,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1967,9 +2028,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1982,6 +2040,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -2018,9 +2079,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -2102,6 +2160,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2207,6 +2268,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2228,21 +2292,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2282,6 +2340,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2402,9 +2463,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2429,9 +2487,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2468,9 +2523,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2489,9 +2541,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2510,16 +2559,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2540,10 +2592,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2555,7 +2610,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2942,6 +2997,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -3114,10 +3175,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3144,19 +3202,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3177,18 +3241,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3210,22 +3268,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3237,6 +3295,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3255,13 +3316,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3273,22 +3337,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3426,9 +3487,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3456,6 +3514,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3558,10 +3619,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3822,9 +3883,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3834,7 +3892,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3891,9 +3949,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3933,6 +3988,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -4032,6 +4090,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -4102,16 +4250,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-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] ""
@@ -4135,6 +4280,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -4147,9 +4295,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4313,6 +4467,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4322,6 +4479,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4397,13 +4557,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4415,6 +4578,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4475,7 +4641,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4548,6 +4714,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4621,9 +4790,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4678,6 +4853,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4840,9 +5018,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4936,25 +5123,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4966,15 +5153,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -5065,12 +5264,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -5086,6 +5291,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5377,9 +5585,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5434,6 +5639,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5515,9 +5723,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5608,9 +5813,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5717,6 +5919,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5801,6 +6006,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5825,6 +6033,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5846,6 +6057,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5873,6 +6087,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -6026,15 +6261,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -6098,6 +6327,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6287,6 +6519,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6563,6 +6798,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6662,46 +6903,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6908,6 +7176,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -7073,6 +7344,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -7184,7 +7458,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7211,6 +7485,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7838,6 +8121,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7895,6 +8181,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -8046,6 +8335,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -8091,6 +8383,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -8169,7 +8464,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8229,6 +8524,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8256,9 +8554,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8289,6 +8602,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8304,28 +8620,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8489,7 +8823,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8721,6 +9055,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8775,7 +9115,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8922,15 +9262,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -9120,6 +9493,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -9228,6 +9604,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9480,6 +9859,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9501,6 +9883,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9723,6 +10111,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9773,13 +10164,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9806,6 +10194,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9998,6 +10422,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -10043,6 +10470,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -10076,7 +10506,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -10091,6 +10521,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10170,6 +10603,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10188,9 +10624,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10215,6 +10648,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -10239,9 +10675,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10353,10 +10798,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10404,6 +10852,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10443,6 +10894,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10455,18 +10909,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10689,9 +11137,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10803,22 +11248,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -11053,15 +11483,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -11104,7 +11537,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11134,7 +11567,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -11149,10 +11582,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11170,6 +11609,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -11212,6 +11660,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -11254,7 +11708,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11318,9 +11772,6 @@ msgstr[3] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11348,7 +11799,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11363,6 +11814,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11381,10 +11835,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11429,6 +11883,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11516,6 +11973,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11609,6 +12072,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11627,6 +12093,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11645,6 +12114,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11708,21 +12180,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11768,9 +12237,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11783,13 +12249,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11831,6 +12303,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11846,6 +12321,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11864,6 +12348,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11873,9 +12360,6 @@ 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 ""
@@ -11927,6 +12411,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11954,9 +12444,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11993,6 +12492,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -12095,6 +12597,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12356,6 +12861,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12374,7 +12882,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12689,6 +13197,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12878,6 +13389,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12989,6 +13503,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -13004,6 +13521,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -13016,10 +13536,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -13067,9 +13590,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -13082,6 +13602,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13280,6 +13803,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13292,9 +13818,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13557,6 +14089,16 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13776,10 +14318,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13893,6 +14438,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13980,6 +14528,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -14016,9 +14567,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -14166,6 +14732,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14187,6 +14756,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -14226,6 +14798,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -14235,6 +14810,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14250,9 +14828,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14289,6 +14873,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14304,6 +14891,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14352,16 +14942,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14403,6 +15002,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14415,6 +15017,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14424,6 +15029,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14433,6 +15041,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14454,16 +15068,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14484,6 +15107,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14562,6 +15188,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14613,6 +15242,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14637,9 +15269,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14691,9 +15329,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14718,9 +15353,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14736,10 +15368,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14784,9 +15422,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14826,10 +15461,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14880,9 +15515,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -15078,6 +15719,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -15120,6 +15764,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -15207,6 +15854,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -15225,10 +15875,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -15243,19 +15893,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15294,10 +15941,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15345,15 +15989,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15384,7 +16025,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15435,9 +16076,6 @@ 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 group-level project templates."
msgstr ""
@@ -15459,7 +16097,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15498,6 +16145,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15675,9 +16325,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15717,6 +16373,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15735,9 +16394,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15821,12 +16489,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15866,6 +16540,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15875,10 +16555,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15962,9 +16639,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -16010,6 +16693,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -16022,6 +16711,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -16043,9 +16738,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -16067,6 +16759,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -16082,6 +16777,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -16111,6 +16812,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -16159,6 +16863,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -16265,9 +16972,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16286,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16316,7 +17029,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16361,7 +17074,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16394,9 +17107,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16418,6 +17128,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16481,7 +17194,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16496,7 +17209,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16523,16 +17239,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16553,7 +17275,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16607,6 +17329,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16715,6 +17440,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16724,19 +17452,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16832,9 +17557,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16853,6 +17584,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16950,6 +17696,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16959,16 +17708,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16977,6 +17735,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -17001,6 +17762,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -17010,6 +17774,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -17028,7 +17795,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -17040,6 +17807,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -17064,6 +17834,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -17076,7 +17849,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -17085,13 +17858,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -17100,6 +17873,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17184,9 +17960,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17412,24 +18185,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17538,15 +18299,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17619,19 +18377,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17640,7 +18416,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17721,6 +18497,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17736,6 +18515,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17796,6 +18620,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17808,6 +18635,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17838,10 +18668,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17862,16 +18695,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17904,16 +18734,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17928,7 +18770,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17937,9 +18779,6 @@ 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 ""
@@ -17958,6 +18797,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -18069,12 +18911,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -18084,6 +18938,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -18105,6 +18965,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18198,6 +19061,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18322,6 +19188,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18352,6 +19221,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18409,6 +19284,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18421,6 +19299,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18472,6 +19353,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18499,12 +19383,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18535,10 +19425,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18574,6 +19461,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18586,6 +19476,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18826,6 +19719,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18845,6 +19741,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18872,6 +19774,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18959,6 +19864,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -19001,12 +19909,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -19103,6 +20017,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -19115,7 +20032,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19238,6 +20155,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19295,6 +20221,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19304,6 +20236,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19358,6 +20296,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19388,6 +20335,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19409,9 +20359,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19424,15 +20380,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19487,10 +20452,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19586,9 +20551,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19637,12 +20599,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19823,6 +20791,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20365,9 +21336,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20473,9 +21441,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20657,19 +21622,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20685,6 +21646,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -21082,6 +22046,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -21106,6 +22073,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -21115,9 +22094,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21379,6 +22355,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21725,10 +22707,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21767,6 +22746,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21827,6 +22812,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21839,6 +22827,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21860,6 +22851,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21872,12 +22866,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21929,10 +22932,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -22068,7 +23089,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22212,9 +23233,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22236,6 +23254,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22281,6 +23305,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22539,6 +23566,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22581,15 +23611,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22662,15 +23686,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22686,15 +23701,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22707,7 +23722,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22770,6 +23788,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22779,6 +23800,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22794,15 +23818,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22812,6 +23845,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22860,6 +23896,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22899,6 +23941,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22941,6 +23986,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22986,9 +24043,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -23007,18 +24061,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -23031,6 +24091,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -23058,6 +24121,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -23079,9 +24145,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -23127,6 +24190,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -23145,6 +24223,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -23181,9 +24262,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23226,19 +24304,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -23247,9 +24319,6 @@ 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 ""
@@ -23307,13 +24376,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23328,6 +24397,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23415,7 +24487,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23454,6 +24526,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23544,6 +24619,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23676,6 +24754,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23727,6 +24808,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23835,6 +24919,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23949,6 +25039,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23964,7 +25060,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23979,6 +25075,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23988,6 +25087,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -24033,6 +25141,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -24057,9 +25168,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -24147,9 +25255,6 @@ 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 ""
@@ -24240,6 +25345,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24405,82 +25513,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24729,12 +25852,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24750,6 +25882,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24882,6 +26017,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24960,6 +26098,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24978,6 +26119,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -25239,7 +26383,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25425,9 +26569,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25482,6 +26632,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25575,6 +26728,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25590,9 +26746,6 @@ 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 ""
@@ -25623,6 +26776,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25656,15 +26812,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25683,6 +26851,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25695,7 +26866,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25710,6 +26881,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25910,18 +27084,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25973,12 +27150,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25994,6 +27177,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -26006,6 +27192,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -26033,6 +27225,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -26054,6 +27249,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26502,6 +27700,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26514,6 +27715,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26544,7 +27748,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26553,6 +27757,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26609,6 +27816,9 @@ msgstr[3] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26621,6 +27831,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26639,6 +27852,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26741,9 +27960,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26899,6 +28115,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26914,12 +28136,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26959,25 +28175,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26992,6 +28208,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -27001,33 +28220,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -27037,9 +28274,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -27097,6 +28346,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -27109,6 +28361,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27166,6 +28421,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27486,6 +28747,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27555,6 +28819,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27612,7 +28879,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27639,6 +28906,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27798,6 +29068,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27843,6 +29116,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27858,12 +29134,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -28110,6 +29389,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -28281,12 +29569,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28488,6 +29770,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28599,6 +29884,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28730,6 +30018,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28742,12 +30033,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28760,6 +30057,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28808,6 +30111,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28829,28 +30138,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28949,12 +30246,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -29027,6 +30330,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -29090,6 +30396,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29315,6 +30624,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29372,6 +30684,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29531,6 +30846,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29627,6 +30945,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29753,6 +31089,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29777,6 +31116,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29807,6 +31149,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29951,6 +31296,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -30053,6 +31401,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -30143,6 +31554,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -30236,9 +31650,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30549,19 +31960,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30570,6 +31996,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30588,6 +32017,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30616,6 +32048,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30640,6 +32075,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30670,6 +32108,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30800,6 +32241,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30854,6 +32298,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30866,6 +32313,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30875,6 +32325,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30893,6 +32346,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -31037,13 +32499,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -31079,6 +32541,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -31154,6 +32619,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -31181,12 +32649,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31259,9 +32739,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31274,6 +32751,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31358,9 +32838,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31382,6 +32859,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31448,6 +32928,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31568,6 +33051,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31613,9 +33099,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31790,6 +33273,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31826,6 +33312,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31856,15 +33345,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31874,6 +33354,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31889,18 +33372,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31970,6 +33468,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -32114,6 +33615,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -32290,6 +33794,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32356,6 +33863,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32371,6 +33881,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32386,7 +33899,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32398,7 +33911,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32413,6 +33929,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32566,9 +34085,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32783,12 +34299,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32837,9 +34347,6 @@ 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 usage ping"
msgstr ""
@@ -32849,6 +34356,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32861,6 +34371,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32879,6 +34392,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32930,6 +34446,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32969,6 +34488,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32996,6 +34518,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -33035,6 +34560,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -33056,6 +34587,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -33092,15 +34626,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -33212,15 +34755,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -33230,6 +34785,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -33284,6 +34842,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33299,9 +34860,6 @@ 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 merge requests."
msgstr ""
@@ -33530,13 +35088,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33629,9 +35187,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33647,6 +35217,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33923,6 +35496,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -34025,12 +35601,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -34085,6 +35673,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -34180,6 +35771,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -34228,19 +35822,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34534,6 +36125,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34591,6 +36185,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34621,6 +36218,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34672,6 +36275,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34756,7 +36368,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34783,7 +36395,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34807,6 +36419,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34837,6 +36452,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34858,6 +36476,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34870,10 +36497,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -35033,6 +36660,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -35048,9 +36678,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -35066,9 +36708,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -35153,6 +36801,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -35261,7 +36912,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35288,6 +36939,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -35324,13 +36978,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -35363,6 +37017,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35423,9 +37080,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35450,9 +37104,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35468,6 +37119,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35495,6 +37149,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35516,7 +37173,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35612,6 +37272,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35750,7 +37413,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35780,6 +37443,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35810,12 +37476,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35828,9 +37500,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35849,6 +37518,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35939,9 +37611,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35960,6 +37629,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -36141,6 +37813,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36445,6 +38120,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36463,6 +38141,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36621,6 +38302,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36651,12 +38335,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36977,19 +38667,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -37016,6 +38703,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -37106,21 +38811,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -37175,6 +38877,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -37196,9 +38901,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -37295,6 +38997,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -37338,6 +39043,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -37356,6 +39067,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -37375,13 +39089,16 @@ msgstr[3] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37420,6 +39137,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37492,6 +39212,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37501,6 +39224,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/sq_AL/gitlab.po b/locale/sq_AL/gitlab.po
index 1fba73ee61d..45f6270bfb8 100644
--- a/locale/sq_AL/gitlab.po
+++ b/locale/sq_AL/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: sq\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:20\n"
+"PO-Revision-Date: 2021-05-03 22:25\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/sr_CS/gitlab.po b/locale/sr_CS/gitlab.po
index 0fd7ba2b719..3008e8e9205 100644
--- a/locale/sr_CS/gitlab.po
+++ b/locale/sr_CS/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: sr-CS\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:12\n"
+"PO-Revision-Date: 2021-05-03 22:16\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -88,6 +97,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -463,9 +478,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -598,12 +610,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -688,9 +709,6 @@ 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 ""
@@ -739,6 +757,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -775,6 +796,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -886,9 +910,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -991,9 +1012,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1012,10 +1030,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -1033,6 +1051,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1120,6 +1147,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1129,6 +1159,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1441,6 +1474,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1555,6 +1591,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1570,7 +1609,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1594,6 +1633,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1657,10 +1699,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1714,6 +1762,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1723,6 +1777,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1849,6 +1906,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1864,9 +1924,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1879,6 +1936,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1915,9 +1975,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1999,6 +2056,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2104,6 +2164,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2125,21 +2188,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2179,6 +2236,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2299,9 +2359,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2326,9 +2383,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2365,9 +2419,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2386,9 +2437,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2407,16 +2455,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2437,10 +2488,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2452,7 +2506,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2839,6 +2893,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -3010,10 +3070,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3040,19 +3097,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3073,18 +3136,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3106,22 +3163,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3133,6 +3190,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3151,13 +3211,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3169,22 +3232,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3322,9 +3382,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3352,6 +3409,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3454,10 +3514,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3718,9 +3778,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3730,7 +3787,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3787,9 +3844,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3829,6 +3883,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3928,6 +3985,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3997,15 +4144,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-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] ""
@@ -4027,6 +4171,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -4039,9 +4186,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4204,6 +4357,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4213,6 +4369,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4288,13 +4447,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4306,6 +4468,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4366,7 +4531,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4438,6 +4603,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4510,9 +4678,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4567,6 +4741,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4729,9 +4906,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4825,25 +5011,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4855,15 +5041,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4954,12 +5152,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4975,6 +5179,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5263,9 +5470,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5320,6 +5524,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5401,9 +5608,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5494,9 +5698,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5602,6 +5803,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5686,6 +5890,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5710,6 +5917,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5731,6 +5941,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5758,6 +5971,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5911,15 +6145,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5983,6 +6211,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6172,6 +6403,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6448,6 +6682,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6547,46 +6787,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6793,6 +7060,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6958,6 +7228,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -7069,7 +7342,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7096,6 +7369,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7723,6 +8005,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7780,6 +8065,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7930,6 +8218,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7975,6 +8266,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -8053,7 +8347,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8113,6 +8407,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8140,9 +8437,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8173,6 +8485,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8188,28 +8503,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8371,7 +8704,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8602,6 +8935,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8656,7 +8995,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8803,15 +9142,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -9001,6 +9373,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -9109,6 +9484,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9361,6 +9739,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9382,6 +9763,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9604,6 +9991,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9652,13 +10042,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9685,6 +10072,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9877,6 +10300,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9922,6 +10348,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9955,7 +10384,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9970,6 +10399,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10048,6 +10480,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10066,9 +10501,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10093,6 +10525,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -10117,9 +10552,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10231,10 +10675,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10282,6 +10729,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10321,6 +10771,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10333,18 +10786,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10561,9 +11008,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10675,22 +11119,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10924,15 +11353,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10975,7 +11407,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11005,7 +11437,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -11020,10 +11452,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11041,6 +11479,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -11083,6 +11530,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -11125,7 +11578,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11188,9 +11641,6 @@ msgstr[2] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11218,7 +11668,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11233,6 +11683,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11251,10 +11704,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11299,6 +11752,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11386,6 +11842,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11479,6 +11941,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11497,6 +11962,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11515,6 +11983,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11578,21 +12049,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11638,9 +12106,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11653,13 +12118,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11701,6 +12172,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11716,6 +12190,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11734,6 +12217,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11743,9 +12229,6 @@ 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 ""
@@ -11797,6 +12280,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11824,9 +12313,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11863,6 +12361,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11965,6 +12466,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12226,6 +12730,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12244,7 +12751,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12559,6 +13066,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12748,6 +13258,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12859,6 +13372,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12874,6 +13390,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12886,10 +13405,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12937,9 +13459,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12952,6 +13471,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13150,6 +13672,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13162,9 +13687,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13426,6 +13957,15 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13645,10 +14185,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13762,6 +14305,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13849,6 +14395,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13885,9 +14434,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -14035,6 +14599,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14056,6 +14623,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -14095,6 +14665,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -14104,6 +14677,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14119,9 +14695,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14158,6 +14740,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14173,6 +14758,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14221,16 +14809,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14272,6 +14869,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14284,6 +14884,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14293,6 +14896,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14302,6 +14908,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14323,16 +14935,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14353,6 +14974,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14431,6 +15055,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14482,6 +15109,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14506,9 +15136,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14560,9 +15196,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14587,9 +15220,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14605,10 +15235,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14653,9 +15289,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14695,10 +15328,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14749,9 +15382,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14947,6 +15586,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14989,6 +15631,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -15076,6 +15721,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -15094,10 +15742,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -15112,19 +15760,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15163,10 +15808,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15214,15 +15856,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15253,7 +15892,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15304,9 +15943,6 @@ 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 group-level project templates."
msgstr ""
@@ -15328,7 +15964,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15367,6 +16012,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15544,9 +16192,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15586,6 +16240,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15604,9 +16261,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15688,12 +16354,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15733,6 +16405,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15742,10 +16420,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15829,9 +16504,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15877,6 +16558,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15889,6 +16576,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15910,9 +16603,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15934,6 +16624,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15949,6 +16642,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15976,6 +16675,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -16024,6 +16726,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -16129,9 +16834,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16150,7 +16861,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16180,7 +16891,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16225,7 +16936,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16258,9 +16969,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16282,6 +16990,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16345,7 +17056,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16360,7 +17071,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16387,16 +17101,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16417,7 +17137,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16471,6 +17191,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16579,6 +17302,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16588,19 +17314,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16696,9 +17419,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16717,6 +17446,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16813,6 +17557,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16822,16 +17569,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16840,6 +17596,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16864,6 +17623,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16873,6 +17635,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16891,7 +17656,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16903,6 +17668,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16927,6 +17695,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16939,7 +17710,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16948,13 +17719,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16963,6 +17734,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17047,9 +17821,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17275,24 +18046,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17401,15 +18160,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17482,19 +18238,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17503,7 +18277,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17584,6 +18358,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17599,6 +18376,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17659,6 +18481,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17671,6 +18496,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17701,10 +18529,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17725,16 +18556,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17767,16 +18595,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17791,7 +18631,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17800,9 +18640,6 @@ 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 ""
@@ -17821,6 +18658,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17932,12 +18772,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17947,6 +18799,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17968,6 +18826,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18061,6 +18922,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18184,6 +19048,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18214,6 +19081,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18271,6 +19144,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18283,6 +19159,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18334,6 +19213,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18361,12 +19243,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18397,10 +19285,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18436,6 +19321,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18448,6 +19336,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18682,6 +19573,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18700,6 +19594,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18727,6 +19627,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18814,6 +19717,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18856,12 +19762,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18958,6 +19870,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18970,7 +19885,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19093,6 +20008,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19150,6 +20074,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19159,6 +20089,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19213,6 +20149,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19243,6 +20188,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19264,9 +20212,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19279,15 +20233,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19342,10 +20305,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19441,9 +20404,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19492,12 +20452,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19678,6 +20644,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20218,9 +21187,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20326,9 +21292,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20509,18 +21472,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20536,6 +21496,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20932,6 +21895,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20956,6 +21922,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20965,9 +21943,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21229,6 +22204,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21571,10 +22552,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21613,6 +22591,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21673,6 +22657,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21685,6 +22672,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21706,6 +22696,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21718,12 +22711,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21775,10 +22777,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21913,7 +22933,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22057,9 +23077,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22081,6 +23098,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22126,6 +23149,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22384,6 +23410,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22426,15 +23455,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22507,15 +23530,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22531,15 +23545,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22552,7 +23566,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22615,6 +23632,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22624,6 +23644,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22639,15 +23662,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22657,6 +23689,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22705,6 +23740,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22744,6 +23785,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22786,6 +23830,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22831,9 +23887,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22852,18 +23905,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22876,6 +23935,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22903,6 +23965,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22924,9 +23989,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22972,6 +24034,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22990,6 +24067,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -23026,9 +24106,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23071,19 +24148,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -23092,9 +24163,6 @@ 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 ""
@@ -23152,13 +24220,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23173,6 +24241,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23260,7 +24331,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23299,6 +24370,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23389,6 +24463,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23521,6 +24598,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23572,6 +24652,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23680,6 +24763,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23794,6 +24883,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23809,7 +24904,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23824,6 +24919,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23833,6 +24931,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23878,6 +24985,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23902,9 +25012,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23992,9 +25099,6 @@ 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 ""
@@ -24085,6 +25189,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24250,82 +25357,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24574,12 +25696,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24595,6 +25726,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24727,6 +25861,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24805,6 +25942,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24823,6 +25963,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -25084,7 +26227,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25270,9 +26413,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25327,6 +26476,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25420,6 +26572,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25435,9 +26590,6 @@ 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 ""
@@ -25468,6 +26620,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25501,15 +26656,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25528,6 +26695,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25540,7 +26710,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25555,6 +26725,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25753,18 +26926,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25816,12 +26992,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25837,6 +27019,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25849,6 +27034,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25876,6 +27067,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25897,6 +27091,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26341,6 +27538,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26353,6 +27553,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26383,7 +27586,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26392,6 +27595,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26446,6 +27652,9 @@ msgstr[2] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26458,6 +27667,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26476,6 +27688,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26578,9 +27796,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26734,6 +27949,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26749,12 +27970,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26794,25 +28009,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26827,6 +28042,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26836,33 +28054,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26872,9 +28108,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26932,6 +28180,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26944,6 +28195,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27001,6 +28255,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27310,6 +28570,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27379,6 +28642,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27436,7 +28702,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27463,6 +28729,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27622,6 +28891,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27667,6 +28939,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27682,12 +28957,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27934,6 +29212,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -28105,12 +29392,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28312,6 +29593,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28423,6 +29707,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28552,6 +29839,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28564,12 +29854,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28582,6 +29878,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28630,6 +29932,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28651,28 +29959,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28771,12 +30067,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28849,6 +30151,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28912,6 +30217,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29137,6 +30445,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29194,6 +30505,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29353,6 +30667,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29449,6 +30766,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29575,6 +30910,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29599,6 +30937,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29629,6 +30970,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29773,6 +31117,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29875,6 +31222,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29965,6 +31375,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -30058,9 +31471,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30367,19 +31777,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30388,6 +31813,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30406,6 +31834,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30433,6 +31864,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30457,6 +31891,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30487,6 +31924,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30616,6 +32056,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30670,6 +32113,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30682,6 +32128,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30691,6 +32140,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30709,6 +32161,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30853,13 +32314,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30895,6 +32356,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30970,6 +32434,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30997,12 +32464,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31075,9 +32554,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31090,6 +32566,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31174,9 +32653,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31198,6 +32674,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31264,6 +32743,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31384,6 +32866,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31429,9 +32914,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31606,6 +33088,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31642,6 +33127,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31672,15 +33160,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31690,6 +33169,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31705,18 +33187,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31786,6 +33283,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31930,6 +33430,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -32104,6 +33607,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32170,6 +33676,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32185,6 +33694,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32200,7 +33712,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32212,7 +33724,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32227,6 +33742,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32380,9 +33898,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32596,12 +34111,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32650,9 +34159,6 @@ 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 usage ping"
msgstr ""
@@ -32662,6 +34168,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32674,6 +34183,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32692,6 +34204,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32743,6 +34258,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32782,6 +34300,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32809,6 +34330,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32848,6 +34372,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32869,6 +34399,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32905,15 +34438,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -33025,15 +34567,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -33043,6 +34597,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -33097,6 +34654,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33112,9 +34672,6 @@ 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 merge requests."
msgstr ""
@@ -33343,13 +34900,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33442,9 +34999,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33460,6 +35029,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33736,6 +35308,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33838,12 +35413,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33898,6 +35485,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33991,6 +35581,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -34039,19 +35632,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34345,6 +35935,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34402,6 +35995,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34432,6 +36028,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34483,6 +36085,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34567,7 +36178,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34594,7 +36205,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34618,6 +36229,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34648,6 +36262,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34669,6 +36286,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34681,10 +36307,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34843,6 +36469,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34858,9 +36487,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34876,9 +36517,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34963,6 +36610,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -35071,7 +36721,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35098,6 +36748,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -35134,13 +36787,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -35173,6 +36826,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35233,9 +36889,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35260,9 +36913,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35278,6 +36928,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35305,6 +36958,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35326,7 +36982,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35422,6 +37081,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35560,7 +37222,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35590,6 +37252,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35620,12 +37285,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35638,9 +37309,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35659,6 +37327,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35749,9 +37420,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35770,6 +37438,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35950,6 +37621,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36253,6 +37927,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36271,6 +37948,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36424,6 +38104,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36454,12 +38137,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36778,19 +38467,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36817,6 +38503,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36907,21 +38611,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36976,6 +38677,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36997,9 +38701,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -37093,6 +38794,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -37135,6 +38839,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -37153,6 +38863,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -37171,13 +38884,16 @@ msgstr[2] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37216,6 +38932,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37288,6 +39007,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37297,6 +39019,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/sr_SP/gitlab.po b/locale/sr_SP/gitlab.po
index beda1621a2d..3014a2b92df 100644
--- a/locale/sr_SP/gitlab.po
+++ b/locale/sr_SP/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: sr\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:20\n"
+"PO-Revision-Date: 2021-05-03 22:25\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -88,6 +97,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -463,9 +478,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -598,12 +610,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -688,9 +709,6 @@ 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 ""
@@ -739,6 +757,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -775,6 +796,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -886,9 +910,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -991,9 +1012,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1012,10 +1030,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -1033,6 +1051,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1120,6 +1147,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1129,6 +1159,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1441,6 +1474,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1555,6 +1591,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1570,7 +1609,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1594,6 +1633,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1657,10 +1699,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1714,6 +1762,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1723,6 +1777,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1849,6 +1906,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1864,9 +1924,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1879,6 +1936,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1915,9 +1975,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1999,6 +2056,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2104,6 +2164,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2125,21 +2188,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2179,6 +2236,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2299,9 +2359,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2326,9 +2383,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2365,9 +2419,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2386,9 +2437,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2407,16 +2455,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2437,10 +2488,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2452,7 +2506,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2839,6 +2893,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -3010,10 +3070,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3040,19 +3097,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3073,18 +3136,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3106,22 +3163,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3133,6 +3190,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3151,13 +3211,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3169,22 +3232,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3322,9 +3382,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3352,6 +3409,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3454,10 +3514,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3718,9 +3778,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3730,7 +3787,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3787,9 +3844,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3829,6 +3883,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3928,6 +3985,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3997,15 +4144,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-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] ""
@@ -4027,6 +4171,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -4039,9 +4186,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4204,6 +4357,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4213,6 +4369,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4288,13 +4447,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4306,6 +4468,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4366,7 +4531,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4438,6 +4603,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4510,9 +4678,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4567,6 +4741,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4729,9 +4906,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4825,25 +5011,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4855,15 +5041,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4954,12 +5152,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4975,6 +5179,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5263,9 +5470,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5320,6 +5524,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5401,9 +5608,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5494,9 +5698,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5602,6 +5803,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5686,6 +5890,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5710,6 +5917,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5731,6 +5941,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5758,6 +5971,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5911,15 +6145,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5983,6 +6211,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6172,6 +6403,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6448,6 +6682,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6547,46 +6787,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Free trial"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6793,6 +7060,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6958,6 +7228,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -7069,7 +7342,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7096,6 +7369,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7723,6 +8005,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7780,6 +8065,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7930,6 +8218,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7975,6 +8266,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -8053,7 +8347,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8113,6 +8407,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8140,9 +8437,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8173,6 +8485,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8188,28 +8503,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8371,7 +8704,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8602,6 +8935,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8656,7 +8995,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8803,15 +9142,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -9001,6 +9373,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -9109,6 +9484,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9361,6 +9739,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9382,6 +9763,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9604,6 +9991,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9652,13 +10042,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9685,6 +10072,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9877,6 +10300,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9922,6 +10348,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9955,7 +10384,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9970,6 +10399,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10048,6 +10480,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10066,9 +10501,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10093,6 +10525,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -10117,9 +10552,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10231,10 +10675,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10282,6 +10729,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10321,6 +10771,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10333,18 +10786,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10561,9 +11008,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10675,22 +11119,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10924,15 +11353,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10975,7 +11407,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11005,7 +11437,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -11020,10 +11452,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11041,6 +11479,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -11083,6 +11530,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -11125,7 +11578,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11188,9 +11641,6 @@ msgstr[2] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11218,7 +11668,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11233,6 +11683,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11251,10 +11704,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11299,6 +11752,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11386,6 +11842,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11479,6 +11941,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11497,6 +11962,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11515,6 +11983,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11578,21 +12049,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11638,9 +12106,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11653,13 +12118,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11701,6 +12172,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11716,6 +12190,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11734,6 +12217,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11743,9 +12229,6 @@ 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 ""
@@ -11797,6 +12280,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11824,9 +12313,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11863,6 +12361,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11965,6 +12466,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12226,6 +12730,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12244,7 +12751,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12559,6 +13066,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12748,6 +13258,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12859,6 +13372,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12874,6 +13390,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12886,10 +13405,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12937,9 +13459,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12952,6 +13471,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13150,6 +13672,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13162,9 +13687,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13426,6 +13957,15 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13645,10 +14185,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13762,6 +14305,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13849,6 +14395,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13885,9 +14434,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -14035,6 +14599,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14056,6 +14623,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -14095,6 +14665,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -14104,6 +14677,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14119,9 +14695,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14158,6 +14740,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14173,6 +14758,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14221,16 +14809,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14272,6 +14869,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14284,6 +14884,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14293,6 +14896,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14302,6 +14908,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14323,16 +14935,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14353,6 +14974,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14431,6 +15055,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14482,6 +15109,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14506,9 +15136,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14560,9 +15196,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14587,9 +15220,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14605,10 +15235,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14653,9 +15289,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14695,10 +15328,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14749,9 +15382,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14947,6 +15586,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14989,6 +15631,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -15076,6 +15721,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -15094,10 +15742,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -15112,19 +15760,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15163,10 +15808,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15214,15 +15856,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15253,7 +15892,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15304,9 +15943,6 @@ 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 group-level project templates."
msgstr ""
@@ -15328,7 +15964,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15367,6 +16012,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15544,9 +16192,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15586,6 +16240,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15604,9 +16261,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15688,12 +16354,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15733,6 +16405,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15742,10 +16420,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15829,9 +16504,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15877,6 +16558,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15889,6 +16576,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15910,9 +16603,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15934,6 +16624,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15949,6 +16642,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15976,6 +16675,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -16024,6 +16726,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -16129,9 +16834,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16150,7 +16861,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16180,7 +16891,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16225,7 +16936,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16258,9 +16969,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16282,6 +16990,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16345,7 +17056,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16360,7 +17071,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16387,16 +17101,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16417,7 +17137,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16471,6 +17191,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16579,6 +17302,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16588,19 +17314,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16696,9 +17419,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16717,6 +17446,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16813,6 +17557,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16822,16 +17569,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16840,6 +17596,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16864,6 +17623,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16873,6 +17635,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16891,7 +17656,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16903,6 +17668,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16927,6 +17695,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16939,7 +17710,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16948,13 +17719,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16963,6 +17734,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17047,9 +17821,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17275,24 +18046,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17401,15 +18160,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17482,19 +18238,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17503,7 +18277,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17584,6 +18358,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17599,6 +18376,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17659,6 +18481,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17671,6 +18496,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17701,10 +18529,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17725,16 +18556,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17767,16 +18595,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17791,7 +18631,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17800,9 +18640,6 @@ 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 ""
@@ -17821,6 +18658,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17932,12 +18772,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17947,6 +18799,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17968,6 +18826,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18061,6 +18922,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18184,6 +19048,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18214,6 +19081,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18271,6 +19144,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18283,6 +19159,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18334,6 +19213,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18361,12 +19243,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18397,10 +19285,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18436,6 +19321,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18448,6 +19336,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18682,6 +19573,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18700,6 +19594,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18727,6 +19627,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18814,6 +19717,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18856,12 +19762,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18958,6 +19870,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18970,7 +19885,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19093,6 +20008,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19150,6 +20074,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19159,6 +20089,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19213,6 +20149,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19243,6 +20188,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19264,9 +20212,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19279,15 +20233,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19342,10 +20305,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19441,9 +20404,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19492,12 +20452,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19678,6 +20644,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20218,9 +21187,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20326,9 +21292,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20509,18 +21472,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20536,6 +21496,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20932,6 +21895,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20956,6 +21922,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20965,9 +21943,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21229,6 +22204,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21571,10 +22552,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21613,6 +22591,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21673,6 +22657,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21685,6 +22672,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21706,6 +22696,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21718,12 +22711,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21775,10 +22777,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21913,7 +22933,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22057,9 +23077,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22081,6 +23098,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22126,6 +23149,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22384,6 +23410,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22426,15 +23455,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22507,15 +23530,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22531,15 +23545,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22552,7 +23566,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22615,6 +23632,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22624,6 +23644,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22639,15 +23662,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22657,6 +23689,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22705,6 +23740,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22744,6 +23785,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22786,6 +23830,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22831,9 +23887,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22852,18 +23905,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22876,6 +23935,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22903,6 +23965,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22924,9 +23989,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22972,6 +24034,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22990,6 +24067,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -23026,9 +24106,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23071,19 +24148,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -23092,9 +24163,6 @@ 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 ""
@@ -23152,13 +24220,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23173,6 +24241,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23260,7 +24331,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23299,6 +24370,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23389,6 +24463,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23521,6 +24598,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23572,6 +24652,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23680,6 +24763,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23794,6 +24883,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23809,7 +24904,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23824,6 +24919,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23833,6 +24931,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23878,6 +24985,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23902,9 +25012,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23992,9 +25099,6 @@ 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 ""
@@ -24085,6 +25189,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24250,82 +25357,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24574,12 +25696,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24595,6 +25726,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24727,6 +25861,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24805,6 +25942,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24823,6 +25963,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -25084,7 +26227,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25270,9 +26413,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25327,6 +26476,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25420,6 +26572,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25435,9 +26590,6 @@ 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 ""
@@ -25468,6 +26620,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25501,15 +26656,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25528,6 +26695,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25540,7 +26710,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25555,6 +26725,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25753,18 +26926,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25816,12 +26992,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25837,6 +27019,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25849,6 +27034,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25876,6 +27067,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25897,6 +27091,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26341,6 +27538,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26353,6 +27553,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26383,7 +27586,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26392,6 +27595,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26446,6 +27652,9 @@ msgstr[2] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26458,6 +27667,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26476,6 +27688,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26578,9 +27796,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26734,6 +27949,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26749,12 +27970,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26794,25 +28009,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26827,6 +28042,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26836,33 +28054,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26872,9 +28108,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26932,6 +28180,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26944,6 +28195,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27001,6 +28255,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27310,6 +28570,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27379,6 +28642,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27436,7 +28702,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27463,6 +28729,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27622,6 +28891,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27667,6 +28939,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27682,12 +28957,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27934,6 +29212,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -28105,12 +29392,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28312,6 +29593,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28423,6 +29707,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28552,6 +29839,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28564,12 +29854,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28582,6 +29878,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28630,6 +29932,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28651,28 +29959,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28771,12 +30067,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28849,6 +30151,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28912,6 +30217,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29137,6 +30445,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29194,6 +30505,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29353,6 +30667,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29449,6 +30766,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29575,6 +30910,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29599,6 +30937,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29629,6 +30970,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29773,6 +31117,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29875,6 +31222,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29965,6 +31375,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -30058,9 +31471,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30367,19 +31777,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30388,6 +31813,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30406,6 +31834,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30433,6 +31864,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30457,6 +31891,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30487,6 +31924,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30616,6 +32056,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30670,6 +32113,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30682,6 +32128,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30691,6 +32140,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30709,6 +32161,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30853,13 +32314,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30895,6 +32356,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30970,6 +32434,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30997,12 +32464,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31075,9 +32554,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31090,6 +32566,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31174,9 +32653,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31198,6 +32674,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31264,6 +32743,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31384,6 +32866,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31429,9 +32914,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31606,6 +33088,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31642,6 +33127,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31672,15 +33160,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31690,6 +33169,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31705,18 +33187,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31786,6 +33283,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31930,6 +33430,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -32104,6 +33607,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32170,6 +33676,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32185,6 +33694,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32200,7 +33712,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32212,7 +33724,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32227,6 +33742,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32380,9 +33898,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32596,12 +34111,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32650,9 +34159,6 @@ 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 usage ping"
msgstr ""
@@ -32662,6 +34168,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32674,6 +34183,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32692,6 +34204,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32743,6 +34258,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32782,6 +34300,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32809,6 +34330,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32848,6 +34372,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32869,6 +34399,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32905,15 +34438,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -33025,15 +34567,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -33043,6 +34597,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -33097,6 +34654,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33112,9 +34672,6 @@ 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 merge requests."
msgstr ""
@@ -33343,13 +34900,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33442,9 +34999,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33460,6 +35029,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33736,6 +35308,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33838,12 +35413,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33898,6 +35485,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33991,6 +35581,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -34039,19 +35632,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34345,6 +35935,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34402,6 +35995,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34432,6 +36028,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34483,6 +36085,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34567,7 +36178,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34594,7 +36205,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34618,6 +36229,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34648,6 +36262,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34669,6 +36286,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34681,10 +36307,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34843,6 +36469,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34858,9 +36487,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34876,9 +36517,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34963,6 +36610,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -35071,7 +36721,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35098,6 +36748,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -35134,13 +36787,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -35173,6 +36826,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35233,9 +36889,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35260,9 +36913,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35278,6 +36928,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35305,6 +36958,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35326,7 +36982,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35422,6 +37081,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35560,7 +37222,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35590,6 +37252,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35620,12 +37285,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35638,9 +37309,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35659,6 +37327,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35749,9 +37420,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35770,6 +37438,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35950,6 +37621,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36253,6 +37927,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36271,6 +37948,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36424,6 +38104,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36454,12 +38137,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36778,19 +38467,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36817,6 +38503,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36907,21 +38611,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36976,6 +38677,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36997,9 +38701,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -37093,6 +38794,9 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -37135,6 +38839,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -37153,6 +38863,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -37171,13 +38884,16 @@ msgstr[2] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37216,6 +38932,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37288,6 +39007,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37297,6 +39019,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/sv_SE/gitlab.po b/locale/sv_SE/gitlab.po
index f6d07886971..67684593ffa 100644
--- a/locale/sv_SE/gitlab.po
+++ b/locale/sv_SE/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: sv-SE\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:20\n"
+"PO-Revision-Date: 2021-05-03 22:26\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/sw_KE/gitlab.po b/locale/sw_KE/gitlab.po
index 2314c123c33..1ea8c1bf3ab 100644
--- a/locale/sw_KE/gitlab.po
+++ b/locale/sw_KE/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: sw\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:12\n"
+"PO-Revision-Date: 2021-05-03 22:16\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/ta_IN/gitlab.po b/locale/ta_IN/gitlab.po
index 65d14b825cc..aa95897eef0 100644
--- a/locale/ta_IN/gitlab.po
+++ b/locale/ta_IN/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: ta\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:08\n"
+"PO-Revision-Date: 2021-05-03 22:12\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/tr_TR/gitlab.po b/locale/tr_TR/gitlab.po
index eb5d1e2c6b8..5d181366b51 100644
--- a/locale/tr_TR/gitlab.po
+++ b/locale/tr_TR/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: tr\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:17\n"
+"PO-Revision-Date: 2021-05-03 22:22\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr " Lütfen oturum açın."
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " Bu dosyaya yine %{action} deneyin."
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " Bunu %{grace_period_deadline} önce yapmanız gerekiyor."
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] "%d Onay"
msgstr[1] "%d Onay"
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] "%d DiÄŸer"
@@ -402,9 +416,6 @@ msgstr "%{authorsName} kiÅŸisinin konusu"
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ 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 "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr "%{group_name} grubunun üyeleri"
@@ -623,9 +643,6 @@ msgstr ""
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} kullanılamaz"
-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 ""
@@ -674,6 +691,9 @@ msgstr "%{milestone} (süresi doldu)"
msgid "%{milliseconds}ms"
msgstr "%{milliseconds}ms"
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, bu sorun otomatik olarak kapatılacaktır."
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] "%{no_of_days} gün"
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr "%{start} - %{end}"
@@ -914,9 +934,6 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title} deÄŸiÅŸiklik"
-msgid "%{token}..."
-msgstr "%{token}..."
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,12 +952,12 @@ msgstr "%{total} açık sorun ağırlığı"
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "Hangi bilgilerin GitLab Inc. ile paylaşıldığı hakkında %{usage_ping_link_start}daha fazla bilgi edinin%{usage_ping_link_end}."
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr "%{userName} (birleÅŸtiremez)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr "%{username} kullanıcısının profil resmi"
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr "%{value} s"
@@ -1042,6 +1068,9 @@ msgstr "(ilerlemeyi kontrol et)"
msgid "(deleted)"
msgstr "(silindi)"
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr "(en yüksek boyut 15 MB)"
@@ -1051,6 +1080,9 @@ msgstr "(silindi)"
msgid "(revoked)"
msgstr "(iptal edildi)"
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr "* * * * *"
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr "Bu dala yazma yetkisi olan kullanıcı bu seçeneği seçti"
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr "API Erişim Anahtarı"
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr "Kötüye Kullanım Raporları"
msgid "Abuse reports"
msgstr "Kötüye kullanım raporları"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr "Daveti kabul et"
@@ -1620,6 +1673,9 @@ msgstr "Şartları kabul et"
msgid "Acceptable for use in this project"
msgstr "Bu projede kullanım için kabul edilebilir"
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "Erişim Anahtarları"
@@ -1746,6 +1802,9 @@ msgstr "Hesap KimliÄŸi"
msgid "Account and limit"
msgstr "Hesap ve sınırı"
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr "Hesap: %{account}"
@@ -1761,9 +1820,6 @@ msgstr "Eylemler"
msgid "Activate Service Desk"
msgstr "Servis Masasını Etkinleştir"
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr "Etkin"
@@ -1776,6 +1832,9 @@ msgstr "Etkin Oturumlar"
msgid "Activity"
msgstr "Etkinlik"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr "Ekle"
@@ -1812,9 +1871,6 @@ msgstr "Yeni Bir Düğüm Ekle"
msgid "Add README"
msgstr "BENÄ°OKU ekle"
-msgid "Add Variable"
-msgstr "DeÄŸiÅŸken Ekle"
-
msgid "Add Zoom meeting"
msgstr "Zoom toplantısı ekle"
@@ -1896,6 +1952,9 @@ msgstr "Onaylayan ekle"
msgid "Add bold text"
msgstr "Kalın metin ekle"
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr "Bir epiÄŸe alt epik ekle"
@@ -2001,6 +2060,9 @@ msgstr "Ä°ncelemeye ekle"
msgid "Add to tree"
msgstr "AÄŸaca ekle"
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr "Gruba kullanıcı(lar) ekleyin:"
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr "Ekle/kaldır"
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr "Kullanıcı belirtilmedi."
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr "Ek dakika"
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "Ek metin"
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr "Sahibi"
@@ -2223,9 +2279,6 @@ msgstr "İşleri durdurma başarısız oldu"
msgid "AdminArea|Total users"
msgstr "Toplam kullanıcı"
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr "Sil"
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr "%{projectName} projesi silinsin mi?"
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr "Tüm projelere entegrasyon ayarlarını uygula"
-
msgid "AdminSettings|Auto DevOps domain"
msgstr "Otomatik DevOps etki alanı"
@@ -2283,9 +2333,6 @@ msgstr ""
msgid "AdminSettings|Go to General Settings"
msgstr "Genel Ayarlar'a Git"
-msgid "AdminSettings|Integrations configured here will automatically apply to all projects on this instance."
-msgstr ""
-
msgid "AdminSettings|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr "Gerekli iş hattı yapılandırması"
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
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."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,12 +2384,15 @@ 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 "Yeni bir ortam değişkeni oluştururken, öntanımlı olarak korunacaktır."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
+msgstr ""
+
msgid "AdminStatistics|Active Users"
msgstr "Etkin Kullanıcılar"
@@ -2349,8 +2402,8 @@ msgstr "Çatallar"
msgid "AdminStatistics|Issues"
msgstr "Sorunlar"
-msgid "AdminStatistics|Merge Requests"
-msgstr "BirleÅŸtirme Talepleri"
+msgid "AdminStatistics|Merge requests"
+msgstr ""
msgid "AdminStatistics|Milestones"
msgstr "Dönüm Noktaları"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] "Uyarı"
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr "Test uyarısı gönder"
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr "Ä°zin verildi"
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr "Zaten engellendi"
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,12 +3409,12 @@ msgstr "Bildirim aboneliÄŸini deÄŸiÅŸtirirken bir sorun meydana geldi"
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
-msgstr ""
-
msgid "An error occurred when updating the issue weight"
msgstr "Sorun ağırlığı güncellenirken bir hata oluştu"
+msgid "An error occurred when updating the title"
+msgstr ""
+
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
msgstr ""
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr "Bildirimlere abone olunurken bir hata oluÅŸtu."
@@ -3626,7 +3682,7 @@ msgstr "Ä°ÅŸ tetiklenirken bir hata oluÅŸtu."
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr "Bir sorun zaten var"
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr "Kimliği doğrulanmamış bir kullanıcı"
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr "Atalar"
@@ -3824,6 +3880,96 @@ msgstr "Uygulama başarıyla güncellendi."
msgid "Application: %{name}"
msgstr "Uygulama: %{name}"
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "Uygulamalar"
@@ -3892,13 +4038,10 @@ msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] "%d üye"
msgstr[1] "%d üye"
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
-msgstr[0] "Bu üyenin onayları iptal edilmez."
-msgstr[1] "Bu üyenin onayları iptal edilmez."
-
-msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
-msgstr "%{nMembers} bulunan %{name} onaylayan grubunu kaldırmak üzeresiniz."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
+msgstr[0] ""
+msgstr[1] ""
msgid "ApprovalRuleSummary|%d member"
msgid_plural "ApprovalRuleSummary|%d members"
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr "Onaylayanlar"
@@ -3931,9 +4077,15 @@ msgstr "Ä°sim"
msgid "ApprovalRule|Rule name"
msgstr "Kural adı"
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr "Hedef dal"
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr "Genel anahtarı yeniden oluşturmak istediğinizden emin misiniz? Yansı
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr "%{group_name} grubunu silmek istediÄŸinizden emin misiniz?"
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr "Lisansı kaldırmak istediğinizden emin misiniz?"
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr "Bu kimliği kaldırmak istediğinizden emin misiniz?"
@@ -4179,13 +4337,16 @@ msgstr "Artifact başarıyla silindi."
msgid "Artifacts"
msgstr "Yapılar"
+msgid "Artifacts maximum size"
+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} ):"
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr "Artan"
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,8 +4421,8 @@ msgstr ""
msgid "Assigned Issues"
msgstr "Atanan sorunlar"
-msgid "Assigned Merge Requests"
-msgstr "Atanan Karşılaştırma İstekleri"
+msgid "Assigned merge requests"
+msgstr ""
msgid "Assigned projects"
msgstr "Atanan projeler"
@@ -4328,6 +4492,9 @@ msgstr "Bir dosya ekle"
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "Sürükleyip bırakarak bir dosya ekle veya %{upload_link}"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] "Bir dosya ekleniyor"
@@ -4399,9 +4566,15 @@ msgstr "Kimlik doÄŸrulama"
msgid "Authenticate with GitHub"
msgstr "GitHub ile Kimlik Doğrulaması"
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr "Yetkilendirme anahtarı"
msgid "Authorization required"
msgstr "Yetkilendirme gerekli"
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr "Uygulamaya kullanıcı adınız ve şifreniz girilererek yetki verildi."
@@ -4618,9 +4794,18 @@ msgstr "Profil resmi kaldırılacak. Emin misiniz?"
msgid "Average per day: %{average}"
msgstr "Günlük ortalama: %{average}"
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr "%{number} sayfasına geri dön"
@@ -4714,25 +4899,25 @@ msgstr "Rozetleriniz"
msgid "Balsamiq file could not be loaded."
msgstr "Balsamiq dosyası yüklenemedi."
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr "Dikkatli olun. Projenin isim alanını değiştirmek, istenmeyen yan etk
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr "Dikkatli olun. Bir projenin deposunu yeniden isimlendirmenin istenmeyen yan etkileri olabilir."
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr "Seçili işlem ile başla"
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr "Dalların genel bakışını göster"
msgid "Branches|Show stale branches"
msgstr "Eskimiş dalları göster"
-msgid "Branches|Sort by"
-msgstr "Göre sırala"
-
msgid "Branches|Stale"
msgstr "EskimiÅŸ"
@@ -5206,6 +5409,9 @@ msgstr "Yayın Mesajı başarıyla güncellendi."
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "Dizine Gözat"
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr "CI/CD için harici depo"
-msgid "CI/CD settings"
-msgstr "CI / CD ayarları"
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr "Geridönüş bağlantısı"
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr "Çalışmayı iptal et"
msgid "Cancel this job"
msgstr "Bu iÅŸi iptal et"
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr "Gizli olmayan sorunlar içeriyorsa epik gizli hale getirilemez"
msgid "Cannot merge"
msgstr "BirleÅŸtirilemez"
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr "Kapasite eÅŸiÄŸi"
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr "İlgili kullanıcı içeriği, gelecek nesiller için korunması amacıyla sistem genelindeki \"Hayalet Kullanıcı\" adı altına taşınır. Daha fazla bilgi için lütfen %{link_start}kullanıcı hesabı silme belgelerine%{link_end} bakın."
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr "Kanal yönetimi (ör. Şehir Meydanı)"
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr "Alt epik mevcut deÄŸil."
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 "Neyin değiştiğini görmek ya da birleştirme talebi oluşturmak için bir dal/etiket seçin (ör. %{master}) ya da bir işlem girin (ör %{sha})."
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr "Genişletmek için tıklayın."
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr "%{quick_action_target} bunu kapatır."
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr "Temel etki alanı"
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "GitLab'ın Kubernetes kümeniz ile olan bağlantısını etkinleştirin veya devre dışı bırakın."
@@ -6954,7 +7226,7 @@ msgstr "Birden fazla küme oluÅŸturuyorsanız ve Otomatik DevOps kullanıyorsanÄ
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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr "Yayınlayıcı e-postası"
@@ -7608,6 +7889,9 @@ msgstr "Kod sahibi onayı gerekiyor"
msgid "Code owners"
msgstr "Kod sahipleri"
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr "Virgülle ayrılmış, örneğin '1.1.1.1, 2.2.2.0/24'"
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr "Git düzeltmelerini karşılaştır"
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr "Düzeltmeleri karşılaştır"
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr "Depolama dizini ayarlarını yapılandırın."
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr "Onayla"
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,8 +8585,8 @@ msgstr "Yollama komutunu kopyala"
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
-msgstr "Seçileni sil"
+msgid "ContainerRegistry|Delete selected tags"
+msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
msgstr ""
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,8 +8875,8 @@ msgstr "Geçen ay"
msgid "ContributionAnalytics|Last week"
msgstr "Geçen hafta"
-msgid "ContributionAnalytics|Merge Requests"
-msgstr "BirleÅŸtirme Talepleri"
+msgid "ContributionAnalytics|Merge requests"
+msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
msgstr ""
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr "DeÄŸeri kopyala"
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr "BoÅŸ proje oluÅŸtur"
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr "Dal oluÅŸtur"
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr "Mevcut ÅŸifre"
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr "DNS"
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr "Kontrol paneli"
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr "Veri hala hesaplanıyor..."
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr "Tarih aralığı %{maxDateRange} günü aşamaz."
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr "Reddet ve çıkış yap"
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr "Varsayılan CI yapılandırma yolu"
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,11 +10552,14 @@ msgstr "Yorumu sil"
msgid "Delete domain"
msgstr "Etki alanını sil"
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr "Etiketi sil"
-msgid "Delete label: %{label_name} ?"
-msgstr "%{label_name} etiketi silinsin mi?"
+msgid "Delete label: %{labelName}"
+msgstr ""
msgid "Delete pipeline"
msgstr ""
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr "Proje kapsayıcı kaydından bazı etiketler kaldırılamadı. Lütfen tekrar deneyin veya yöneticiniz ile temasa geçin."
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr "%{user_name} sohbet takma adına izin verilmedi."
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr "Genel olarak erişilebilen dağıtım anahtarları"
msgid "DeployKeys|Read access only"
msgstr "Sadece okuma eriÅŸimi"
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr "Dağıtım Sıklığı"
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr "Dizin adı"
msgid "Disable"
msgstr "EtkisizleÅŸtir"
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,8 +11448,8 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr "Discord Bildirimleri"
-msgid "DiscordService|Receive event notifications in Discord"
-msgstr "Discord'da olay bildirimlerini alın"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
+msgstr ""
msgid "Discover GitLab Geo"
msgstr ""
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,12 +11573,12 @@ msgstr ""
msgid "Domain"
msgstr ""
+msgid "Domain Name"
+msgstr ""
+
msgid "Domain cannot be deleted while associated to one or more clusters."
msgstr "Bir veya daha fazla kümeyle ilişkilendirilirken etki alanı silinemez."
-msgid "Domain denylist"
-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 ""
@@ -11169,6 +11621,9 @@ msgstr "%{format} indir:"
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr "CSV olarak indir"
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "Düzenle"
@@ -11349,6 +11810,9 @@ msgstr "Sorunları düzenle"
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr "Genel dağıtım anahtarını düzenle"
@@ -11367,6 +11831,9 @@ msgstr "Bu sürümü düzenle"
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr "Viki sayfasını düzenle"
@@ -11385,6 +11852,9 @@ msgstr "Düzenleme"
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ msgstr ""
msgid "Email patch"
msgstr "E-posta yaması"
-msgid "Email restrictions"
-msgstr "E-posta kısıtlamaları"
-
-msgid "Email restrictions for sign-ups"
-msgstr "Kaydolmalar için e-posta kısıtlamaları"
-
msgid "Email sent"
msgstr "E-posta gönderildi"
-msgid "Email the pipelines status to a list of recipients."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr "Yollanan e-postalar"
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 "Kaydolmalar için e-posta kısıtlamalarını etkinleştir"
-
msgid "Enable error tracking"
msgstr "Hata izlemeyi etkinleÅŸtir"
@@ -11667,6 +12149,12 @@ msgstr "Korunan yolların sıklık limitini etkinleştir"
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr "İki aşamalı doğrulamayı etkinleştir"
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr "Epik bulunamıyor."
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr "Epik olayları"
@@ -12114,8 +12620,8 @@ msgstr "Epikler ve Sorunlar"
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr "Epikler, proje portföyünüzü daha verimli ve daha az çaba ile yönetmenizi sağlar"
-msgid "Epics, Issues, and Merge Requests"
-msgstr "Epikler, Sorunlar ve BirleÅŸtirme Ä°stekleri"
+msgid "Epics, issues, and merge requests"
+msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
msgstr ""
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr "Dönüm noktalarını genişlet"
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr "Kenar çubuğunu genişlet"
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr "Harici kimlik doÄŸrulama"
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr "Sınıflandırma etiketi"
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
+msgstr ""
+
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr "Jira içe aktarımı için içe aktarma etiketi oluşturulamadı."
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr "Özellik Bayrakları"
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr "Åžub"
@@ -13514,10 +14052,13 @@ msgstr "Düzeltildi:"
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
-msgstr "Flowdock Git kaynak erişim anahtarı"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr "Tam isim"
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr "CoÄŸrafi"
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr "Duruma göre filtrele"
msgid "Geo|Geo Status"
msgstr "Geo Durumu"
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr "Kaldır"
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr "Durum"
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr "EÅŸitlendi:"
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr "Düğüm şu anda %{minutes_behind} birincil düğümün gerisinde."
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr "Bilinmeyen konum"
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr "ikincil"
msgid "Get a free instance review"
msgstr "Ücretsiz bir örnek incelemesi alın"
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr "Başlayın"
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr "GitLab içe aktarma"
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr "Kaydet"
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ msgstr "Doğrulanmadı"
msgid "GitLabPages|Verified"
msgstr "Doğrulandı"
-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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr "GitLab Sayfaları"
-
msgid "Gitpod"
msgstr ""
@@ -14564,12 +15195,12 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr "Geri dön (dosyaları ararken)"
+msgid "Go back to configuration"
+msgstr ""
+
msgid "Go full screen"
msgstr "Tam ekrana git"
-msgid "Go to Integrations"
-msgstr ""
-
msgid "Go to Webhooks"
msgstr ""
@@ -14618,9 +15249,15 @@ msgstr "BirleÅŸtirme isteklerine git"
msgid "Go to metrics"
msgstr "Metriklere git"
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr "Projeye git"
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr "Grup sorumluları, grup çalıştırıcılarını %{link} içinde kaydedebilir"
@@ -14858,6 +15498,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 projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr "Üzgünüz, aramanızla eşleşen bir epik yok"
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr "Yol haritası, epiklerinizin bir zaman çizelgesi boyunca ilerlemesini gösterir"
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 "SAML kimlik doğrulamasını aç/kapat"
-
msgid "GroupSAML|Valid SAML Response"
msgstr ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr "Geçmiş"
msgid "History of authentications"
msgstr "Kimlik doğrulama geçmişi"
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr "CSV'yi içe aktar"
msgid "Import Projects from Gitea"
msgstr "Gitea'dan projeleri içe aktar"
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr "Projeden içe aktar"
msgid "Import project members"
msgstr "Proje üyelerini içe aktar"
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr "Bitbucket'ten projeleri içe aktar"
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr "Tüm projeleri dizinle"
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr "Entegrasyonlar"
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr "Tüm ayrıntılar"
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr "Yorumları etkinleştir"
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr "Geçersiz giriş ya da şifre"
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr "Geçersiz pin kodu"
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr "Bazı panolarınız gizlendi, tekrar görmek için bir lisans etkinleşt
msgid "IssueBoards|Switch board"
msgstr "Panoyu deÄŸiÅŸtir"
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,8 +18138,8 @@ msgstr "Sorunlar"
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
-msgstr "Sorunlar ve BirleÅŸtirme Talepleri"
+msgid "Issues and merge requests"
+msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
msgstr ""
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr "Yinelemeler"
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr "%{time_ago} katıldı"
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr "Tem"
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr "LDAP eşitlemesi devam ediyor. Bu birkaç dakika sürebilir. Değişikli
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr "Son iÅŸlem"
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr "Son düzenleme: %{date}"
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr "Bir kümeyi dağıtma hakkında daha fazla bilgi edinin"
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr "Ayrıl"
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr "Gruptan ayrıl"
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr "YerelleÅŸtirme"
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr "Kilitle"
@@ -18711,12 +19615,18 @@ msgstr "Kilitler, belirli bir dosyayı veya klasörü kilitleme yeteneği sağla
msgid "Locks the discussion."
msgstr "Tartışmayı kilitler."
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr "Grup etiketlerini yönet"
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr "Proje etiketlerini yönet"
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr "Maksimum içe aktarılan dosya boyutu."
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr "May"
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr "Medyan"
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr "Ãœye kilidi"
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr "%{date} tarihinden beri üye"
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr "BirleÅŸtirme Ä°steÄŸi"
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr "BirleÅŸtirme Ä°steÄŸi Ä°ÅŸlemeleri"
-
msgid "Merge Requests"
msgstr "BirleÅŸtirme Ä°stekleri"
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr "Birleştirme isteği onayları"
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr "Mesajlar"
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr "Minimum şifre uzunluğu (karakter sayısı)"
-
msgid "Minutes"
msgstr "Dakika"
@@ -20179,9 +21143,6 @@ msgstr "Daha fazlası"
msgid "More Information"
msgstr "Daha Fazla Bilgi"
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr "Yardım"
@@ -20782,6 +21744,9 @@ msgstr "Yeni sorun başlığı"
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr "Yeni proje"
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr "Bu dosya türü için önizleme yok"
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr "Genel grup yok"
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr "Seçenekler"
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr "Diğer görünürlük ayarları yönetici tarafından devre dışı bırakıldı."
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr "Sahibi"
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr "Üzgünüz, filtreniz sonuç vermedi"
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr "Paketler"
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,8 +23410,11 @@ msgstr "Åžifre"
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
-msgstr "Şifre Politikası Yönergeleri"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
+msgstr ""
msgid "Password authentication is unavailable."
msgstr ""
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr "Ä°ndir"
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr "İş hattı dakika kotası:"
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr "Toplam:"
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr "İş hatları"
msgid "Pipelines charts"
msgstr "İş hatları çizelgeleri"
-msgid "Pipelines emails"
-msgstr "İş hattı e-postaları"
-
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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr "İş Hatları Yükleniyor"
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,30 +23992,21 @@ 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"
+msgid "Pipeline|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Run for branch name or tag"
+msgid "Pipeline|Run pipeline"
msgstr ""
msgid "Pipeline|Running"
msgstr ""
-msgid "Pipeline|Search branches"
-msgstr "Dalları ara"
-
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 ""
@@ -22997,13 +24064,13 @@ msgstr "aÅŸama ile"
msgid "Pipeline|with stages"
msgstr "aÅŸamalar ile"
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr "Oynat"
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr "Önceki çözülmemiş tartışma"
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr "Profil"
msgid "Profile Settings"
msgstr "Profil Ayarları"
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr "-"
@@ -23639,6 +24727,12 @@ msgstr "Profili Düzenle"
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr "Adınızı girin, böylece insanlar sizi tanıyabilir"
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr "Tam isim"
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr "Gelen e-posta erişim anahtarı başarıyla sıfırlandı"
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr "İki Adımlı Kimlik Doğrulamayı (2FA) etkinleştirerek hesabınızın güvenliğini artırın"
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr "Geçersiz şifre"
@@ -23678,6 +24775,15 @@ msgstr "Geçersiz kullanıcı adı"
msgid "Profiles|Key"
msgstr "Anahtar"
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr "Son kullanılan:"
@@ -23723,6 +24829,9 @@ msgstr "Genel Profil Resmi"
msgid "Profiles|Public email"
msgstr "Herkese açık e-posta"
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr "Profil resmini kaldır"
@@ -23747,9 +24856,6 @@ msgstr ""
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "İzin verilen en yüksek dosya boyutu 200KB'dır."
-msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr "Bu e-posta, herkese açık profilinizde gösterilecek"
@@ -23837,9 +24943,6 @@ msgstr "Hesabınız şu anda bu gruplara sahip:"
msgid "Profiles|Your email address was automatically set based on your %{provider_label} account"
msgstr "E-posta adresiniz, %{provider_label} hesabınıza göre otomatik olarak ayarlandı"
-msgid "Profiles|Your key has expired"
-msgstr ""
-
msgid "Profiles|Your location was automatically set based on your %{provider_label} account"
msgstr "Konumunuz, %{provider_label} hesabınıza göre otomatik olarak ayarlandı"
@@ -23930,6 +25033,9 @@ msgstr "Proje URL'si"
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr "Proje zaten silinmiÅŸ"
@@ -24095,82 +25201,97 @@ msgstr " veya grup"
msgid "ProjectSelect|Search for project"
msgstr "Proje için ara"
-msgid "ProjectService|%{service_title}: status off"
-msgstr "%{service_title}: durum kapalı"
+msgid "ProjectService|Drone server URL"
+msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "%{group_name} ile paylaşılan projeler"
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr "BoÅŸ proje oluÅŸtur"
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr "Åžablondan oluÅŸtur"
@@ -24668,6 +25807,9 @@ msgstr "İçe aktar"
msgid "ProjectsNew|Import project"
msgstr "Projeyi içe aktar"
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr "BENÄ°OKU ile depo baÅŸlat"
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr "Daha fazla dakika satın al"
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr "%{user_name}, \"%{ref}\" yeni dalını yolladı."
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 "Pushover, Android cihazı, iPhone, iPad ve Masaüstü bilgisayar ile gerçek zamanlı bildirimler almayı kolaylaştırır."
-
msgid "PushoverService|See project %{project_full_name}"
msgstr ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr "Devamını oku"
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr "İlgili sorunlar hakkında daha fazla bilgi edinin"
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr "Son aramalar"
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr "Daha sonra hatırlat"
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr "Bitiş tarihini kaldır"
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr "Epikten kaldır"
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr "EriÅŸim Talebi"
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr "Davetiyeyi tekrar gönder"
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr "Sağlık kontrolü erişim anahtarını sıfırla"
msgid "Reset key"
msgstr "Anahtarı sıfırla"
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr "Temizlik hizmetini çalıştır"
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr "Çalıştırıcılar %{status}, son iletişim %{runner_contact} önceydi"
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr "Çalışıyor"
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr "Yeni bir iş hattını zamanla"
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr "Metrikleri gör"
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr "Oturum aç"
msgid "Sign in / Register"
msgstr "Oturum aç / Kayıt ol"
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr "Akıllı kart kullanarak oturum açın"
msgid "Sign in via 2FA code"
msgstr "2FA kodu ile oturum açın"
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr "Akıllı kart ile oturum açın"
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr "Oturumu kapat"
@@ -28404,6 +29699,12 @@ msgstr "Kaydol"
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr "Oturum açma kısıtlamaları"
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr "Kaynak (dal veya etiket)"
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr "%{linkStart}Sourcegraph.com%{linkEnd} kullanılır."
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr "Özel bir %{linkStart}Sourcegraph örneği%{linkEnd} kullanılır."
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr "Spam Günlükleri"
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr "Başlatılıyor..."
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr "Durum:"
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr "Spam olarak gönder"
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr "Başarıyla kilit kaldırıldı"
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr "Özet"
msgid "Sunday"
msgstr "Pazar"
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr "Destek"
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr "Sürüm notları"
msgid "TagsPage|Repository has no tags yet."
msgstr "Depo için henüz etiket eklenmemiş."
-msgid "TagsPage|Sort by"
-msgstr "Şuna göre sırala"
-
msgid "TagsPage|Tags"
msgstr "Etiketler"
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr "Birleştirme isteği artık birleştirilebilir."
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,15 +32129,15 @@ msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
msgstr ""
+msgid "The username for the Jenkins server."
+msgstr ""
+
msgid "The value 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 "Bir seri gözlemlenen değerin ortasında yatan değer. Örneğin: 3, 5, 9 arasında, medyan 5'tir. 3, 5, 7, 8 arasında medyan (5+7)/2=6'dır."
msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
-msgid "The visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
-msgstr ""
-
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
msgstr ""
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+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."
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr "Bu kullanıcının kimliği yok"
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr "Zaman takibi"
msgid "Time until first merge request"
msgstr "İlk birleştirme isteğine kadar geçen süre"
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr "Tah"
@@ -31918,6 +33420,9 @@ msgstr "sn"
msgid "Tip:"
msgstr "Ä°pucu:"
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ msgstr "Bu projenin devam etmesini sağlamak için yeni bir fikir verin"
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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr "Tetikleyici başarıyla güncellendi."
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr "Twitter"
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr "İki Aşamalı Kimlik Doğrulama"
@@ -32487,6 +33995,9 @@ 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:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr "İki adımlı kimlik doğrulama"
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr "Tür"
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr "Sınırsız"
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr "Kilidi aç"
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr "Tartışmanın kilidini aç"
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr "Kilitli"
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr "Güncelleniyor"
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr "Åžablonu kullan"
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr "Kullanıcı adı ya da e-posta"
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr "Doğrulandı"
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr "GitLab'da görüntüle"
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr "Bu aşamayı göstermek için yeterli veriye sahip değiliz."
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr "Neler yeni?"
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr "%{pageTitle} sayfası silinsin mi?"
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr "İçeriğinizi yazın veya dosyaları buraya sürükleyin…"
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr "Dönüm noktası açıklaması yazın..."
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "Bu gruplara katılmayı talep ederek onlara kolayca katkıda bulunabilirsiniz."
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr "Herkese açık e-postanız, herkese açık profilinizde gösterilecektir
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr "Hesabınız kilitlendi."
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr "Uygulamalarınız (%{size})"
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr "Lisansınız şu tarihten itibaren geçerlidir:"
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr "özel anahtar okunamadı, şifre doğru mu?"
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr "%{timeAgo} oluÅŸturuldu"
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr "grup"
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr "yardım"
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr "https://sizin-bitbucket-sunucunuz"
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr "Birleştirme talebi onaylandı."
msgid "mrWidget|Merged by"
msgstr "BirleÅŸtiren:"
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr "Daha fazla bilgi"
@@ -36708,21 +38411,18 @@ 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 "Bu proje arşivlendi, yazma erişimi devre dışı bırakıldı"
msgid "mrWidget|To approve this merge request, please enter your password. This project requires all approvals to be authenticated."
msgstr ""
+msgid "mrWidget|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr "yok"
@@ -36798,9 +38501,6 @@ msgstr "yeni birleÅŸtirme isteÄŸi"
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr "hiç katkı yok"
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] "puan"
msgstr[1] "puan"
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr "özel"
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr "hızlı işlemler"
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr "kaldır"
msgid "remove due date"
msgstr "bitiş tarihini kaldır"
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr "ağırlığı kaldır"
@@ -36967,13 +38679,16 @@ msgstr[1] "cevap"
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr "Bilinmeyen"
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr "etiket adı"
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr "bu belge"
diff --git a/locale/uk/gitlab.po b/locale/uk/gitlab.po
index a00f7e18719..e5a4abc5a61 100644
--- a/locale/uk/gitlab.po
+++ b/locale/uk/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: uk\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:13\n"
+"PO-Revision-Date: 2021-05-03 22:18\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr " Зібрано %{time}"
msgid " Please sign in."
msgstr " Будь лаÑка, увійдіть."
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " Спробуйте %{action} цей файл знову."
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " Ви повинні зробити це до %{grace_period_deadline}."
@@ -91,6 +100,13 @@ msgstr[1] "%d ЗатвердженнÑ"
msgstr[2] "%d Затверджень"
msgstr[3] "%d Затверджень"
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -222,10 +238,10 @@ msgstr[3] "%d днів"
msgid "%d epic"
msgid_plural "%d epics"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d епік"
+msgstr[1] "%d епіка"
+msgstr[2] "%d епіки"
+msgstr[3] "%d епіків"
msgid "%d error"
msgid_plural "%d errors"
@@ -278,10 +294,10 @@ msgstr[3] "%d виправлених результатів теÑту"
msgid "%d group"
msgid_plural "%d groups"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d група"
+msgstr[1] "%d групи"
+msgstr[2] "%d груп"
+msgstr[3] "%d груп"
msgid "%d group selected"
msgid_plural "%d groups selected"
@@ -411,10 +427,10 @@ msgstr[3] "%d проєктів"
msgid "%d project selected"
msgid_plural "%d projects selected"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d проєкт обрано"
+msgstr[1] "%d проєкти обрано"
+msgstr[2] "%d проєктів обрано"
+msgstr[3] "%d проєктів обрано"
msgid "%d request with warnings"
msgid_plural "%d requests with warnings"
@@ -513,7 +529,7 @@ msgid "%{author_link} cloned %{original_issue} to %{new_issue}."
msgstr ""
msgid "%{author_link} cloned %{original_issue}. You don't have access to the new project."
-msgstr ""
+msgstr "%{author_link} клоновано%{original_issue}. Ви не маєте доÑтупу до нового проєкту."
msgid "%{author_link} wrote:"
msgstr "%{author_link} напиÑав:"
@@ -524,9 +540,6 @@ msgstr "Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ %{authorsName}"
msgid "%{board_target} not found"
msgstr "%{board_target} не знайдено"
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -575,7 +588,7 @@ msgid "%{count} files touched"
msgstr "%{count} файлів змінено"
msgid "%{count} items per page"
-msgstr ""
+msgstr "%{count} елементів на Ñторінці"
msgid "%{count} more"
msgstr "%{count} більше"
@@ -649,7 +662,7 @@ msgid "%{edit_in_new_fork_notice} Try to upload a file again."
msgstr "%{edit_in_new_fork_notice} Спробуйте завантажити файл ще раз."
msgid "%{emailPrefix}@company.com"
-msgstr ""
+msgstr "%{emailPrefix}@company.com"
msgid "%{extra} more downstream pipelines"
msgstr "Ще %{extra} наÑтупних конвеєрів"
@@ -663,12 +676,21 @@ msgstr "%{firstLabel} +%{labelCount} більше"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr "%{firstMilestoneName} + %{numberOfOtherMilestones} більше"
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr "кориÑтувачі групи %{group_name}"
@@ -679,7 +701,7 @@ msgid "%{group_name}&%{epic_iid} &middot; created %{epic_created} by %{author}"
msgstr ""
msgid "%{hook_type} was deleted"
-msgstr ""
+msgstr "%{hook_type} було видалено"
msgid "%{hook_type} was scheduled for deletion"
msgstr ""
@@ -694,10 +716,10 @@ msgid "%{issuableType} will be removed! Are you sure?"
msgstr "%{issuableType} буде видалено! Ви впевнені?"
msgid "%{issueType} actions"
-msgstr ""
+msgstr "%{issueType} дії"
msgid "%{issuesCount} issues with a limit of %{maxIssueCount}"
-msgstr ""
+msgstr "%{issuesCount} задач з обмеженнÑм %{maxIssueCount}"
msgid "%{issuesSize} with a limit of %{maxIssueCount}"
msgstr "%{issuesSize} з обмеженнÑм %{maxIssueCount}"
@@ -706,7 +728,7 @@ msgid "%{itemsCount} issues with a limit of %{maxIssueCount}"
msgstr ""
msgid "%{labelStart}Actual response:%{labelEnd} %{headers}"
-msgstr ""
+msgstr "%{labelStart}Фактична відповідь:%{labelEnd} %{headers}"
msgid "%{labelStart}Assert:%{labelEnd} %{assertion}"
msgstr ""
@@ -753,9 +775,6 @@ msgstr ""
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 "%{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) Ð´Ð»Ñ Ð²ÐµÐ±Ñайтів."
@@ -804,6 +823,9 @@ msgstr "%{milestone} (термін дії минув)"
msgid "%{milliseconds}ms"
msgstr "%{milliseconds}мÑ"
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, Ñ†Ñ Ð·Ð°Ð´Ð°Ñ‡Ð° буде закрита автоматично."
@@ -814,10 +836,10 @@ msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new
msgstr ""
msgid "%{name} %{status}"
-msgstr ""
+msgstr "%{name} %{status}"
msgid "%{name} (Busy)"
-msgstr ""
+msgstr "%{name} (зайнÑто)"
msgid "%{name} contained %{resultsString}"
msgstr "%{name} міÑтить %{resultsString}"
@@ -840,6 +862,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] "%{no_of_days} день"
@@ -851,13 +876,13 @@ msgid "%{number_commits_behind} commits behind %{default_branch}, %{number_commi
msgstr "на %{number_commits_behind} комітів позаду %{default_branch}, на %{number_commits_ahead} комітів попереду"
msgid "%{oneMonthAgo} - %{today}"
-msgstr ""
+msgstr "%{oneMonthAgo} - %{today}"
msgid "%{oneWeekAgo} - %{today}"
-msgstr ""
+msgstr "%{oneWeekAgo} - %{today}"
msgid "%{oneYearAgo} - %{today}"
-msgstr ""
+msgstr "%{oneYearAgo} - %{today}"
msgid "%{openOrClose} %{noteable}"
msgstr "%{openOrClose} %{noteable}"
@@ -900,7 +925,7 @@ msgid "%{remaining_approvals} left"
msgstr "%{remaining_approvals} залишилоÑÑ"
msgid "%{reportType} %{status}"
-msgstr ""
+msgstr "%{reportType} %{status}"
msgid "%{reportType} detected %{totalStart}%{total}%{totalEnd} potential %{vulnMessage}"
msgstr ""
@@ -929,7 +954,7 @@ msgstr[2] ""
msgstr[3] ""
msgid "%{size} %{unit}"
-msgstr ""
+msgstr "%{size} %{unit}"
msgid "%{size} GiB"
msgstr "%{size} GiB"
@@ -955,9 +980,6 @@ msgstr "%{spanStart}в Ñ€Ñдку%{spanEnd} %{errorLine}%{errorColumn}"
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr "%{spanStart}в%{spanEnd} %{errorFn}"
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr "%{start} до %{end}"
@@ -1068,9 +1090,6 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title} зміни"
-msgid "%{token}..."
-msgstr "%{token}..."
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -1089,12 +1108,12 @@ msgstr "%{total} загальна вага відкритих задач"
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "%{usage_ping_link_start}ДовідатиÑÑŒ більше%{usage_ping_link_end} про те, Ñкою інформацією Ви ділитеÑÑŒ із GitLab Inc."
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr "%{userName} (не може виконувати злиттÑ)"
@@ -1110,6 +1129,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr "%{username} аватар"
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr "%{value} Ñ"
@@ -1184,7 +1212,7 @@ msgid "(+%{count}&nbsp;rules)"
msgstr ""
msgid "(Group Managed Account)"
-msgstr ""
+msgstr "(Обліковий Ð·Ð°Ð¿Ð¸Ñ ÐºÐµÑ€Ð¾Ð²Ð°Ð½Ð¾Ñ— групи)"
msgid "(No changes)"
msgstr "(Ðемає змін)"
@@ -1198,6 +1226,9 @@ msgstr "(перевірити прогреÑ)"
msgid "(deleted)"
msgstr "(видалено)"
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr "(макÑимальний розмір 15 Мб)"
@@ -1207,6 +1238,9 @@ msgstr "(видалено)"
msgid "(revoked)"
msgstr "(відкликано)"
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr "* * * * *"
@@ -1236,7 +1270,7 @@ msgid "+%{extra} more"
msgstr ""
msgid "+%{more_assignees_count}"
-msgstr ""
+msgstr "+%{more_assignees_count}"
msgid "+%{more_assignees_count} more assignees"
msgstr ""
@@ -1254,7 +1288,7 @@ msgid ", or "
msgstr ", або "
msgid "- Available to run jobs."
-msgstr ""
+msgstr "- ДоÑтупний Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑку завдань."
msgid "- Event"
msgid_plural "- Events"
@@ -1264,7 +1298,7 @@ msgstr[2] "- Подій"
msgstr[3] "- Подій"
msgid "- Not available to run jobs."
-msgstr ""
+msgstr "- ÐедоÑтупний Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑку завдань."
msgid "- User"
msgid_plural "- Users"
@@ -1280,7 +1314,7 @@ msgid "- show less"
msgstr "- показати менше"
msgid "."
-msgstr ""
+msgstr "."
msgid "0 bytes"
msgstr "0 байт"
@@ -1292,7 +1326,7 @@ msgid "0 for unlimited, only effective with remote storage enabled."
msgstr ""
msgid "0t1DgySidms"
-msgstr ""
+msgstr "0t1DgySidms"
msgid "1 Day"
msgid_plural "%d Days"
@@ -1455,7 +1489,7 @@ msgid "10-19 contributions"
msgstr "10-19 внеÑків"
msgid "1000+"
-msgstr ""
+msgstr "1000+"
msgid "1st contribution!"
msgstr "Перший внеÑок!"
@@ -1515,7 +1549,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 ""
@@ -1544,6 +1578,9 @@ msgstr "Базова Ñторінка та Serverless функціÑ, що виÐ
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr "Повноцінна DevOps платформа "
@@ -1554,7 +1591,7 @@ msgid "A deleted user"
msgstr "Видалений кориÑтувач"
msgid "A description is required"
-msgstr ""
+msgstr "Потрібен опиÑ"
msgid "A file has been changed."
msgstr "Файл змінено."
@@ -1644,13 +1681,13 @@ 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 ""
+msgstr "Вхід до вашого облікового запиÑу був зроблений з наÑтупної IP-адреÑи: %{ip}"
msgid "A string appended to the project path to form the Service Desk email address."
msgstr ""
msgid "A title is required"
-msgstr ""
+msgstr "Ðеобхідно вказати заголовок"
msgid "A user with write access to the source branch selected this option"
msgstr "КориÑтувач із правом запиÑу в гілку-джерело вибрав цей варіант"
@@ -1658,11 +1695,14 @@ msgstr "КориÑтувач із правом запиÑу в гілку-дже
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr "ÐЕОБХІДÐРДІЯ: ЩоÑÑŒ пішло не так при отриманні Ñертифікату Let's Encrypt Ð´Ð»Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ GitLab Pages '%{domain}'"
-msgid "API Fuzzing"
+msgid "API"
msgstr ""
+msgid "API Fuzzing"
+msgstr "API Fuzzing"
+
msgid "API Fuzzing Configuration"
-msgstr ""
+msgstr "ÐšÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ Fuzzing API"
msgid "API Help"
msgstr "Довідка API"
@@ -1671,9 +1711,9 @@ msgid "API Token"
msgstr "API-токен"
msgid "API key"
-msgstr ""
+msgstr "API ключ"
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1697,6 +1737,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1760,10 +1803,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1817,6 +1866,12 @@ msgstr "Звіти про зловживаннÑ"
msgid "Abuse reports"
msgstr "Звіти про зловживаннÑ"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr "ПрийнÑти запрошеннÑ"
@@ -1826,6 +1881,9 @@ msgstr "ПрийнÑти умови"
msgid "Acceptable for use in this project"
msgstr "Дозволений Ð´Ð»Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð°Ð½Ð½Ñ Ð² цьому проєкті"
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "Токени доÑтупу"
@@ -1842,13 +1900,13 @@ msgid "Access expiration date"
msgstr "Дата Ð¿Ñ€Ð¸Ð¿Ð¸Ð½ÐµÐ½Ð½Ñ Ð´Ð¾Ñтупу"
msgid "Access expires"
-msgstr ""
+msgstr "Ð§Ð°Ñ Ð´Ð¾Ñтупу закінчуєтьÑÑ"
msgid "Access forbidden. Check your access level."
msgstr "ДоÑтуп заборонено. Перевірте рівень доÑтупу."
msgid "Access granted"
-msgstr ""
+msgstr "ДоÑтуп дозволено"
msgid "Access requests"
msgstr "Запити на доÑтуп"
@@ -1952,11 +2010,14 @@ msgstr "Ідентифікатор облікового запиÑу"
msgid "Account and limit"
msgstr "Обліковий Ð·Ð°Ð¿Ð¸Ñ Ñ‚Ð° ліміт"
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr "Обліковий запиÑ: %{account}"
msgid "Action"
-msgstr ""
+msgstr "ДіÑ"
msgid "Action to take when receiving an alert. %{docsLink}"
msgstr ""
@@ -1967,9 +2028,6 @@ msgstr "Дії"
msgid "Activate Service Desk"
msgstr "Ðктивувати Службу підтримки"
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr "Ðктивний"
@@ -1982,6 +2040,9 @@ msgstr "Ðктивні ÑеÑÑ–Ñ—"
msgid "Activity"
msgstr "ÐктивніÑÑ‚ÑŒ"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr "Додати"
@@ -2018,9 +2079,6 @@ msgstr "Додати новий вузол"
msgid "Add README"
msgstr "Додати інÑтрукцію (README)"
-msgid "Add Variable"
-msgstr "Додати змінну"
-
msgid "Add Zoom meeting"
msgstr "Додати Zoom-зуÑтріч"
@@ -2102,6 +2160,9 @@ msgstr "Додати затверджуючих оÑіб"
msgid "Add bold text"
msgstr "Додати жирний текÑÑ‚"
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr "Додати дочірній епік до епіка"
@@ -2169,7 +2230,7 @@ msgid "Add previously merged commits"
msgstr ""
msgid "Add projects"
-msgstr ""
+msgstr "Додати проєкти"
msgid "Add reaction"
msgstr "Додати реакцію"
@@ -2190,7 +2251,7 @@ msgid "Add to Slack"
msgstr "Додати в Slack"
msgid "Add to board"
-msgstr ""
+msgstr "Додати на дошку"
msgid "Add to epic"
msgstr "Додати до епіку"
@@ -2207,6 +2268,9 @@ msgstr "Додати до перевірки"
msgid "Add to tree"
msgstr "Додати до дерева"
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr "Додати кориÑтувачів до групу:"
@@ -2226,23 +2290,17 @@ msgid "AddContextCommits|Add previously merged commits"
msgstr ""
msgid "AddContextCommits|Add/remove"
-msgstr ""
+msgstr "Додати/видалити"
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr "Жодного кориÑтувача не вказано."
@@ -2282,11 +2340,14 @@ msgstr "Додаткові метадані"
msgid "Additional minutes"
msgstr "Додаткові хвилини"
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "Додатковий текÑÑ‚"
msgid "Address"
-msgstr ""
+msgstr "ÐдреÑа"
msgid "Adds"
msgstr "Додає"
@@ -2301,7 +2362,7 @@ msgid "Adds a Zoom meeting"
msgstr "Додає Zoom-зуÑтріч"
msgid "Adds a to do."
-msgstr ""
+msgstr "Додати нагадуваннÑ."
msgid "Adds an issue to an epic."
msgstr "Додає задачу до епіку."
@@ -2316,7 +2377,7 @@ msgid "Admin Area"
msgstr "ОблаÑÑ‚ÑŒ адмініÑтратора"
msgid "Admin Mode"
-msgstr ""
+msgstr "Режим адмініÑтратора"
msgid "Admin Note"
msgstr "Примітка ÐдмініÑтратора"
@@ -2340,7 +2401,7 @@ msgid "Admin mode enabled"
msgstr "Режим адмініÑтратора ввімкнено"
msgid "Admin navigation"
-msgstr ""
+msgstr "ÐÐ°Ð²Ñ–Ð³Ð°Ñ†Ñ–Ñ Ð°Ð´Ð¼Ñ–Ð½Ð°"
msgid "Admin notes"
msgstr "Ðотатки адмініÑтратора"
@@ -2373,7 +2434,7 @@ msgid "AdminArea|Features"
msgstr "Функції"
msgid "AdminArea|Groups"
-msgstr ""
+msgstr "Групи"
msgid "AdminArea|Guest"
msgstr "ГіÑÑ‚ÑŒ"
@@ -2382,10 +2443,10 @@ msgid "AdminArea|Included Free in license"
msgstr "Безкоштовно включені в ліцензію"
msgid "AdminArea|Latest groups"
-msgstr ""
+msgstr "ОÑтанні групи"
msgid "AdminArea|Latest projects"
-msgstr ""
+msgstr "ОÑтанні проєкти"
msgid "AdminArea|Latest users"
msgstr ""
@@ -2402,14 +2463,11 @@ msgstr "Ðовий проєкт"
msgid "AdminArea|New user"
msgstr "Ðовий кориÑтувач"
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr "ВлаÑник"
msgid "AdminArea|Projects"
-msgstr ""
+msgstr "Проєкти"
msgid "AdminArea|Reporter"
msgstr "Репортер"
@@ -2429,11 +2487,8 @@ msgstr "Зупинка завдань пройшла невдало"
msgid "AdminArea|Total users"
msgstr "Загальна кількіÑÑ‚ÑŒ кориÑтувачів"
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
-msgstr ""
+msgstr "КориÑтувачі"
msgid "AdminArea|Users statistics"
msgstr "СтатиÑтика кориÑтувачів"
@@ -2445,10 +2500,10 @@ msgid "AdminArea|Users without a Group and Project"
msgstr "КориÑтувачі без групи та проєкту"
msgid "AdminArea|View latest groups"
-msgstr ""
+msgstr "ПереглÑнути оÑтанні групи"
msgid "AdminArea|View latest projects"
-msgstr ""
+msgstr "ПереглÑнути оÑтанні проєкти"
msgid "AdminArea|View latest users"
msgstr ""
@@ -2468,9 +2523,6 @@ msgstr "Видалити"
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr "Видалити проєкт %{projectName}?"
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr "ЗаÑтоÑувати Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñ–Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ñ–Ñ— до вÑÑ–Ñ… проєктів"
-
msgid "AdminSettings|Auto DevOps domain"
msgstr "Домен Auto DevOps"
@@ -2489,9 +2541,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2510,18 +2559,21 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr "Ðеобхідна ÐºÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ñƒ"
+msgid "AdminSettings|See affected service templates"
+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|Service templates are deprecated and will be removed in GitLab 14.0."
+msgstr ""
+
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
msgstr ""
@@ -2540,12 +2592,15 @@ 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 "При Ñтворенні нової змінної Ñередовища вона буде захищена за замовчуваннÑм."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
+msgstr ""
+
msgid "AdminStatistics|Active Users"
msgstr "Ðктивні кориÑтувачі"
@@ -2555,8 +2610,8 @@ msgstr "Форки"
msgid "AdminStatistics|Issues"
msgstr "Задачі"
-msgid "AdminStatistics|Merge Requests"
-msgstr "Запити на злиттÑ"
+msgid "AdminStatistics|Merge requests"
+msgstr ""
msgid "AdminStatistics|Milestones"
msgstr "Етапи"
@@ -2571,7 +2626,7 @@ msgid "AdminStatistics|Snippets"
msgstr "Сніпети"
msgid "AdminUsers|(Admin)"
-msgstr ""
+msgstr "(ÐдмініÑтратор)"
msgid "AdminUsers|(Blocked)"
msgstr ""
@@ -2601,13 +2656,13 @@ msgid "AdminUsers|Access the API"
msgstr ""
msgid "AdminUsers|Activate"
-msgstr ""
+msgstr "Ðктивувати"
msgid "AdminUsers|Activate user"
-msgstr ""
+msgstr "Ðктивувати кориÑтувача"
msgid "AdminUsers|Activate user %{username}?"
-msgstr ""
+msgstr "Ðктивувати кориÑтувача %{username}?"
msgid "AdminUsers|Active"
msgstr "Ðктивні"
@@ -2634,7 +2689,7 @@ msgid "AdminUsers|Approved users can:"
msgstr ""
msgid "AdminUsers|Are you sure?"
-msgstr ""
+msgstr "Ви впевнені?"
msgid "AdminUsers|Automatically marked as default internal user"
msgstr ""
@@ -2676,7 +2731,7 @@ msgid "AdminUsers|Deactivate user"
msgstr "Деактивувати кориÑтувача"
msgid "AdminUsers|Deactivate user %{username}?"
-msgstr ""
+msgstr "Деактивувати кориÑтувача %{username}?"
msgid "AdminUsers|Deactivated"
msgstr "Деактивовано"
@@ -2724,7 +2779,7 @@ msgid "AdminUsers|It's you!"
msgstr "Це ви!"
msgid "AdminUsers|Log in"
-msgstr ""
+msgstr "Вхід в ÑиÑтему"
msgid "AdminUsers|Manage (accept/reject) pending user sign ups"
msgstr ""
@@ -2805,13 +2860,13 @@ msgid "AdminUsers|To confirm, type %{username}"
msgstr "Ð”Ð»Ñ Ð¿Ñ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ð²ÐµÐ´Ñ–Ñ‚ÑŒ %{username}"
msgid "AdminUsers|Unblock"
-msgstr ""
+msgstr "Розблокувати"
msgid "AdminUsers|Unblock user"
-msgstr ""
+msgstr "Розблокувати кориÑтувача"
msgid "AdminUsers|Unblock user %{username}?"
-msgstr ""
+msgstr "Розблокувати кориÑтувача %{username}?"
msgid "AdminUsers|Unlock"
msgstr ""
@@ -2826,7 +2881,7 @@ msgid "AdminUsers|User will not be able to login"
msgstr "КориÑтувач не зможе увійти в ÑиÑтему"
msgid "AdminUsers|Users"
-msgstr ""
+msgstr "КориÑтувачі"
msgid "AdminUsers|Users can still be invited to your instance and/or add themselves if permitted based on your settings. They will not have access to your instance, nor count towards your subscribed seat count until you %{approve_link}."
msgstr ""
@@ -2898,7 +2953,7 @@ msgid "Admin|Admin notes"
msgstr ""
msgid "Admin|Note"
-msgstr ""
+msgstr "Примітка"
msgid "Admin|View pending user approvals"
msgstr ""
@@ -2942,6 +2997,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] "ПопередженнÑ"
@@ -2980,7 +3041,7 @@ msgid "AlertManagement|All alerts"
msgstr "Ð’ÑÑ– попередженнÑ"
msgid "AlertManagement|Assign status"
-msgstr ""
+msgstr "Призначити ÑтатуÑ"
msgid "AlertManagement|Assignees"
msgstr "Виконавці"
@@ -2989,7 +3050,7 @@ msgid "AlertManagement|Authorize external service"
msgstr ""
msgid "AlertManagement|Create incident"
-msgstr ""
+msgstr "Створити інцидент"
msgid "AlertManagement|Display alerts from all your monitoring tools directly within GitLab. Streamline the investigation of your alerts and the escalation of alerts to incidents."
msgstr ""
@@ -2998,19 +3059,19 @@ msgid "AlertManagement|Edit"
msgstr "Редагувати"
msgid "AlertManagement|Environment"
-msgstr ""
+msgstr "Середовище"
msgid "AlertManagement|Events"
msgstr "Події"
msgid "AlertManagement|Incident"
-msgstr ""
+msgstr "Інцидент"
msgid "AlertManagement|Key"
msgstr "Ключ"
msgid "AlertManagement|Metrics"
-msgstr ""
+msgstr "Метрики"
msgid "AlertManagement|Metrics weren't available in the alerts payload."
msgstr ""
@@ -3114,10 +3175,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -3144,19 +3202,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -3177,18 +3241,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
-msgstr ""
+msgstr "Скинути ключ"
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3196,7 +3254,7 @@ msgid "AlertSettings|Save & create test alert"
msgstr ""
msgid "AlertSettings|Save integration"
-msgstr ""
+msgstr "Зберегти інтеграцію"
msgid "AlertSettings|Save integration & send"
msgstr ""
@@ -3210,22 +3268,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3237,6 +3295,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3255,13 +3316,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
-msgid "AlertsIntegrations|Integration Name"
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
msgstr ""
+msgid "AlertsIntegrations|Integration Name"
+msgstr "Ðазва інтеграції"
+
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3273,22 +3337,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3382,7 +3443,7 @@ msgid "Allow projects within this group to use Git LFS"
msgstr "Дозволити проєктам в цій групі викориÑтовувати Git LFS"
msgid "Allow public access to pipelines and job details, including output logs and artifacts."
-msgstr ""
+msgstr "Дозволити публічний доÑтуп до конвеєрів Ñ– завдань, включно з логами та артефактами."
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
msgstr "Дозволити Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð´Ñ–Ð°Ð³Ñ€Ð°Ð¼ PlantUML в документах Asciidoc."
@@ -3426,9 +3487,6 @@ msgstr "Дозволено"
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr "Ð’ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð¾Ð·Ð²Ð¾Ð»ÐµÐ½Ð¸Ñ… доменів Ð°Ð´Ñ€ÐµÑ ÐµÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¾Ñ— пошти допуÑкаєтьÑÑ Ð»Ð¸ÑˆÐµ Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿ найвищого рівнÑ"
@@ -3456,6 +3514,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "Також відомий Ñк «Емітент» або «Ідентифікатор довіри перевірÑючої Ñторони»"
@@ -3558,12 +3619,12 @@ msgstr "Виникла помилка під Ñ‡Ð°Ñ Ð·Ð¼Ñ–Ð½Ð¸ підпиÑки
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
-msgstr ""
-
msgid "An error occurred when updating the issue weight"
msgstr "Збій під Ñ‡Ð°Ñ Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð²Ð°Ð³Ð¸ задачі"
+msgid "An error occurred when updating the title"
+msgstr ""
+
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
msgstr ""
@@ -3822,9 +3883,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr "Помилка при підпиÑці на ÑповіщеннÑ."
@@ -3834,8 +3892,8 @@ msgstr "Помилка при запуÑку завданнÑ."
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
-msgstr "Помилка при запуÑку нового конвеєру Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ Запиту на злиттÑ."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
+msgstr ""
msgid "An error occurred while unsubscribing to notifications."
msgstr "Помилка при відпиÑці від Ñповіщень."
@@ -3891,9 +3949,6 @@ msgstr ""
msgid "An issue already exists"
msgstr "Ð¦Ñ Ð·Ð°Ð´Ð°Ñ‡Ð° вже Ñ–Ñнує"
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr "Ðеавторизований кориÑтувач"
@@ -3933,6 +3988,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr "Проаналізуйте ваш вихідний код на предмет відомих вразливоÑтей."
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr "Предки"
@@ -3955,7 +4013,7 @@ msgid "Any"
msgstr "Будь-Ñкий"
msgid "Any %{header}"
-msgstr ""
+msgstr "Будь-Ñкий %{header}"
msgid "Any Author"
msgstr "Будь-Ñкий автор"
@@ -4032,6 +4090,96 @@ msgstr "ЗаÑтоÑунок було уÑпішно оновлено."
msgid "Application: %{name}"
msgstr "Додаток: %{name}"
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "ЗаÑтоÑунки"
@@ -4102,15 +4250,12 @@ msgstr[1] "%d учаÑника"
msgstr[2] "%d учаÑників"
msgstr[3] "%d учаÑників"
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
-msgstr[0] "Ð—Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ цього учаÑника не знÑто."
-msgstr[1] "Ð—Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ цього учаÑника не знÑто."
-msgstr[2] "Затверджень від цього учаÑника не знÑто."
-msgstr[3] "Затверджень від цього учаÑника не знÑто."
-
-msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
-msgstr "Ви збираєтеÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ групу затверджуючих оÑіб %{name} Ñка налічує %{nMembers} учаÑників."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "ApprovalRuleSummary|%d member"
msgid_plural "ApprovalRuleSummary|%d members"
@@ -4135,6 +4280,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr "Затверджуючі оÑоби"
@@ -4147,9 +4295,15 @@ msgstr "Ім'Ñ"
msgid "ApprovalRule|Rule name"
msgstr "Ð†Ð¼â€™Ñ Ð¿Ñ€Ð°Ð²Ð¸Ð»Ð°"
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr "Цільова гілка"
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4313,6 +4467,9 @@ msgstr "Ви впевнені, що хочете повторно згенеру
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr "Ви впевнені, що хочете видалити %{group_name}?"
@@ -4322,6 +4479,9 @@ msgstr "Ви впевнені, що бажаєте видалити вкладе
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr "Ви впевнені, що хочете видалити цю ідентифікацію?"
@@ -4397,13 +4557,16 @@ msgstr "Ðртефакт було уÑпішно видалено."
msgid "Artifacts"
msgstr "Ðртефакти"
+msgid "Artifacts maximum size"
+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} відправив код в гілку %{branch} проєкту %{project_name} (%{commit_url}):"
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4415,6 +4578,9 @@ msgstr ""
msgid "Ascending"
msgstr "За зроÑтаннÑм"
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4475,20 +4641,20 @@ msgstr ""
msgid "Assigned Issues"
msgstr "Призначені задачі"
-msgid "Assigned Merge Requests"
-msgstr "Призначені запити на злиттÑ"
+msgid "Assigned merge requests"
+msgstr ""
msgid "Assigned projects"
msgstr ""
msgid "Assigned to %{assigneeName}"
-msgstr ""
+msgstr "Призначено %{assigneeName}"
msgid "Assigned to %{assignee_name}"
msgstr "Призначено %{assignee_name}"
msgid "Assigned to %{name}"
-msgstr ""
+msgstr "Призначено %{name}"
msgid "Assigned to me"
msgstr "Призначено мені"
@@ -4548,6 +4714,9 @@ msgstr "Прикріпити файл"
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "Прикріпити файл за допомогою перетÑÐ³ÑƒÐ²Ð°Ð½Ð½Ñ Ð°Ð±Ð¾ %{upload_link}"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] "Ð”Ð¾Ð´Ð°Ð²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ"
@@ -4621,9 +4790,15 @@ msgstr "Ðвтентифікувати"
msgid "Authenticate with GitHub"
msgstr "Ðвтентифікувати за допомогою GitHub"
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4631,7 +4806,7 @@ msgid "Authenticating"
msgstr "ÐвтентифікаціÑ"
msgid "Authentication"
-msgstr ""
+msgstr "ÐвтентифікаціÑ"
msgid "Authentication Failure"
msgstr "Помилка автентифікації"
@@ -4664,7 +4839,7 @@ msgid "Author: %{author_name}"
msgstr "Ðвтор: %{author_name}"
msgid "Authored %{timeago}"
-msgstr ""
+msgstr "Ðвтор: %{timeago}"
msgid "Authored %{timeago} by %{author}"
msgstr ""
@@ -4678,6 +4853,9 @@ msgstr "Ключ авторизації"
msgid "Authorization required"
msgstr "Потрібна авторизаціÑ"
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr "ÐÐ²Ñ‚Ð¾Ñ€Ð¸Ð·Ð°Ñ†Ñ–Ñ Ð²Ñ–Ð´Ð±ÑƒÐ»Ð°ÑÑ Ð¿Ñ–ÑÐ»Ñ Ð²Ð²Ð¾Ð´Ñƒ вашого імені та паролю у заÑтоÑунку."
@@ -4742,7 +4920,7 @@ msgid "AutoDevOps|Learn more in the %{link_to_documentation}"
msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ в %{link_to_documentation}"
msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found."
-msgstr ""
+msgstr "Конвеєр Auto DevOps увімкнено Ñ– буде викориÑтовуватиÑÑ, Ñкщо не знайдено жодного альтернативного файлу конфігурації CI."
msgid "AutoRemediation| 1 Merge Request"
msgstr ""
@@ -4811,7 +4989,7 @@ msgid "Available"
msgstr "ДоÑтупно"
msgid "Available ID"
-msgstr ""
+msgstr "ДоÑтупний ідентифікатор"
msgid "Available for dependency and container scanning"
msgstr ""
@@ -4840,9 +5018,18 @@ msgstr "Ðватар буде видалено. Ви впевнені?"
msgid "Average per day: %{average}"
msgstr "Ð’ Ñередньому за день: %{average}"
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr "Ðазад до Ñторінки %{number}"
@@ -4936,26 +5123,26 @@ msgstr "Ваші значки"
msgid "Balsamiq file could not be loaded."
msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ файл Balsamiq."
-msgid "BambooService|A continuous integration and build server"
-msgstr "Сервер безперервної інтеграції та збірки"
+msgid "BambooService|Atlassian Bamboo"
+msgstr ""
-msgid "BambooService|A user with API access, if applicable"
-msgstr "КориÑтувач із доÑтупом до API, Ñкщо можливо"
+msgid "BambooService|Bamboo URL"
+msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
-msgstr "Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
+msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
-msgstr "Ключ плану збірки Bamboo, наприклад KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
+msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
-msgstr "Коренева URL-адреÑа Bamboo, наприклад https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
+msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
-msgstr "Ви повинні налаштувати автоматичне вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð¼Ñ–Ñ‚Ð¾Ðº на ревізії, а також тригер репозиторію в Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
+msgstr ""
msgid "Based on"
msgstr ""
@@ -4966,20 +5153,32 @@ msgstr "Будьте обережні. Зміна проÑтору імен пр
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr "Будьте обережні. ÐŸÐµÑ€ÐµÐ¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ñ–ÑŽ проєкту може мати небажані побічні ефекти."
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr "Почати із виділеного коміту"
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr "Ðижче наведено відбитки SSH-ключів хоÑта поточного інÑтанÑу."
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "Ðижче ви знайдете вÑÑ– загальнодоÑтупні групи."
msgid "Beta"
-msgstr ""
+msgstr "Бета"
msgid "Bi-weekly code coverage"
msgstr ""
@@ -5065,12 +5264,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -5086,6 +5291,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5216,7 +5424,7 @@ msgstr[2] ""
msgstr[3] ""
msgid "Boards|Board"
-msgstr ""
+msgstr "Дошка"
msgid "Boards|Collapse"
msgstr "Згорнути"
@@ -5377,9 +5585,6 @@ msgstr "Показати Ð¾Ð¿Ð¸Ñ Ð³Ñ–Ð»Ð¾Ðº"
msgid "Branches|Show stale branches"
msgstr "Показати заÑтарілі гілки"
-msgid "Branches|Sort by"
-msgstr "Сортувати за"
-
msgid "Branches|Stale"
msgstr "ЗаÑтарілі"
@@ -5434,6 +5639,9 @@ msgstr "ÐžÐ³Ð¾Ð»Ð¾ÑˆÐµÐ½Ð½Ñ ÑƒÑпішно оновлено."
msgid "Broadcast Messages"
msgstr "ПовідомленнÑ"
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "ПереглÑнути каталог"
@@ -5515,9 +5723,6 @@ msgstr ""
msgid "Burndown chart"
msgstr "Графік виконаннÑ"
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr "Відкрити вагу задачі"
@@ -5594,10 +5799,10 @@ msgid "CI/CD"
msgstr "CI/CD"
msgid "CI/CD Analytics"
-msgstr ""
+msgstr "Ðналітика CI/CD"
msgid "CI/CD Settings"
-msgstr ""
+msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ CI/CD"
msgid "CI/CD configuration"
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ CI/CD"
@@ -5608,9 +5813,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr "CI/CD Ð´Ð»Ñ Ð·Ð¾Ð²Ð½Ñ–ÑˆÐ½ÑŒÐ¾Ð³Ð¾ репозиторіÑ"
-msgid "CI/CD settings"
-msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ CI/CD"
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5717,6 +5919,9 @@ msgstr "URL зворотнього виклику"
msgid "Can be manually deployed to"
msgstr "Можна вручну розгорнути на"
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5801,6 +6006,9 @@ msgstr "СкаÑувати запуÑк"
msgid "Cancel this job"
msgstr "СкаÑувати це завданнÑ"
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr "СкаÑувати, зберегти проєкт"
@@ -5808,7 +6016,7 @@ msgid "Canceled deployment to"
msgstr "СкаÑовано Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð½Ð°"
msgid "Cancelled"
-msgstr ""
+msgstr "СкаÑовано"
msgid "Cancelling Preview"
msgstr "СкаÑÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð½ÑŒÐ¾Ð³Ð¾ переглÑду"
@@ -5825,6 +6033,9 @@ msgstr "Ðеможливо Ñтворити звіт про зловживанн
msgid "Cannot create the abuse report. This user has been blocked."
msgstr "Ðеможливо Ñтворити звіт про зловживаннÑ. КориÑтувача було заблоковано."
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5846,6 +6057,9 @@ msgstr ""
msgid "Cannot merge"
msgstr "Ðе може виконувати злиттÑ"
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr "Ðеможливо змінити керований клаÑтер Kubernetes"
@@ -5873,6 +6087,27 @@ msgstr "Ðеможливо пропуÑтити Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð²Ð¾Ñ
msgid "Capacity threshold"
msgstr "Поріг пропуÑкної здатноÑÑ‚Ñ–"
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -6026,15 +6261,9 @@ msgstr "Змінює заголовок на \"%{title_param}\"."
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr "Зміни не будуть заÑтоÑовані, поки Ñ–Ð½Ð´ÐµÐºÑ Ð½Ðµ буде %{link_start}перегенерований%{link_end}."
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr "Графіки не можуть відображатиÑÑ, оÑкільки вичерпано Ñ‡Ð°Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñƒ даних. %{documentationLink}"
@@ -6098,6 +6327,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "ПереглÑньте %{docs_link_start}документацію%{docs_link_end}."
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6287,6 +6519,9 @@ msgstr "Дочірній епік не Ñ–Ñнує."
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+msgstr ""
+
msgid "Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to see what's changed or to create a merge request."
msgstr "Виберіть гілку чи тег (напр. %{master}) або введіть коміт (напр. %{sha}) Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ³Ð»Ñду змін або Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñƒ на злиттÑ."
@@ -6563,6 +6798,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr "ÐатиÑніть, щоб розгорнути його."
@@ -6662,46 +6903,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr "Закриває %{quick_action_target}."
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Buy subscription"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
+msgstr ""
+
+msgid "CloudLicense|Subscription"
+msgstr ""
+
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
+msgstr ""
+
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|Users over subscription"
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|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 "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6747,7 +7015,7 @@ msgid "ClusterAgents|Date created"
msgstr ""
msgid "ClusterAgents|Description"
-msgstr ""
+msgstr "ОпиÑ"
msgid "ClusterAgents|Integrate Kubernetes with a GitLab Agent"
msgstr ""
@@ -6908,6 +7176,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr "ОÑновний домен"
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr "Режим блокуваннÑ"
@@ -7073,6 +7344,9 @@ msgstr "Стек Elastc"
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "Увімкніть або вимкніть Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ GitLab до клаÑтера Kubernetes."
@@ -7184,7 +7458,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -7211,6 +7485,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr "Електронна пошта емітента"
@@ -7838,6 +8121,9 @@ msgstr "Потрібне Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ð»Ð°Ñником коду"
msgid "Code owners"
msgstr "ВлаÑники коду"
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7895,6 +8181,9 @@ msgstr "Ім'Ñ Ñ…Ð¾Ñта колектора"
msgid "ComboSearch is not defined"
msgstr "ComboSearch не визначено"
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr "Розділений комами, напр. '1.1.1.1, 2.2.0/24'"
@@ -8046,6 +8335,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr "ПорівнÑти Git-редакції"
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr "ПорівнÑÐ½Ð½Ñ Ñ€ÐµÐ´Ð°ÐºÑ†Ñ–Ð¹"
@@ -8091,9 +8383,12 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
-msgid "CompareRevisions|Tags"
+msgid "CompareRevisions|Swap revisions"
msgstr ""
+msgid "CompareRevisions|Tags"
+msgstr "Теги"
+
msgid "CompareRevisions|There was an error while loading the branch/tag list. Please try again."
msgstr ""
@@ -8169,7 +8464,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -8229,6 +8524,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr "ВпевненіÑÑ‚ÑŒ"
@@ -8256,9 +8554,24 @@ msgstr "Ðалаштувати Let's Encrypt"
msgid "Configure Prometheus"
msgstr "Ðалаштувати Prometheus"
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð’Ñ–Ð´ÑтеженнÑ"
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8289,6 +8602,9 @@ msgstr "Ðалаштуйте шлÑхи Ð´Ð»Ñ Ð·Ð°Ñ…Ð¸Ñту від атак Ra
msgid "Configure repository mirroring."
msgstr "Ðалаштувати Ð²Ñ–Ð´Ð´Ð·ÐµÑ€ÐºÐ°Ð»ÐµÐ½Ð½Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ñ–Ñ—Ð²."
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÑˆÐ»Ñху Ñховища."
@@ -8304,29 +8620,47 @@ msgstr ""
msgid "Confirm"
msgstr "Підтвердити"
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr "ÐŸÑ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð½Ð°Ð´Ñ–Ñлано на %{email}"
msgid "Confirmation required"
msgstr "Ðеобхідне підтвердженнÑ"
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr "Confluence"
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
-msgstr "Ваш GitLab Wiki може бути доÑтупний тут: %{wiki_link}. Щоб повторно увімкнути ваші GitLab Wiki, вимкніть цю інтеграцію"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
+msgstr ""
msgid "Congratulations, your free trial is activated."
msgstr ""
@@ -8365,7 +8699,7 @@ msgid "Connection timed out"
msgstr "Минув Ñ‡Ð°Ñ Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ"
msgid "Connection timeout"
-msgstr ""
+msgstr "Ð§Ð°Ñ Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ"
msgid "Consistency guarantee method"
msgstr ""
@@ -8433,7 +8767,7 @@ msgid "ContainerRegistry|Build an image"
msgstr "Створити образ"
msgid "ContainerRegistry|CLI Commands"
-msgstr ""
+msgstr "Команди CLI"
msgid "ContainerRegistry|Cleanup disabled"
msgstr ""
@@ -8489,7 +8823,7 @@ msgstr "Скопіювати команду відправленнÑ"
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8599,7 +8933,7 @@ msgid "ContainerRegistry|Root image"
msgstr ""
msgid "ContainerRegistry|Run cleanup:"
-msgstr ""
+msgstr "Виконати очищеннÑ:"
msgid "ContainerRegistry|Some tags were not deleted"
msgstr ""
@@ -8721,6 +9055,12 @@ msgstr "Ви можете додати образ до цього реєÑтру
msgid "Contains %{count} blobs of images (%{size})"
msgstr "МіÑтить %{count} бінарних даних зображень (%{size})"
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr "ВміÑÑ‚ .gitlab-ci.yml"
@@ -8775,8 +9115,8 @@ msgstr "ОÑтанній міÑÑць"
msgid "ContributionAnalytics|Last week"
msgstr "ОÑтанній тиждень"
-msgid "ContributionAnalytics|Merge Requests"
-msgstr "Запити на злиттÑ"
+msgid "ContributionAnalytics|Merge requests"
+msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
msgstr "Ðемає задач за обраний період."
@@ -8821,7 +9161,7 @@ msgid "Copy %{http_label} clone URL"
msgstr "Скопіювати URL Ð´Ð»Ñ ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‡ÐµÑ€ÐµÐ· %{http_label}"
msgid "Copy %{name}"
-msgstr ""
+msgstr "Скопіювати %{name}"
msgid "Copy %{protocol} clone URL"
msgstr "Скопіювати URL Ð´Ð»Ñ ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‡ÐµÑ€ÐµÐ· %{protocol}"
@@ -8922,15 +9262,48 @@ msgstr "Скопіювати токен тригера"
msgid "Copy value"
msgstr "Копіювати значеннÑ"
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ адмініÑтраторів Ñк учаÑників"
@@ -9118,6 +9491,9 @@ msgid "Create and provide your GitHub %{link_start}Personal Access Token%{link_e
msgstr ""
msgid "Create blank project"
+msgstr "Створити пуÑтий проєкт"
+
+msgid "Create blank project/repository"
msgstr ""
msgid "Create branch"
@@ -9148,7 +9524,7 @@ msgid "Create from"
msgstr ""
msgid "Create from template"
-msgstr ""
+msgstr "Створити із шаблону"
msgid "Create group"
msgstr "Створити групу"
@@ -9163,7 +9539,7 @@ msgid "Create iteration"
msgstr "Створити ітерацію"
msgid "Create list"
-msgstr ""
+msgstr "Створити ÑпиÑок"
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr "Створити ÑпиÑок на оÑнові міток. Ð’ ньому будуть задачі з такими мітками."
@@ -9226,6 +9602,9 @@ msgid "Create snippet"
msgstr "Створити Ñніпет"
msgid "Create tag %{tagName}"
+msgstr "Створити тег %{tagName}"
+
+msgid "Create user"
msgstr ""
msgid "Create wildcard: %{searchTerm}"
@@ -9480,6 +9859,9 @@ msgstr "ЧаÑовий поÑÑ Cron"
msgid "Crossplane"
msgstr "Crossplane"
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9501,6 +9883,12 @@ msgstr "Поточний вузол повинен бути оÑновним, Ñ–
msgid "Current password"
msgstr "Поточний пароль"
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr "Поточна кількіÑÑ‚ÑŒ вразливоÑтей"
@@ -9508,13 +9896,13 @@ msgid "CurrentUser|Buy Pipeline minutes"
msgstr ""
msgid "CurrentUser|Edit profile"
-msgstr ""
+msgstr "Редагувати профіль"
msgid "CurrentUser|One of your groups is running out"
msgstr ""
msgid "CurrentUser|Preferences"
-msgstr ""
+msgstr "ÐалаштуваннÑ"
msgid "CurrentUser|Start an Ultimate trial"
msgstr ""
@@ -9601,7 +9989,7 @@ msgid "Customize name"
msgstr "Ðалаштувати ім'Ñ"
msgid "Customize your pipeline configuration and coverage report."
-msgstr ""
+msgstr "Ðалаштуйте конфігурацію конвеєра Ñ– звіт про покриттÑ."
msgid "Customize your pipeline configuration."
msgstr "Ðалаштувати конфігурацію конвеєра."
@@ -9723,6 +10111,9 @@ msgstr "Вибрано %{stageCount} Ñтадій"
msgid "CycleAnalytics|All stages"
msgstr "Ð’ÑÑ– Ñтадії"
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr "Дата"
@@ -9773,14 +10164,11 @@ msgstr "Стадії"
msgid "CycleAnalytics|Tasks by type"
msgstr "Ð—Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð·Ð° типом"
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr "Даний діапазон чаÑу перевищує 180 днів"
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
-msgstr "Загальна кількіÑÑ‚ÑŒ днів до завершеннÑ"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgstr "Даний діапазон чаÑу перевищує 180 днів"
msgid "CycleAnalytics|Type of work"
msgstr "Тип роботи"
@@ -9806,6 +10194,42 @@ msgstr ""
msgid "DNS"
msgstr "DNS"
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr "Панель керуваннÑ"
@@ -9903,7 +10327,7 @@ msgid "DastProfiles|Debug messages"
msgstr ""
msgid "DastProfiles|Delete profile"
-msgstr ""
+msgstr "Видалити профіль"
msgid "DastProfiles|Do you want to discard this scanner profile?"
msgstr ""
@@ -9981,7 +10405,7 @@ msgid "DastProfiles|Passive"
msgstr "ПаÑивний"
msgid "DastProfiles|Password"
-msgstr ""
+msgstr "Пароль"
msgid "DastProfiles|Password form field"
msgstr ""
@@ -9990,7 +10414,7 @@ msgid "DastProfiles|Please enter a valid timeout value"
msgstr ""
msgid "DastProfiles|Profile name"
-msgstr ""
+msgstr "Ім'Ñ Ð¿Ñ€Ð¾Ñ„Ñ–Ð»ÑŽ"
msgid "DastProfiles|Request header names and values. Headers are added to every request made by DAST."
msgstr ""
@@ -9998,9 +10422,12 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
-msgid "DastProfiles|Run scan"
+msgid "DastProfiles|Rest API"
msgstr ""
+msgid "DastProfiles|Run scan"
+msgstr "ЗапуÑтити ÑкануваннÑ"
+
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -10026,7 +10453,7 @@ msgid "DastProfiles|Scanner Profiles"
msgstr ""
msgid "DastProfiles|Scanner name"
-msgstr ""
+msgstr "Ім'Ñ Ñканера"
msgid "DastProfiles|Select branch"
msgstr ""
@@ -10041,6 +10468,9 @@ msgid "DastProfiles|Site Profiles"
msgstr ""
msgid "DastProfiles|Site name"
+msgstr "Ім'Ñ Ñайту"
+
+msgid "DastProfiles|Site type"
msgstr ""
msgid "DastProfiles|Spider timeout"
@@ -10076,7 +10506,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -10091,6 +10521,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -10170,6 +10603,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr "Дані вÑе ще обчиÑлюютьÑÑ..."
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -10188,9 +10624,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr "Діапазон дат не може перевищувати %{maxDateRange} днів."
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -10215,6 +10648,9 @@ msgstr "Днів"
msgid "Days to merge"
msgstr "Днів до злиттÑ"
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr "Шановний ÐдмініÑтратор,"
@@ -10239,9 +10675,18 @@ msgstr "Відхити та вийти"
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr "ШлÑÑ… до конфігурації CI за замовчуваннÑм"
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr "Термін дії артефактів за замовчуваннÑм"
@@ -10327,10 +10772,10 @@ msgid "Delete"
msgstr "Видалити"
msgid "Delete %{issuableType}"
-msgstr ""
+msgstr "Видалити %{issuableType}"
msgid "Delete %{name}"
-msgstr ""
+msgstr "Видалити %{name}"
msgid "Delete Comment"
msgstr "Видалити коментар"
@@ -10345,7 +10790,7 @@ msgid "Delete artifacts"
msgstr "Видалити артефакти"
msgid "Delete badge"
-msgstr ""
+msgstr "Видалити значок"
msgid "Delete comment"
msgstr "Видалити коментар"
@@ -10353,11 +10798,14 @@ msgstr "Видалити коментар"
msgid "Delete domain"
msgstr "Видалити домен"
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr "Видалити мітку"
-msgid "Delete label: %{label_name} ?"
-msgstr "Видалити мітку: %{label_name}?"
+msgid "Delete label: %{labelName}"
+msgstr ""
msgid "Delete pipeline"
msgstr "Видалити конвеєр"
@@ -10404,6 +10852,9 @@ msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ Ñніпети проєкту. Бу
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr "Помилка при видаленні деÑких тегів в реєÑтрі контейнерів проєкту. Будь лаÑка, Ñпробуйте знову, або зв'ÑжітьÑÑ Ñ–Ð· адмініÑтратором."
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr "Помилка при видаленні вікі проєкту. Будь лаÑка, Ñпробуйте знову, або зв'ÑжітьÑÑ Ñ–Ð· адмініÑтратором."
@@ -10420,7 +10871,7 @@ msgid "DeleteValueStream|Are you sure you want to delete the \"%{name}\" Value S
msgstr ""
msgid "DeleteValueStream|Delete %{name}"
-msgstr ""
+msgstr "Видалити %{name}"
msgid "Deleted"
msgstr "Видалено"
@@ -10443,6 +10894,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10455,18 +10909,12 @@ msgstr "Відмовлено"
msgid "Denied authorization of chat nickname %{user_name}."
msgstr "Відмовлено в авторизації пÑевдоніму Ð´Ð»Ñ Ñ‡Ð°Ñ‚Ñƒ %{user_name}."
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr "Заборонити"
msgid "Deny access request"
msgstr "Відхилити запит доÑтупу"
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr "ЗалежноÑÑ‚Ñ–"
@@ -10609,7 +11057,7 @@ msgid "Deploy key was successfully updated."
msgstr "Ключ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ ÑƒÑпішно оновлено."
msgid "Deploy keys"
-msgstr ""
+msgstr "Ключі Ð´Ð»Ñ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ"
msgid "Deploy keys grant read/write access to all repositories in your instance"
msgstr ""
@@ -10627,7 +11075,7 @@ msgid "DeployFreeze|Add deploy freeze"
msgstr ""
msgid "DeployFreeze|Edit"
-msgstr ""
+msgstr "Редагувати"
msgid "DeployFreeze|Freeze end"
msgstr ""
@@ -10642,7 +11090,7 @@ msgid "DeployFreeze|Specify deploy freezes using %{cron_syntax_link_start}cron s
msgstr ""
msgid "DeployFreeze|Time zone"
-msgstr ""
+msgstr "ЧаÑовий поÑÑ"
msgid "DeployKeys|+%{count} others"
msgstr "+%{count} інших"
@@ -10689,9 +11137,6 @@ msgstr "Публічні ключі розгортаннÑ"
msgid "DeployKeys|Read access only"
msgstr "ДоÑтуп тільки Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ"
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr "Ви видалÑєте ключ розгортаннÑ. Ви впевнені?"
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr "Ðктивні токени Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ (%{active_tokens})"
@@ -10803,22 +11248,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr "ЧаÑтота РозгортаннÑ"
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10868,7 +11298,7 @@ msgid "Description"
msgstr "ОпиÑ"
msgid "Description (optional)"
-msgstr ""
+msgstr "ÐžÐ¿Ð¸Ñ (необов'Ñзково)"
msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}"
msgstr "ÐžÐ¿Ð¸Ñ Ð¾Ð±Ñ€Ð¾Ð±Ð»ÐµÐ½Ð¾ за допомогою %{link_start}GitLab Flavored Markdown%{link_end}"
@@ -11053,13 +11483,16 @@ msgstr ""
msgid "DevOps Report"
msgstr "Звіт DevOps"
-msgid "DevopsAdoption|Add / remove groups"
+msgid "DevopsAdoption|Add Group"
+msgstr "Додати групу"
+
+msgid "DevopsAdoption|Add a group to get started"
msgstr ""
-msgid "DevopsAdoption|Add Group"
+msgid "DevopsAdoption|Add/remove groups"
msgstr ""
-msgid "DevopsAdoption|Add a group to get started"
+msgid "DevopsAdoption|Add/remove sub-groups"
msgstr ""
msgid "DevopsAdoption|Adopted"
@@ -11104,7 +11537,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -11120,7 +11553,7 @@ msgid "DevopsAdoption|Maximum %{maxSegments} groups allowed"
msgstr ""
msgid "DevopsAdoption|My group"
-msgstr ""
+msgstr "ÐœÐ¾Ñ Ð³Ñ€ÑƒÐ¿Ð°"
msgid "DevopsAdoption|No filter results."
msgstr ""
@@ -11129,30 +11562,36 @@ msgid "DevopsAdoption|Not adopted"
msgstr ""
msgid "DevopsAdoption|Pipelines"
-msgstr ""
+msgstr "Конвеєри"
msgid "DevopsAdoption|Remove Group"
-msgstr ""
+msgstr "Видалити групу"
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
msgstr ""
msgid "DevopsAdoption|Runners"
-msgstr ""
+msgstr "Runner'и"
msgid "DevopsAdoption|Save changes"
msgstr ""
msgid "DevopsAdoption|Scanning"
+msgstr "СкануваннÑ"
+
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -11170,6 +11609,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr "ÐžÐ±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð¿Ð¾Ñ€Ñ–Ð²Ð½ÑÐ½Ð½Ñ Ð·Ð¼Ñ–Ñту"
@@ -11212,11 +11660,17 @@ msgstr "Ім'Ñ ÐºÐ°Ñ‚Ð°Ð»Ð¾Ð³Ñƒ"
msgid "Disable"
msgstr "Вимкнути"
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr "Вимкнути Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проєкту"
msgid "Disable group runners"
-msgstr ""
+msgstr "Вимкнути групові runner'и"
msgid "Disable public access to Pages sites"
msgstr ""
@@ -11254,8 +11708,8 @@ msgstr "Видалити чернетку"
msgid "DiscordService|Discord Notifications"
msgstr "Discord СповіщеннÑ"
-msgid "DiscordService|Receive event notifications in Discord"
-msgstr "Отримувати ÑÐ¿Ð¾Ð²Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ події в Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
+msgstr ""
msgid "Discover GitLab Geo"
msgstr "Відкрийте GitLab Geo"
@@ -11318,9 +11772,6 @@ msgstr[3] "Відхилити %d виділених вразливоÑтей ÑÐ
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr "Видалити Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ запит на злиттÑ"
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11348,7 +11799,7 @@ msgstr "Відхилено в конвеєрі %{pipelineLink}"
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr "Відхилено в конвеєрі %{pipelineLink} в %{projectLink}"
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11363,6 +11814,9 @@ msgstr "Показати джерело"
msgid "Do not display offers from third parties within GitLab"
msgstr "Ðе відображати пропозиції від третіх Ñторін у GitLab"
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr "Dockerfile"
@@ -11381,10 +11835,10 @@ msgstr ""
msgid "Domain"
msgstr "Домен"
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11429,6 +11883,9 @@ msgstr "Завантажити %{format}:"
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr "Завантажити CSV"
@@ -11516,6 +11973,12 @@ msgstr "Під Ñ‡Ð°Ñ Ñ†ÑŒÐ¾Ð³Ð¾ процеÑу вам буде запропон
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "Редагувати"
@@ -11609,6 +12072,9 @@ msgstr "Редагувати задачі"
msgid "Edit iteration"
msgstr "Редагувати ітерацію"
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr "Редагувати публічний ключ Ð´Ð»Ñ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ"
@@ -11627,6 +12093,9 @@ msgstr "Редагувати цей реліз"
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr "Редагувати wiki-Ñторінку"
@@ -11645,6 +12114,9 @@ msgstr "РедагуваннÑ"
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr "Параметри доÑтупу IAM Ð´Ð»Ñ Elasticsearch AWS"
@@ -11708,21 +12180,18 @@ msgstr ""
msgid "Email patch"
msgstr "Email-патч"
-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 "Email the pipeline status to a list of recipients."
+msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11768,9 +12237,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr "ÐдреÑи електронної пошти, розділені комами"
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr "Вимкнути різницю коду (diff)"
@@ -11783,14 +12249,20 @@ msgstr "ВідправлÑти по електронній пошті на ÑпÐ
msgid "EmailsOnPushService|Emails on push"
msgstr "Електронні лиÑти Ð´Ð»Ñ Ð²Ñ–Ð´Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð½Ñ"
-msgid "EmailsOnPushService|Emails separated by whitespace"
-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 "ÐадÑилати ÑÐ¿Ð¾Ð²Ñ–Ñ‰ÐµÐ½Ð½Ñ Ñ–Ð· електронної адреÑи комітера Ñкщо Ñ—Ñ— домен Ñ” чаÑтиною домену на Ñкому працює GitLab (напр. %{domains})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
+msgstr ""
msgid "Embed"
msgstr "Вбудувати"
@@ -11811,10 +12283,10 @@ msgid "Enable Git pack file bitmap creation"
msgstr ""
msgid "Enable Gitpod"
-msgstr ""
+msgstr "Увімкнути Gitpod"
msgid "Enable Gitpod?"
-msgstr ""
+msgstr "Увімкнути Gitpo?"
msgid "Enable HTML emails"
msgstr "Увімкнути HTML лиÑти"
@@ -11826,16 +12298,19 @@ msgid "Enable Invisible Captcha during sign up"
msgstr ""
msgid "Enable Kroki"
-msgstr ""
+msgstr "Увімкнути Kroki"
msgid "Enable PlantUML"
msgstr "Увімкнути PlantUML"
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr "Увімкнути збір даних Ð´Ð»Ñ Pseudonymizer"
msgid "Enable Repository Checks"
-msgstr ""
+msgstr "Увімкнути перевірку репозиторію"
msgid "Enable SSL verification"
msgstr ""
@@ -11846,6 +12321,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr "Увімкнути доÑтуп до Grafana"
@@ -11864,6 +12348,9 @@ msgstr "Включити і налаштувати метрики Prometheus."
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11873,9 +12360,6 @@ 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 "Увімкнути відÑÑ‚ÐµÐ¶ÐµÐ½Ð½Ñ Ð¿Ð¾Ð¼Ð¸Ð»Ð¾Ðº"
@@ -11927,11 +12411,17 @@ msgstr "Увімкнути Ð¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ñ‡Ð°Ñтоти Ð´Ð»Ñ Ð·Ð°Ñ…Ð¸Ñ‰Ðµ
msgid "Enable proxy"
msgstr "ЗадіÑти прокÑÑ–-Ñервер"
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, 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 ""
+msgstr "Увімкнути загальні Runner'и"
msgid "Enable shared runners for all projects and subgroups in this group."
msgstr ""
@@ -11954,9 +12444,18 @@ msgstr "Увімкнути відÑÑ‚ÐµÐ¶ÐµÐ½Ð½Ñ Ñ‡ÐµÑ€ÐµÐ· snowplow"
msgid "Enable two-factor authentication"
msgstr "Увімкнути двофакторну автентифікацію"
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr "Увімкнути збір даних про викориÑтаннÑ"
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11993,6 +12492,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr "ЗавершуєтьÑÑ Ð¾ (за Грінвічем)"
@@ -12095,6 +12597,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12356,6 +12861,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr "Ðе вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ епік."
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr "Події епіків"
@@ -12374,8 +12882,8 @@ 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, issues, and merge requests"
+msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
msgstr ""
@@ -12689,6 +13197,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12711,7 +13222,7 @@ msgid "Errors:"
msgstr "Помилки:"
msgid "Estimate"
-msgstr ""
+msgstr "Оцінити"
msgid "Estimated"
msgstr "За оцінками"
@@ -12756,7 +13267,7 @@ msgid "Every day"
msgstr "ЩоднÑ"
msgid "Every day (at %{time})"
-msgstr ""
+msgstr "Кожен день (в %{time})"
msgid "Every month"
msgstr "ЩоміÑÑцÑ"
@@ -12837,7 +13348,7 @@ msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr "Без комітів злиттÑ. Обмежено 6000 комітів."
msgid "Execution time"
-msgstr ""
+msgstr "Ð§Ð°Ñ Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ"
msgid "Existing branch name, tag, or commit SHA"
msgstr ""
@@ -12858,16 +13369,16 @@ msgid "Expand all"
msgstr "Розгорнути вÑе"
msgid "Expand all files"
-msgstr ""
+msgstr "Розгорнути вÑÑ– файли"
msgid "Expand all threads"
-msgstr ""
+msgstr "Розгорнути вÑÑ– теми"
msgid "Expand approvers"
msgstr "Розгорнути ÑпиÑок затверджуючих оÑіб"
msgid "Expand file"
-msgstr ""
+msgstr "Розгорнути файл"
msgid "Expand issues"
msgstr ""
@@ -12878,6 +13389,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr "Розгорніть бічну панель"
@@ -12989,6 +13503,9 @@ msgstr "External ID"
msgid "External URL"
msgstr "Зовнішній URL"
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr "Ð—Ð¾Ð²Ð½Ñ–ÑˆÐ½Ñ Ð°Ð²Ñ‚ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ†Ñ–Ñ"
@@ -13004,6 +13521,9 @@ msgstr "URL-адреÑа зовнішнього Ñховища"
msgid "External storage authentication token"
msgstr "Токен автентифікації зовнішнього Ñховища"
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr "Мітка клаÑифікації"
@@ -13016,10 +13536,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
-msgstr "Замінює поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° внутрішню вікі поÑиланнÑм на зовнішню вікі."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
+msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -13032,7 +13555,7 @@ msgid "Failed Jobs"
msgstr "Провалені завданнÑ"
msgid "Failed on"
-msgstr ""
+msgstr "Помилка на"
msgid "Failed to add a Zoom meeting"
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ Zoom-зуÑтріч"
@@ -13067,9 +13590,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr "Ðе вдалоÑÑ Ñтворити запит на злиттÑ. Будь лаÑка, Ñпробуйте знову."
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr "Ðе вдалоÑÑ Ñтворити гілку Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— задачі. Будь лаÑка, Ñпробуйте знову."
@@ -13082,6 +13602,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13280,6 +13803,9 @@ msgstr "Помилка"
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13292,9 +13818,15 @@ msgstr "Fast-forward Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð±ÐµÐ· окремого коміту злитÑ
msgid "Faster releases. Better code. Less pain."
msgstr "Швидші релізи. Кращий код. Менше болю."
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr "Фавікон був уÑпішно видалений."
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr "Перемикачі функцій"
@@ -13342,13 +13874,13 @@ msgid "FeatureFlags|Active"
msgstr "Ðктивний"
msgid "FeatureFlags|Add strategy"
-msgstr ""
+msgstr "Додати Ñтратегію"
msgid "FeatureFlags|All Environments"
-msgstr ""
+msgstr "Ð’ÑÑ– Ñередовища"
msgid "FeatureFlags|All Users"
-msgstr ""
+msgstr "Ð’ÑÑ– кориÑтувачі"
msgid "FeatureFlags|All users"
msgstr "Ð’ÑÑ– кориÑтувачі"
@@ -13378,7 +13910,7 @@ msgid "FeatureFlags|Edit Feature Flag"
msgstr "Редагувати перемикач функції"
msgid "FeatureFlags|Edit User List"
-msgstr ""
+msgstr "Редагувати ÑпиÑок кориÑтувачів"
msgid "FeatureFlags|Enable features for specific users and environments by configuring feature flag strategies."
msgstr ""
@@ -13444,7 +13976,7 @@ msgid "FeatureFlags|Instance ID"
msgstr "Ідентифікатор ІнÑтанÑу"
msgid "FeatureFlags|List details"
-msgstr ""
+msgstr "СпиÑок деталей"
msgid "FeatureFlags|Loading feature flags"
msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð¿ÐµÑ€ÐµÐ¼Ð¸ÐºÐ°Ñ‡Ñ–Ð² функцій"
@@ -13465,13 +13997,13 @@ msgid "FeatureFlags|New Feature Flag"
msgstr "Ðовий перемикач функції"
msgid "FeatureFlags|New User List"
-msgstr ""
+msgstr "Ðовий ÑпиÑок кориÑтувачів"
msgid "FeatureFlags|New feature flag"
msgstr "Ðовий перемикач функції"
msgid "FeatureFlags|New user list"
-msgstr ""
+msgstr "Ðовий ÑпиÑок кориÑтувачів"
msgid "FeatureFlags|No user list selected"
msgstr ""
@@ -13528,7 +14060,7 @@ msgid "FeatureFlags|User IDs"
msgstr "Ідентифікатори кориÑтувачів"
msgid "FeatureFlags|User List"
-msgstr ""
+msgstr "СпиÑок кориÑтувачів"
msgid "FeatureFlags|User Lists"
msgstr "СпиÑки кориÑтувачів"
@@ -13555,6 +14087,16 @@ msgid "FeatureFlag|User IDs"
msgstr ""
msgid "FeatureFlag|User List"
+msgstr "СпиÑок кориÑтувачів"
+
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
msgstr ""
msgid "Feb"
@@ -13618,7 +14160,7 @@ msgid "File upload error."
msgstr "Помилка Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ."
msgid "Filename"
-msgstr ""
+msgstr "Ім'Ñ Ñ„Ð°Ð¹Ð»Ñƒ"
msgid "Files"
msgstr "Файли"
@@ -13776,11 +14318,14 @@ msgstr "Виправлено:"
msgid "Flags"
msgstr "Прапори"
-msgid "FlowdockService|Flowdock Git source token"
-msgstr "Токен джерела Git Ð´Ð»Ñ Flowdock"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
-msgstr "Flowdock — це веб заÑтоÑунок Ð´Ð»Ñ Ð²Ð·Ð°Ñ”Ð¼Ð¾Ð´Ñ–Ñ— технічних команд."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
+msgstr ""
msgid "Focus filter bar"
msgstr ""
@@ -13807,7 +14352,7 @@ msgid "Follow"
msgstr ""
msgid "Followed Users' Activity"
-msgstr ""
+msgstr "ÐктивніÑÑ‚ÑŒ підпиÑаних кориÑтувачів"
msgid "Followed users"
msgstr ""
@@ -13879,10 +14424,10 @@ msgid "ForkProject|A fork is a copy of a project."
msgstr ""
msgid "ForkProject|Cancel"
-msgstr ""
+msgstr "СкаÑувати"
msgid "ForkProject|Create a group"
-msgstr ""
+msgstr "Створити групу"
msgid "ForkProject|Fork project"
msgstr ""
@@ -13891,6 +14436,9 @@ msgid "ForkProject|Forking a repository allows you to make changes without affec
msgstr ""
msgid "ForkProject|Internal"
+msgstr "Внутрішній"
+
+msgid "ForkProject|Please select a namespace"
msgstr ""
msgid "ForkProject|Private"
@@ -13903,7 +14451,7 @@ msgid "ForkProject|Public"
msgstr ""
msgid "ForkProject|Select a namespace"
-msgstr ""
+msgstr "Виберіть проÑÑ‚Ñ–Ñ€ імен"
msgid "ForkProject|Select a namespace to fork the project"
msgstr ""
@@ -13980,6 +14528,9 @@ msgstr "Від Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñƒ на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð´Ð¾ розго
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr "Повне ім'Ñ"
@@ -14016,9 +14567,24 @@ msgstr "Створити новий екÑпорт"
msgid "Generate new token"
msgstr "Згенерувати новий токен"
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr "Geo"
@@ -14166,6 +14732,9 @@ msgstr "оÑновний вузол"
msgid "GeoNodes|secondary nodes"
msgstr "вторинні вузли"
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -14187,11 +14756,14 @@ msgstr "%{name} заплановано Ð´Ð»Ñ Ð¿Ð¾Ð²Ñ‚Ð¾Ñ€Ð½Ð¾Ñ— ÑинхронÑ
msgid "Geo|%{name} is scheduled for re-verify"
msgstr "%{name} заплановано Ð´Ð»Ñ Ð¿Ð¾Ð²Ñ‚Ð¾Ñ€Ð½Ð¾Ñ— перевірки"
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
msgid "Geo|Add site"
-msgstr ""
+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 ""
@@ -14226,6 +14798,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ Ð·Ð°Ð¿Ð¸Ñ Ð²Ñ–Ð´ÑÑ‚ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ñ–Ñнуючого проєкту."
@@ -14235,6 +14810,9 @@ msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ Ð·Ð°Ð¿Ð¸Ñ Ð²Ñ–Ð´ÑÑ‚ÐµÐ¶ÐµÐ½Ð½Ñ Ð
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -14250,9 +14828,15 @@ msgstr "Фільтр за ÑтатуÑом"
msgid "Geo|Geo Status"
msgstr "Geo ÑтатуÑ"
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14289,6 +14873,9 @@ msgstr "ОÑтанній Ñ‡Ð°Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ¸"
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14304,6 +14891,9 @@ msgstr "Ім'Ñ Ð²ÑƒÐ·Ð»Ð° не може бути пуÑтим"
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr "Ðе Ñинхронізовано"
@@ -14329,7 +14919,7 @@ msgid "Geo|Primary site"
msgstr ""
msgid "Geo|Project"
-msgstr "Проект"
+msgstr "Проєкт"
msgid "Geo|Project (ID: %{project_id}) no longer exists on the primary. It is safe to remove this entry, as this will not remove any data on disk."
msgstr "Проект (ID: %{project_id}) більше не Ñ–Ñнує на оÑновному вузлі. Поточний Ð·Ð°Ð¿Ð¸Ñ Ð¼Ð¾Ð¶Ð½Ð° безпечно видалити, оÑкільки це не видалÑÑ” жодних даних на диÑку."
@@ -14352,16 +14942,25 @@ msgstr "Видалити"
msgid "Geo|Remove entry"
msgstr "Видалити запиÑ"
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14403,6 +15002,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr "СтатуÑ"
@@ -14415,6 +15017,9 @@ msgstr "Синхронізовано"
msgid "Geo|Synced at"
msgstr "Синхронізовано"
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr "Ð¡Ð¸Ð½Ñ…Ñ€Ð¾Ð½Ñ–Ð·Ð°Ñ†Ñ–Ñ Ð½ÐµÐ²Ð´Ð°Ð»Ð°: %{error}"
@@ -14424,6 +15029,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr "База даних зараз %{db_lag} позаду оÑновного вузла."
@@ -14433,6 +15041,12 @@ msgstr "Вузол зараз %{minutes_behind} позаду оÑновного
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14454,16 +15068,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr "Ðевідомий Ñтан"
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr "Перевірка невдала: %{error}"
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr "ÐžÑ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð»Ð°Ð½ÑƒÐ²Ð°Ð»ÑŒÐ½Ð¸ÐºÐ°"
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14484,6 +15107,9 @@ msgstr "вторинний"
msgid "Get a free instance review"
msgstr "Отримайте безкоштовну оцінку інÑтанÑа"
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14503,7 +15129,7 @@ msgid "Getting started with releases"
msgstr "Розпочати роботу з релізами"
msgid "Git"
-msgstr ""
+msgstr "Git"
msgid "Git GC period"
msgstr ""
@@ -14562,6 +15188,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr "Імпорт з GitLab"
@@ -14613,6 +15242,9 @@ 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 "GitLab отримує SSL-Ñертифікат Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ домену від Let's Encrypt. Це може зайнÑти деÑкий чаÑ. Будь лаÑка, Ñпробуйте знову пізніше."
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr "GitLab проходить технічне обÑÐ»ÑƒÐ³Ð¾Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ñ– працює лише в режимі читаннÑ."
@@ -14637,7 +15269,13 @@ msgstr "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача GitLab"
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr "GitLab викориÑтовує %{jaeger_link} Ð´Ð»Ñ Ð¼Ð¾Ð½Ñ–Ñ‚Ð¾Ñ€Ð¸Ð½Ð³Ñƒ розподілених ÑиÑтем."
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
+msgstr "ВерÑÑ–Ñ GitLab"
+
+msgid "GitLab will inform you if a new version is available."
msgstr ""
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
@@ -14691,9 +15329,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr "ПіÑÐ»Ñ Ð¿ÐµÑ€ÑˆÐ¾Ð³Ð¾ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ñайт може бути недоÑтупним до 30 хвилин."
-msgid "GitLabPages|Learn more."
-msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ."
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr "МакÑимальний розмір Ñторінок (МБ)"
@@ -14718,9 +15353,6 @@ msgstr "Ð’Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ñторінок зробить Ñ—Ñ… недоÑтуп
msgid "GitLabPages|Save"
msgstr "Зберегти"
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 "ЩоÑÑŒ пішло не так при отриманні Ñертифікату Let's Encrypt Ð´Ð»Ñ %{domain}. Перевірте %{link_start}деталі домену%{link_end}, щоб повторити Ñпробу."
@@ -14736,11 +15368,17 @@ 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 "ВикориÑтовуючи Pages під загальним доменом інÑтанÑу GitLab (%{pages_host}), ви не можете викориÑтовувати HTTPS через піддомени. Це означає, що Ñкщо ваше ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача/групи міÑтить крапку, воно не Ñпрацює. Це Ð¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾Ñ‚Ð¾ÐºÐ¾Ð»Ñƒ HTTP Over TLS. HTTP-Ñторінки продовжать працювати, Ñкщо ви не перенаправлÑєте HTTP на HTTPS."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
-msgstr "За допомогою GitLab Pages ви можете розміщувати Ñвої Ñтатичні Ñайти на GitLab. Разом із можливоÑÑ‚Ñми GitLab CI та за допомогою Gitlab Runner'ів ми можете розгортати Ñтатичні Ñторінки Ð´Ð»Ñ Ð²Ð°ÑˆÐ¸Ñ… окремих проєктів, кориÑтувача чи групи."
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
+msgstr ""
msgid "GitLabPages|Your pages are served under:"
msgstr "Ваші Ñторінки показуютьÑÑ Ð½Ð°:"
@@ -14784,9 +15422,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr "Gitlab Pages"
-
msgid "Gitpod"
msgstr ""
@@ -14826,12 +15461,12 @@ msgstr "ПовернутиÑÑ"
msgid "Go back (while searching for files)"
msgstr "Перейти назад (продовжуючи пошук файлів)"
+msgid "Go back to configuration"
+msgstr ""
+
msgid "Go full screen"
msgstr "Ðа повний екран"
-msgid "Go to Integrations"
-msgstr ""
-
msgid "Go to Webhooks"
msgstr "Перейти до Веб-хуків"
@@ -14880,9 +15515,15 @@ msgstr "Перейти до запитів на злиттÑ"
msgid "Go to metrics"
msgstr "Перейти до метрик"
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr "Перейти на рівень вище"
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr "Перейти до проєкту"
@@ -15078,6 +15719,9 @@ msgstr "Ð†Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¾ групу:"
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr "Керівники групи можуть зареєÑтрувати групові runner'и через %{link}"
@@ -15120,11 +15764,14 @@ msgstr "Групові хвилини Ð´Ð»Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ñ–Ð² уÑпішно Ð
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr "Група вимагає окремий обліковий запиÑ"
msgid "Group runners"
-msgstr ""
+msgstr "Групові runner'и"
msgid "Group runners can be managed with the %{link}."
msgstr ""
@@ -15207,6 +15854,9 @@ msgstr "Вибачте, жоден епік не задовольнÑÑ” крит
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr "План-графік епіків відображає Ñтан ваших епіків у чаÑÑ–"
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr "Ð”Ð»Ñ Ð¿ÐµÑ€ÐµÐ³Ð»Ñду плану-графіку додайте дату початку або Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ Ð´Ð¾ одного із %{linkStart}епіків-дітей%{linkEnd}."
@@ -15225,12 +15875,12 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
+msgstr ""
+
msgid "GroupSAML|Certificate fingerprint"
msgstr "Відбиток Ñертифікату"
-msgid "GroupSAML|Check SSO on git activity"
-msgstr ""
-
msgid "GroupSAML|Configuration"
msgstr "ÐалаштуваннÑ"
@@ -15243,20 +15893,17 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr "Увімкнути автентифікацію через SAML Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— групи."
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr "Зобов'Ñзати кориÑтувачів Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— групи мати окремі облікові запиÑи керовані нею."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
+msgstr ""
-msgid "GroupSAML|Enforced SSO"
-msgstr "Обов'Ñзкове SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
+msgstr ""
msgid "GroupSAML|Generate a SCIM token"
msgstr "Створити токен SCIM"
@@ -15294,10 +15941,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15345,15 +15989,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
-msgstr "Ð”Ð»Ñ ÑƒÐ²Ñ–Ð¼ÐºÐ½ÐµÐ½Ð½Ñ Ð¾Ð±Ð»Ñ–ÐºÐ¾Ð²Ð¸Ñ… запиÑів керованих групою, Ñпочатку необхідно увімкнути обов'Ñзкове SSO."
+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 "Увімкнути/вимкнути автентифікацію SAML"
-
msgid "GroupSAML|Valid SAML Response"
msgstr ""
@@ -15384,7 +16025,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15435,9 +16076,6 @@ 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 group-level project templates."
msgstr "Докладніше про шаблони проєктів на рівні групи."
@@ -15459,7 +16097,16 @@ 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 delay. This delay can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15498,6 +16145,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr "ПеренеÑти групу"
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15675,9 +16325,15 @@ msgstr "Хешовані шлÑхи Ð´Ð»Ñ Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr "Логотип в заголовку уÑпішно видалено."
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr "ÐŸÐ¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ°"
@@ -15717,6 +16373,9 @@ msgstr ""
msgid "Hello there"
msgstr "Привіт"
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr "Привіт, %{username}!"
@@ -15735,9 +16394,18 @@ msgstr "Допомагає запобігти брутфорÑ-атакам ві
msgid "Helps prevent bots from creating accounts."
msgstr "Допомагає запобігти Ñтворенню облікових запиÑів ботами."
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr "Допомагає зменшити об’єм попереджень (напр. при великій кількоÑÑ‚Ñ– проблем)"
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr "Допомагає зменшити об’єм запитів Ð´Ð»Ñ Ð·Ð°Ñ…Ð¸Ñ‰ÐµÐ½Ð¸Ñ… шлÑхів"
@@ -15821,12 +16489,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr "ІÑторіÑ"
msgid "History of authentications"
msgstr "ІÑÑ‚Ð¾Ñ€Ñ–Ñ Ð°Ð²Ñ‚ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ†Ñ–Ð¹"
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr "Ð”Ð¾Ð¼Ð°ÑˆÐ½Ñ Ñторінка"
@@ -15866,6 +16540,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15875,11 +16555,8 @@ msgstr "Як це працює"
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr ""
-msgid "How many replicas each Elasticsearch shard has."
-msgstr "КількіÑÑ‚ÑŒ реплік в кожному Ñегменті Elasticsearch."
-
-msgid "How many shards to split the Elasticsearch index over."
-msgstr "Ðа Ñкільки Ñегментів розподілити Ñ–Ð½Ð´ÐµÐºÑ Elasticsearch."
+msgid "How many seconds an IP will be counted towards the limit"
+msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr "Скільки кориÑтувачів будуть приймати учаÑÑ‚ÑŒ у випробувальному періоді?"
@@ -15962,9 +16639,15 @@ msgstr ""
msgid "IP Address"
msgstr "IP-адреÑа"
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr "ÐžÐ±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð¿Ñ–Ð´Ð¼ÐµÑ€ÐµÐ¶ IP дозволÑєтьÑÑ Ð»Ð¸ÑˆÐµ Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿ вищого рівнÑ"
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr "Ідентифікатор"
@@ -16010,6 +16693,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr "Якщо не була помилка, ви можете %{leave_link_start}залишити %{source_type}%{link_end}."
@@ -16022,6 +16711,12 @@ msgstr "При викориÑтанні GitHub, ви побачите Ñтату
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -16043,9 +16738,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -16067,6 +16759,9 @@ msgstr "URL-адреÑа зображеннÑ"
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr "2 поруч"
@@ -16082,6 +16777,12 @@ msgstr "Ð’"
msgid "ImageViewerDimensions|W"
msgstr "Ш"
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -16111,6 +16812,9 @@ msgstr "Імпортувати CSV"
msgid "Import Projects from Gitea"
msgstr "Імпортувати проєкти з Gitea"
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr "Імпортувати екÑпортований проєкт GitLab"
@@ -16124,7 +16828,7 @@ msgid "Import from Jira"
msgstr "Імпортувати з Jira"
msgid "Import group"
-msgstr ""
+msgstr "Імпортувати групу"
msgid "Import group from file"
msgstr ""
@@ -16159,6 +16863,9 @@ msgstr ""
msgid "Import project members"
msgstr "Імпортувати учаÑників проєкту"
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr "Імпортувати проєкти з Bitbucket"
@@ -16265,9 +16972,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr "Ð’ процеÑÑ–"
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16286,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16316,7 +17029,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16361,7 +17074,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16394,9 +17107,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16418,6 +17128,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16481,7 +17194,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16496,7 +17209,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16523,16 +17239,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16553,7 +17275,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16607,6 +17329,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16715,6 +17440,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16724,19 +17452,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16832,9 +17557,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr "ВідÑтуп"
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr "ІндекÑувати вÑÑ– проєкти"
@@ -16853,6 +17584,21 @@ msgstr "Ви можете знайти інформацію про додаткÐ
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16950,6 +17696,9 @@ msgstr "Група Ð´Ð»Ñ Ð°Ð´Ð¼Ñ–Ð½Ñ–Ñтраторів інÑтанÑу вже
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr "ІнтеграціÑ"
@@ -16959,16 +17708,25 @@ msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð†Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ñ–Ñ—"
msgid "Integrations"
msgstr "Інтеграції"
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16977,6 +17735,9 @@ msgstr "Ð’ÑÑ– деталі"
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -17001,6 +17762,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -17010,6 +17774,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -17028,7 +17795,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -17040,6 +17807,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -17047,7 +17817,7 @@ msgid "Integrations|Projects using custom settings will not be impacted unless t
msgstr ""
msgid "Integrations|Reset integration?"
-msgstr ""
+msgstr "Скинути інтеграцію?"
msgid "Integrations|Resetting this integration will clear the settings and deactivate this integration."
msgstr ""
@@ -17064,6 +17834,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -17076,7 +17849,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -17085,13 +17858,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -17100,6 +17873,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -17143,7 +17919,7 @@ msgid "Invalid URL"
msgstr "ÐедійÑна URL адреÑа"
msgid "Invalid container_name"
-msgstr ""
+msgstr "ÐеприпуÑтиме ім'Ñ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð°"
msgid "Invalid cursor parameter"
msgstr "Ðеправильний параметр курÑору"
@@ -17184,9 +17960,6 @@ msgstr "Ðекорректний ввід, будь лаÑка, уникайте
msgid "Invalid login or password"
msgstr "Ðеправильний логін або пароль"
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr "Ðеправильний PIN-код"
@@ -17254,7 +18027,7 @@ msgid "Invite members"
msgstr ""
msgid "Invite your team"
-msgstr ""
+msgstr "ЗапроÑити Ñвою команду"
msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}"
msgstr ""
@@ -17412,24 +18185,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17473,7 +18234,7 @@ msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited y
msgstr ""
msgid "Invited"
-msgstr ""
+msgstr "Запрошені"
msgid "Invocations"
msgstr "Виклики"
@@ -17538,17 +18299,14 @@ msgstr ""
msgid "Issue label"
msgstr "Мітка задачі"
-msgid "Issue or Merge Request ID is required"
-msgstr "Потрібен ідентифікатор задачі або запиту на злиттÑ"
-
-msgid "Issue published on status page."
+msgid "Issue or merge request ID is required"
msgstr ""
-msgid "Issue title"
+msgid "Issue published on status page."
msgstr ""
msgid "Issue types"
-msgstr ""
+msgstr "Типи задачі"
msgid "Issue update failed"
msgstr "ÐžÐ½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð·Ð°Ð´Ð°Ñ‡Ñ– неуÑпішне"
@@ -17619,20 +18377,38 @@ msgstr "ДеÑкі з ваших дошок Ñ” прихованими, актиÐ
msgid "IssueBoards|Switch board"
msgstr "Перемкнути дошку"
-msgid "IssueTracker|Bugzilla issue tracker"
-msgstr "РеєÑÑ‚Ñ€ задач Bugzilla"
-
msgid "IssueTracker|Custom issue tracker"
msgstr "ВлаÑний реєÑÑ‚Ñ€ задач"
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
-msgstr "РеєÑÑ‚Ñ€ задач Redmine"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
-msgstr "РеєÑÑ‚Ñ€ задач YouTrack"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
+msgstr ""
msgid "Issues"
msgstr "Задачі"
@@ -17640,7 +18416,7 @@ msgstr "Задачі"
msgid "Issues Rate Limits"
msgstr "ÐžÐ±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ñ‡Ð°Ñтоти задач"
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17716,11 +18492,14 @@ msgid "It's you"
msgstr "Це ви"
msgid "Italic text"
-msgstr ""
+msgstr "ТекÑÑ‚ курÑивом"
msgid "Iteration"
msgstr "ІтераціÑ"
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr "Ітерацію змінено на"
@@ -17736,6 +18515,51 @@ msgstr "Ітерацію оновлено"
msgid "Iterations"
msgstr "Ітерації"
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17767,7 +18591,7 @@ msgid "Jira Issues"
msgstr ""
msgid "Jira display name"
-msgstr ""
+msgstr "Показати Ñ–Ð¼Ê¼Ñ Jira"
msgid "Jira import is already running."
msgstr ""
@@ -17796,6 +18620,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr " у гілці %{branch_link}"
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17808,6 +18635,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17838,11 +18668,14 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
-msgstr "Якщо відрізнÑєтьÑÑ Ð²Ñ–Ð´ Веб URL"
+msgid "JiraService|If different from Web URL."
+msgstr ""
msgid "JiraService|Issue List"
msgstr "СпиÑок задач"
@@ -17862,16 +18695,13 @@ msgstr "Коментарі в Jira будуть ÑтворюватиÑÑ ÐºÐ¾Ð»Ð
msgid "JiraService|Jira comments will be created when an issue gets referenced in a merge request."
msgstr "Коментарі в Jira будуть ÑтворюватиÑÑ ÐºÐ¾Ð»Ð¸ в запиті на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð±ÑƒÐ´Ðµ поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° задачу."
-msgid "JiraService|Jira issue tracker"
-msgstr "РеєÑÑ‚Ñ€ задач Jira"
-
msgid "JiraService|Jira issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr "Ключ проєкту Jira"
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17904,17 +18734,29 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
-msgstr "ВикориÑтовуйте пароль Ð´Ð»Ñ Ñерверної верÑÑ–Ñ— та API токен Ð´Ð»Ñ Ñ…Ð¼Ð°Ñ€Ð½Ð¾Ñ— верÑÑ–Ñ—"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
-msgstr "ВикориÑтовуйте Ñ–Ð¼â€™Ñ ÐºÐ¾Ñ€Ð¸Ñтувача Ð´Ð»Ñ Ñерверної верÑÑ–Ñ— та адреÑу електронної пошти Ð´Ð»Ñ Ñ…Ð¼Ð°Ñ€Ð½Ð¾Ñ— верÑÑ–Ñ—"
+msgid "JiraService|Use a username for server version and an email for cloud version."
+msgstr ""
msgid "JiraService|Use custom transitions"
msgstr ""
@@ -17928,8 +18770,8 @@ 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 "ПопередженнÑ: вÑÑ– кориÑтувачі GitLab з доÑтупом до цього проєкту GitLab зможуть переглÑдати вÑÑ– задачі з проєкту Jira, вказаному нижче."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
+msgstr ""
msgid "JiraService|Web URL"
msgstr "Веб URL"
@@ -17937,9 +18779,6 @@ 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 "Робота із задачами Jira, не залишаючи GitLab. Додає меню Jira Ð´Ð»Ñ Ð´Ð¾Ñтупу до ÑпиÑку ваших задач Jira та Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ³Ð»Ñду кожної із задач без можливоÑÑ‚Ñ– редагуваннÑ."
-msgid "JiraService|e.g. AB"
-msgstr "напр. AB"
-
msgid "JiraService|transition ids can have only numbers which can be split with , or ;"
msgstr "ідентифікатори переходів (transition ids) можуть міÑтити лише цифри, розділені \",\" або \";\""
@@ -17958,6 +18797,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr "Ð—Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð±ÑƒÐ»Ð¾ Ñтерте"
@@ -17998,13 +18840,13 @@ msgid "Jobs|Are you sure you want to retry this job?"
msgstr ""
msgid "Jobs|Create CI/CD configuration file"
-msgstr ""
+msgstr "Створити файл конфігурації CI/CD"
msgid "Jobs|Jobs are the building blocks of a GitLab CI/CD pipeline. Each job has a specific task, like testing code. To set up jobs in a CI/CD pipeline, add a CI/CD configuration file to your project."
msgstr ""
msgid "Jobs|No jobs to show"
-msgstr ""
+msgstr "Ðемає завдань Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ"
msgid "Jobs|Use jobs to automate your tasks"
msgstr ""
@@ -18069,12 +18911,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr "длÑ"
msgid "Job|into"
msgstr "в"
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr "з"
@@ -18084,6 +18938,12 @@ msgstr "ПриєднатиÑÑ Ð´Ð¾ зуÑтрічі в Zoom"
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr "лип."
@@ -18105,6 +18965,9 @@ msgstr "Лише Ñ"
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -18112,13 +18975,13 @@ msgid "Keep divergent refs"
msgstr ""
msgid "Keep editing"
-msgstr ""
+msgstr "Продовжити редагуваннÑ"
msgid "Keeping all SAST analyzers enabled future-proofs the project in case new languages are added later on. Determining which analyzers apply is a process that consumes minimal resources and adds minimal time to the pipeline. Leaving all SAST analyzers enabled ensures maximum coverage."
msgstr ""
msgid "Kerberos access denied"
-msgstr ""
+msgstr "ДоÑтуп до Kerberos заборонено"
msgid "Key"
msgstr "Ключ"
@@ -18142,7 +19005,7 @@ msgid "Ki"
msgstr "Ki"
msgid "Kroki"
-msgstr ""
+msgstr "Kroki"
msgid "Kubernetes"
msgstr "Kubernetes"
@@ -18198,6 +19061,9 @@ msgstr "ВідбуваєтьÑÑ ÑÐ¸Ð½Ñ…Ñ€Ð¾Ð½Ñ–Ð·Ð°Ñ†Ñ–Ñ LDAP. Вона моÐ
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr "LFS"
@@ -18322,6 +19188,9 @@ msgstr "ОÑтанній коміт"
msgid "Last contact"
msgstr "ОÑтанній контакт"
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr "ОÑтанні зміни %{date}"
@@ -18352,6 +19221,12 @@ msgstr "ОÑÑ‚Ð°Ð½Ð½Ñ Ð°ÐºÑ‚Ð¸Ð²Ð½Ñ–ÑÑ‚ÑŒ"
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr "ОÑÑ‚Ð°Ð½Ð½Ñ ÑƒÑпішна ÑинхронізаціÑ"
@@ -18380,7 +19255,7 @@ msgid "Last used on:"
msgstr "ОÑтаннє викориÑтаннÑ:"
msgid "Last week"
-msgstr ""
+msgstr "ОÑтанній тиждень"
msgid "Last year"
msgstr ""
@@ -18401,7 +19276,7 @@ msgid "Latest pipeline for the most recent commit on this branch"
msgstr "ОÑтанній конвеєр Ð´Ð»Ñ Ð¾Ñтаннього коміту в цій гілці"
msgid "Launch a ready-to-code development environment for your project."
-msgstr ""
+msgstr "ЗапуÑÑ‚Ñ–Ñ‚ÑŒ Ñередовище Ð´Ð»Ñ Ñ€Ð¾Ð·Ñ€Ð¾Ð±ÐºÐ¸ вашого проєкту."
msgid "Lead"
msgstr "Керувати"
@@ -18409,6 +19284,9 @@ msgstr "Керувати"
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18421,6 +19299,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr "ДізнайтеÑÑ Ñк %{link_start}зробити внеÑок до вбудованих шаблонів%{link_end}"
@@ -18472,6 +19353,9 @@ msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð² клÐ
msgid "Learn more about group-level project templates"
msgstr "Докладніше про шаблони проєктів на рівні групи"
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr "Докладніше про підпиÑÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð¼Ñ–Ñ‚Ñ–Ð²"
@@ -18499,12 +19383,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18535,10 +19425,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18548,7 +19435,7 @@ msgid "LearnGitLab|Scan your code to uncover vulnerabilities before deploying."
msgstr ""
msgid "LearnGitLab|Set up CI/CD"
-msgstr ""
+msgstr "Ðалаштувати CI/CD"
msgid "LearnGitLab|Set up your workspace"
msgstr ""
@@ -18574,6 +19461,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr "Вийти"
@@ -18586,6 +19476,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr "Вийти з режиму редагуваннÑ? УÑÑ– незбережені зміни буде втрачено."
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr "Залишити групу"
@@ -18826,6 +19719,9 @@ msgstr "Обмежити Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð¾Ð´Ð¸Ð½Ð¸Ñ†ÑŒ відÑтежÐ
msgid "Limit namespaces and projects that can be indexed"
msgstr "Обмежити проÑтори імен та проєкти Ñкі можуть бути проіндекÑовані"
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18845,6 +19741,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr "ПоÑÐ¸Ð»Ð°Ð½Ð½Ñ Ñкопійовано"
@@ -18872,6 +19774,9 @@ msgstr ""
msgid "LinkedIn"
msgstr "LinkedIn"
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr "Ще %{counterLabel} наÑтупних конвеєрів"
@@ -18936,7 +19841,7 @@ msgid "Loading issues"
msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð´Ð°Ñ‡"
msgid "Loading more"
-msgstr ""
+msgstr "Завантажити більше"
msgid "Loading snippet"
msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñніпета"
@@ -18959,6 +19864,9 @@ msgstr "Регіональні налаштуваннÑ"
msgid "Location"
msgstr "РозташуваннÑ"
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr "Блокувати"
@@ -19001,12 +19909,18 @@ msgstr "Ð‘Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð¼Ð¾Ð¶Ðµ бути заÑтоÑоване до коÐ
msgid "Locks the discussion."
msgstr "Блокує обговореннÑ."
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "Вхід за допомогою Ñмарт-картки"
msgid "Logo was successfully removed."
msgstr "Логотип було уÑпішно видалено."
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr "Логи"
@@ -19103,6 +20017,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr "Керувати програмами, Ñким ви дозволили викориÑтовувати Ñвій обліковий запиÑ."
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr "ÐšÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð¼Ñ–Ñ‚ÐºÐ°Ð¼Ð¸ групи"
@@ -19115,7 +20032,7 @@ msgstr "Ð£Ð¿Ñ€Ð°Ð²Ð»Ñ–Ð½Ð½Ñ ÐµÑ‚Ð°Ð¿Ð°Ð¼Ð¸"
msgid "Manage project labels"
msgstr "ÐšÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð¼Ñ–Ñ‚ÐºÐ°Ð¼Ð¸ проєкту"
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -19140,7 +20057,7 @@ msgid "Manifest import"
msgstr ""
msgid "Manual"
-msgstr ""
+msgstr "Вручну"
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr "Ðе вдалоÑÑ Ð·Ð±ÐµÑ€ÐµÐ³Ñ‚Ð¸ порÑдок задач"
@@ -19238,6 +20155,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr "Збігів не знайдено, Ñпробуйте уточнити ваш пошуковий запит."
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr "Додати в Mattermost"
@@ -19269,7 +20195,7 @@ msgid "MattermostService|Use this service to perform common tasks in your projec
msgstr ""
msgid "Max 100,000 events"
-msgstr ""
+msgstr "МакÑ. 100 000 подій"
msgid "Max 20 characters"
msgstr ""
@@ -19295,6 +20221,12 @@ msgstr ""
msgid "Max access level"
msgstr "МакÑимальний рівень доÑтупу"
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19304,6 +20236,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19320,7 +20258,7 @@ msgid "Maximum PyPI package file size in bytes"
msgstr ""
msgid "Maximum Users"
-msgstr ""
+msgstr "МакÑимальна кількіÑÑ‚ÑŒ кориÑтувачів"
msgid "Maximum allowable lifetime for personal access token (days)"
msgstr "МакÑимально допуÑтимий термін дії токена перÑонального доÑтупу (днів)"
@@ -19358,6 +20296,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19388,6 +20335,9 @@ msgstr "МакÑимальна кількіÑÑ‚ÑŒ дзеркал, що можуÑ
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19409,9 +20359,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr "МакÑимальний можливий Ñ‡Ð°Ñ Ð¼Ñ–Ð¶ оновленнÑми Ð´Ð»Ñ Ð´Ð·ÐµÑ€ÐºÐ°Ð»Ð° при запланованій Ñинхронізації."
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr "травень"
@@ -19424,15 +20380,24 @@ msgstr ""
msgid "Median"
msgstr "Медіана"
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr "ПриÑутні вразливоÑÑ‚Ñ– низького рівнÑ"
msgid "Member lock"
msgstr "Ð‘Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ ÑƒÑ‡Ð°Ñників"
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr "УчаÑник з %{date}"
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19487,10 +20452,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19586,9 +20551,6 @@ msgstr "Запит на злиттÑ"
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr "Запити на злиттÑ"
@@ -19620,7 +20582,7 @@ msgid "Merge in progress"
msgstr "Ð—Ð»Ð¸Ñ‚Ñ‚Ñ Ð² процеÑÑ–"
msgid "Merge locally"
-msgstr ""
+msgstr "Об'єднати локально"
msgid "Merge options"
msgstr "Параметри злиттÑ"
@@ -19637,12 +20599,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr "Ð—Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð² на злиттÑ"
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr "ЗалежноÑÑ‚Ñ– запиту на злиттÑ"
@@ -19797,7 +20765,7 @@ msgid "Merged"
msgstr "Злито"
msgid "Merged MRs"
-msgstr ""
+msgstr "Об'єднані запити на злиттÑ"
msgid "Merged branches are being deleted. This can take some time depending on the number of branches. Please refresh the page to see changes."
msgstr "Злиті гілки в процеÑÑ– видаленнÑ. Це може зайнÑти деÑкий Ñ‡Ð°Ñ Ð² залежноÑÑ‚Ñ– від Ñ—Ñ… кількоÑÑ‚Ñ–. Будь лаÑка, оновіть Ñторінку, щоб побачити зміни."
@@ -19823,6 +20791,9 @@ msgstr "ПовідомленнÑ"
msgid "Method"
msgstr "Метод"
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr "Метрику уÑпішно додано."
@@ -20182,7 +21153,7 @@ msgid "Metrics|e.g. req/sec"
msgstr "напр. зап/Ñек"
msgid "Mi"
-msgstr ""
+msgstr "Мі"
msgid "Microsoft Azure"
msgstr "Microsoft Azure"
@@ -20225,7 +21196,7 @@ msgid "MilestoneCombobox|Group milestones"
msgstr ""
msgid "MilestoneCombobox|Milestone"
-msgstr ""
+msgstr "Етап"
msgid "MilestoneCombobox|No matching results"
msgstr ""
@@ -20365,9 +21336,6 @@ msgstr "Мінімальна доÑтупна пропуÑкна здатніÑÑ
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr "Мінімальна довжина Ð¿Ð°Ñ€Ð¾Ð»Ñ (кількіÑÑ‚ÑŒ Ñимволів)"
-
msgid "Minutes"
msgstr "Хвилин"
@@ -20473,9 +21441,6 @@ msgstr "Більше"
msgid "More Information"
msgstr "Більше інформації"
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr "Більше команд Slack"
@@ -20627,7 +21592,7 @@ msgid "Namespace"
msgstr "ПроÑÑ‚Ñ–Ñ€ імен"
msgid "Namespace ID:"
-msgstr ""
+msgstr "ID проÑтору імен:"
msgid "Namespace is empty"
msgstr "ПроÑÑ‚Ñ–Ñ€ імен порожній"
@@ -20657,19 +21622,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr "ПроÑтори імен"
@@ -20685,6 +21646,9 @@ msgstr "ÐайменуваннÑ, видиміÑÑ‚ÑŒ"
msgid "Navigate to the project to close the milestone."
msgstr "Перейдіть до проєкту, щоб закрити етап."
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr "Допомога"
@@ -21044,7 +22008,7 @@ msgid "New directory"
msgstr "Ðовий каталог"
msgid "New discussion"
-msgstr ""
+msgstr "Ðова диÑкуÑÑ–Ñ"
msgid "New environment"
msgstr "Ðове Ñередовище"
@@ -21082,6 +22046,9 @@ msgstr "Ðазва нової задачі"
msgid "New iteration"
msgstr "Ðова ітераціÑ"
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr "Створено нову ітерацію"
@@ -21089,7 +22056,7 @@ msgid "New label"
msgstr "Ðова мітка"
msgid "New list"
-msgstr ""
+msgstr "Ðовий ÑпиÑок"
msgid "New merge request"
msgstr "Ðовий запит на злиттÑ"
@@ -21106,6 +22073,18 @@ msgstr ""
msgid "New project"
msgstr "Ðовий проєкт"
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr "Ðовий реліз"
@@ -21115,9 +22094,6 @@ msgstr "Ðова вимога"
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr "Згенеровано новий реєÑтраційний токен runner-ів!"
@@ -21158,7 +22134,7 @@ msgid "Next commit"
msgstr "ÐаÑтупний коміт"
msgid "Next design"
-msgstr ""
+msgstr "ÐаÑтупний дизайн"
msgid "Next file in diff"
msgstr ""
@@ -21200,7 +22176,7 @@ msgid "No application_settings found"
msgstr "Ðе знайдено application_settings"
msgid "No assignee"
-msgstr ""
+msgstr "Ðемає виконавцÑ"
msgid "No authentication methods configured."
msgstr "Методи автентифікації не налаштовано."
@@ -21379,6 +22355,12 @@ msgstr "Попереднього переглÑду Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ типу Ñ
msgid "No prioritized labels with such name or description"
msgstr "Ðемає пріоритетних міток з таким іменем або опиÑом"
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr "Ðемає публічних груп"
@@ -21725,11 +22707,8 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr "КількіÑÑ‚ÑŒ %{itemTitle}"
-msgid "Number of Elasticsearch replicas"
-msgstr "КількіÑÑ‚ÑŒ реплік Elasticsearch"
-
-msgid "Number of Elasticsearch shards"
-msgstr "КількіÑÑ‚ÑŒ Ñегментів Elasticsearch"
+msgid "Number of Elasticsearch shards and replicas (per index)"
+msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
msgstr ""
@@ -21767,6 +22746,12 @@ msgstr ""
msgid "Number of files touched"
msgstr "КількіÑÑ‚ÑŒ змінених файлів"
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr "OK"
@@ -21816,10 +22801,10 @@ msgid "On-call schedules"
msgstr ""
msgid "OnCallSchedules|1 day"
-msgstr ""
+msgstr "1 день"
msgid "OnCallSchedules|2 weeks"
-msgstr ""
+msgstr "2 тижні"
msgid "OnCallSchedules|Add a rotation"
msgstr ""
@@ -21827,6 +22812,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21839,6 +22827,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21860,6 +22851,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21872,12 +22866,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21929,10 +22932,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -22068,7 +23089,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -22212,9 +23233,6 @@ msgstr "Параметри"
msgid "Or you can choose one of the suggested colors below"
msgstr "Ðбо ви можете вибрати один із запропонованих нижче кольорів"
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -22236,6 +23254,12 @@ msgstr "Інші верÑÑ–Ñ—"
msgid "Other visibility settings have been disabled by the administrator."
msgstr "Інші Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ð¸Ð´Ð¸Ð¼Ð¾ÑÑ‚Ñ– були вимкнені адмініÑтратором."
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -22281,6 +23305,9 @@ msgstr "ВлаÑник"
msgid "Package Registry"
msgstr "РеєÑÑ‚Ñ€ пакетів"
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr "Пакет вже Ñ–Ñнує"
@@ -22539,6 +23566,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22579,17 +23609,11 @@ msgid "PackageRegistry|You may also need to setup authentication using an auth t
msgstr ""
msgid "PackageRegistry|npm"
-msgstr ""
-
-msgid "PackageRegistry|npm command"
-msgstr ""
+msgstr "npm"
msgid "PackageRegistry|published by %{author}"
msgstr "опубліковано %{author}"
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr "Пакети"
@@ -22662,15 +23686,6 @@ msgstr "Параметр"
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr "Параметр \"job_id\" не може перевищувати довжину %{job_id_max_size}"
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr "Джерело"
@@ -22686,15 +23701,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr "ЧаÑтина змін у запиті на злиттÑ"
-msgid "Partial token for reference only"
-msgstr "ЧаÑтковий токен тільки Ð´Ð»Ñ Ð¿Ð¾ÑиланнÑ"
-
msgid "Participants"
msgstr "УчаÑники"
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr "УÑпішно пройдено"
@@ -22707,8 +23722,11 @@ msgstr "Пароль"
msgid "Password (optional)"
msgstr "Пароль (необов'Ñзково)"
-msgid "Password Policy Guidelines"
-msgstr "Керівництво щодо політики паролів"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
+msgstr ""
msgid "Password authentication is unavailable."
msgstr "Парольна Ð°Ð²Ñ‚ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ†Ñ–Ñ Ð½ÐµÐ´Ð¾Ñтупна."
@@ -22770,6 +23788,9 @@ msgstr ""
msgid "Pause replication"
msgstr "Призупинити реплікацію"
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22779,6 +23800,9 @@ msgstr "В очікуванні"
msgid "Pending comments"
msgstr "Коментарі в очікуванні"
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr "Люди без дозволу ніколи не отримуватимуть Ñповіщень Ñ– не зможуть коментувати."
@@ -22794,15 +23818,24 @@ msgstr "ВідÑоток"
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr "Виконати звичайні операції на проєкті GitLab"
msgid "Performance optimization"
msgstr "ÐžÐ¿Ñ‚Ð¸Ð¼Ñ–Ð·Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¾Ð´ÑƒÐºÑ‚Ð¸Ð²Ð½Ð¾ÑÑ‚Ñ–"
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr "Завантажити"
@@ -22812,6 +23845,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22860,6 +23896,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr "Ð¡Ñ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿ÐµÑ€Ñональних проєктів не дозволено. Будь лаÑка, звернітьÑÑ Ð´Ð¾ Ñвого адмініÑтратор із питаннÑми"
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr "Ð†Ð¼Ð¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ñ‚Ñ‚Ñ Ñ–Ð· Ñерверу Phabricator"
@@ -22899,6 +23941,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr "ПідпиÑки на конвеєр"
@@ -22941,6 +23986,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr "Ð’Ñього:"
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22986,9 +24043,6 @@ msgstr "Конвеєри"
msgid "Pipelines charts"
msgstr "СтатиÑтика конвеєрів"
-msgid "Pipelines emails"
-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 "Конвеєри Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð² на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð½Ð°Ð»Ð°ÑˆÑ‚Ð¾Ð²Ð°Ð½Ð¾. Відділений конвеєр виконуєтьÑÑ Ð² контекÑÑ‚Ñ– запиту на злиттÑ, але не в контекÑÑ‚Ñ– результату злиттÑ. ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ в документації про конвеєери Ð´Ð»Ñ Ñ€ÐµÐ·ÑƒÐ»ÑŒÑ‚Ð°Ñ‚Ñ–Ð² злиттÑ."
@@ -23007,18 +24061,24 @@ msgstr "Виконуйте збірки із впевненіÑÑ‚ÑŽ"
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
-msgstr "Перевірка конфігурації (CI Lint)"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
+msgstr ""
msgid "Pipelines|Child pipeline"
msgstr "Дочірній конвеєр"
-msgid "Pipelines|Clear Runner Caches"
-msgstr "ОчиÑтити кеш Runner'ів"
+msgid "Pipelines|Clear runner caches"
+msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr "Скопіювати токен тригера"
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -23031,6 +24091,9 @@ msgstr "Редагувати"
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -23058,6 +24121,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr "Ð—Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ñ–Ð²"
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -23079,9 +24145,6 @@ msgstr "Кеш проєкту уÑпішно очищено."
msgid "Pipelines|Revoke"
msgstr "Відкликати"
-msgid "Pipelines|Run Pipeline"
-msgstr "ЗапуÑтити Конвеєр"
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr "Помилка при очищенні кеша runner'ів."
@@ -23127,6 +24190,21 @@ msgstr "Токен"
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -23145,9 +24223,12 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
-msgid "Pipeline|Actions"
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
msgstr ""
+msgid "Pipeline|Actions"
+msgstr "Дії"
+
msgid "Pipeline|Branch name"
msgstr "Ім'Ñ Ð³Ñ–Ð»ÐºÐ¸"
@@ -23181,9 +24262,6 @@ msgstr "Відділений конвеєр запиту на злиттÑ"
msgid "Pipeline|Duration"
msgstr "ТриваліÑÑ‚ÑŒ"
-msgid "Pipeline|Existing branch name or tag"
-msgstr "ІÑнуюче Ñ–Ð¼â€™Ñ Ð³Ñ–Ð»ÐºÐ¸ або тег"
-
msgid "Pipeline|Failed"
msgstr ""
@@ -23226,30 +24304,21 @@ 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|Run for branch name or tag"
msgstr ""
+msgid "Pipeline|Run pipeline"
+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 "Вкажіть Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð·Ð¼Ñ–Ð½Ð½Ð¸Ñ…, Ñкі будуть викориÑтані в цьому запуÑку. Інакше будуть викориÑтані значеннÑ, вказані в %{settings_link}."
-
msgid "Pipeline|Stages"
msgstr "Стадії"
@@ -23307,15 +24376,15 @@ msgstr "зі Ñтадією"
msgid "Pipeline|with stages"
msgstr "зі ÑтадіÑми"
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
+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 "API токен Pivotal Tracker."
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
-msgstr "Програмне Ð·Ð°Ð±ÐµÐ·Ð¿ÐµÑ‡ÐµÐ½Ð½Ñ Ð´Ð»Ñ ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾Ñ”ÐºÑ‚Ð°Ð¼Ð¸ (кінцева точка Ð´Ð»Ñ ÐºÐ¾Ð¼Ñ–Ñ‚Ñ–Ð²)"
-
msgid "Plain diff"
msgstr "ПроÑте порівнÑннÑ"
@@ -23328,6 +24397,9 @@ msgstr "План:"
msgid "PlantUML"
msgstr "PlantUML"
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr "Відтворити"
@@ -23415,8 +24487,8 @@ msgstr ""
msgid "Please enter a valid number"
msgstr "Будь лаÑка, введіть дійÑний номер"
-msgid "Please enter or upload a license."
-msgstr "Будь лаÑка, введіть або завантажте ліцензію."
+msgid "Please enter or upload a valid license."
+msgstr ""
msgid "Please fill in a descriptive name for your group."
msgstr "Введіть опиÑове ім'Ñ Ð³Ñ€ÑƒÐ¿Ð¸."
@@ -23454,6 +24526,9 @@ msgstr "Будь лаÑка, вкажіть дійÑну e-mail адреÑу."
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23544,6 +24619,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23590,7 +24668,7 @@ msgid "Preferences|For example: 30 mins ago."
msgstr "Ðаприклад: 30 хвилин тому."
msgid "Preferences|Gitpod"
-msgstr ""
+msgstr "Gitpod"
msgid "Preferences|Homepage content"
msgstr ""
@@ -23599,7 +24677,7 @@ msgid "Preferences|Instead of all the files changed, show only one file at a tim
msgstr ""
msgid "Preferences|Integrations"
-msgstr ""
+msgstr "Інтеграції"
msgid "Preferences|Layout width"
msgstr "Ширина макета"
@@ -23623,7 +24701,7 @@ msgid "Preferences|Show whitespace changes in diffs"
msgstr "Показувати зміни пробілів у відмінноÑÑ‚ÑÑ…"
msgid "Preferences|Sourcegraph"
-msgstr ""
+msgstr "Sourcegraph"
msgid "Preferences|Surround text selection when typing quotes or brackets"
msgstr ""
@@ -23676,6 +24754,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr "Заборонити Ð´Ð¾Ð´Ð°Ð²Ð°Ð½Ð½Ñ Ð½Ð¾Ð²Ð¸Ñ… учаÑників до членÑтва в цій групі"
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23727,6 +24808,9 @@ msgstr ""
msgid "Primary"
msgstr "Головний"
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23743,7 +24827,7 @@ msgid "Prioritized label"
msgstr "Пріоритетні мітки"
msgid "Priority"
-msgstr ""
+msgstr "Пріоритет"
msgid "Private"
msgstr "Приватний"
@@ -23835,6 +24919,12 @@ msgstr "Профіль"
msgid "Profile Settings"
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾Ñ„Ñ–Ð»ÑŽ"
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr "о"
@@ -23949,6 +25039,12 @@ msgstr "Редагувати профіль"
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr "Введіть ваше ім'Ñ, щоб люди, Ñких ви знаєте, могли Ð²Ð°Ñ ÑƒÐ¿Ñ–Ð·Ð½Ð°Ñ‚Ð¸"
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23964,7 +25060,7 @@ msgstr "Повне ім'Ñ"
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23979,6 +25075,9 @@ msgstr "Токен Ð´Ð»Ñ Ð²Ñ…Ñ–Ð´Ð½Ð¸Ñ… повідомлень електрон
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr "Підвищити рівень безпеки вашого облікового запиÑу за допомогою ÑƒÐ²Ñ–Ð¼ÐºÐ½ÐµÐ½Ð½Ñ Ð´Ð²Ð¾Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð¾Ñ— автентифікації (2FA)"
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr "Ðеправильний пароль"
@@ -23988,6 +25087,15 @@ msgstr "Ðеправильне ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача"
msgid "Profiles|Key"
msgstr "Ключ"
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -24033,6 +25141,9 @@ msgstr "Публічний аватар"
msgid "Profiles|Public email"
msgstr "Публічна адреÑа електронної пошти"
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr "Видалити аватар"
@@ -24057,9 +25168,6 @@ msgstr ""
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "МакÑимальний розмір файлу 200КБ."
-msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr "Ð¦Ñ ÐµÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð° адреÑа буде відображатиÑÑ Ñƒ вашому публічному профілі"
@@ -24147,9 +25255,6 @@ msgstr "Ваш обліковий Ð·Ð°Ð¿Ð¸Ñ Ñ” влаÑником в цих гÑ
msgid "Profiles|Your email address was automatically set based on your %{provider_label} account"
msgstr "Ваша адреÑа електронної пошти була автоматично вÑтановлена на оÑнові вашого облікового запиÑу %{provider_label}"
-msgid "Profiles|Your key has expired"
-msgstr ""
-
msgid "Profiles|Your location was automatically set based on your %{provider_label} account"
msgstr "Ваше міÑÑ†ÐµÐ·Ð½Ð°Ñ…Ð¾Ð´Ð¶ÐµÐ½Ð½Ñ Ð±ÑƒÐ»Ð¾ автоматично вÑтановлено на оÑнові вашого облікового запиÑу %{provider_label}"
@@ -24184,7 +25289,7 @@ msgid "Progress"
msgstr "ПрогреÑ"
msgid "Project"
-msgstr "Проект"
+msgstr "Проєкт"
msgid "Project \"%{name}\" is no longer available. Select another project to continue."
msgstr "Проект \"%{name}\" більше не доÑтупний. Щоб продовжити виберіть інший проєкт."
@@ -24240,6 +25345,9 @@ msgstr "URL-адреÑа проєкту"
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr "Проєкт уже було видалено"
@@ -24301,7 +25409,7 @@ msgid "Project name suffix"
msgstr "Ð¡ÑƒÑ„Ñ–ÐºÑ Ð½Ð°Ð·Ð²Ð¸ проєкту"
msgid "Project navigation"
-msgstr ""
+msgstr "ÐÐ°Ð²Ñ–Ð³Ð°Ñ†Ñ–Ñ Ð¿Ð¾ проєкту"
msgid "Project order will not be saved as local storage is not available."
msgstr "ПорÑдок проєктів не буде збережено, тому що локальне Ñховище недоÑтупне."
@@ -24405,13 +25513,7 @@ msgstr "або групу"
msgid "ProjectSelect|Search for project"
msgstr "Пошук проєкту"
-msgid "ProjectService|%{service_title}: status off"
-msgstr "%{service_title}: ÑÑ‚Ð°Ñ‚ÑƒÑ Ð²Ð¸Ð¼ÐºÐ½ÐµÐ½Ð¾"
-
-msgid "ProjectService|%{service_title}: status on"
-msgstr "%{service_title}: ÑÑ‚Ð°Ñ‚ÑƒÑ ÑƒÐ²Ñ–Ð¼ÐºÐ½ÐµÐ½Ð¾"
-
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Drone server URL"
msgstr ""
msgid "ProjectService|Enter new API key"
@@ -24420,67 +25522,88 @@ msgstr ""
msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Enter new password."
+msgstr ""
+
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgstr "Виконати звичайні операції на проєкті GitLab: %{project_name}"
+
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
-msgstr "Виконати звичайні операції на проєкті GitLab: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
+msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24729,12 +25852,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr "Цей параметр заÑтоÑовуєтьÑÑ Ð½Ð° рівні Ñервера та може бути перевизначений адмініÑтратором."
@@ -24750,6 +25882,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24882,6 +26017,9 @@ msgstr "Проекти уÑпішно отримано"
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr "Проєкти оцінюютьÑÑ Ð·Ð° найвищим наÑвним рівнем вразливоÑÑ‚Ñ–"
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "Спільні проєкти з %{group_name}"
@@ -24958,6 +26096,9 @@ msgid "ProjectsNew|Create a blank project to house your files, plan your work, a
msgstr ""
msgid "ProjectsNew|Create blank project"
+msgstr "Створити пуÑтий проєкт"
+
+msgid "ProjectsNew|Create blank project/repository"
msgstr ""
msgid "ProjectsNew|Create from template"
@@ -24978,6 +26119,9 @@ msgstr "Імпорт"
msgid "ProjectsNew|Import project"
msgstr "Імпортувати проєкт"
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr "Ініціалізувати репозиторій файлом інÑтрукції (README)"
@@ -25162,7 +26306,7 @@ msgid "PrometheusService|You can now manage your Prometheus settings on the %{op
msgstr ""
msgid "PrometheusService|https://prometheus.example.com/"
-msgstr ""
+msgstr "https://prometheus.example.com/"
msgid "PrometheusService|{ \"type\": \"service_account\", \"project_id\": ... }"
msgstr ""
@@ -25239,8 +26383,8 @@ msgstr "ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ"
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
-msgstr "ПереглÑнути інші можливоÑÑ‚Ñ– в %{subscription_link_start}плані bronze%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
+msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
msgstr ""
@@ -25279,7 +26423,7 @@ msgid "Prompt users to upload SSH keys"
msgstr "Пропонувати кориÑтувачам завантажувати Ñвої ключі SSH"
msgid "Protect"
-msgstr ""
+msgstr "ЗахиÑтити"
msgid "Protect a tag"
msgstr ""
@@ -25312,7 +26456,7 @@ msgid "Protected branches"
msgstr "Захищені гілки"
msgid "Protected environments"
-msgstr ""
+msgstr "Захищені Ñередовища"
msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported."
msgstr ""
@@ -25425,9 +26569,15 @@ msgstr ""
msgid "Protocol"
msgstr "Протокол"
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr "ПоÑтачальник"
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25482,6 +26632,9 @@ msgstr "Придбати більше хвилин"
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr "Відправити (push)"
@@ -25575,6 +26728,9 @@ msgstr "%{user_name} відправив код до гілки \"%{ref}\"."
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr "%{user_name} відправив нову гілку \"%{ref}\"."
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr "ВиÑокий пріоритет"
@@ -25590,9 +26746,6 @@ 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 "Pushover дозволÑÑ” легко отримувати ÑÐ¿Ð¾Ð²Ñ–Ñ‰ÐµÐ½Ð½Ñ Ð² реальному чаÑÑ– на ваших приÑтроÑÑ… Android, iPhone, iPad та комп'ютерах."
-
msgid "PushoverService|See project %{project_full_name}"
msgstr "ПереглÑнути проєкт %{project_full_name}"
@@ -25623,6 +26776,9 @@ msgstr "У черзі"
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "Швидкі дії можна викориÑтовувати в опиÑах задач Ñ– коментарÑÑ…."
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr "Швидкий діапазон"
@@ -25656,15 +26812,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr "Інтервал повторної перевірки"
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr "Докладніше"
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr "ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про пов’Ñзані задачі"
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr "Фунції реального чаÑу"
@@ -25683,6 +26851,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr "Отримувати Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ налаштованого вручну Ñервера Prometheus."
@@ -25695,8 +26866,8 @@ msgstr ""
msgid "Recent"
msgstr "ОÑтанні"
-msgid "Recent Activity"
-msgstr "ОÑÑ‚Ð°Ð½Ð½Ñ Ð°ÐºÑ‚Ð¸Ð²Ð½Ñ–ÑÑ‚ÑŒ"
+msgid "Recent Deliveries"
+msgstr ""
msgid "Recent Project Activity"
msgstr "ОÑÑ‚Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾Ñ”ÐºÑ‚Ð½Ð° активніÑÑ‚ÑŒ"
@@ -25710,6 +26881,9 @@ msgstr ""
msgid "Recent searches"
msgstr "ОÑтанні пошукові запити"
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr "Переналаштувати"
@@ -25726,7 +26900,7 @@ msgid "Redirect to SAML provider to test configuration"
msgstr "Перенаправити до SAML провайдера Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ¸ конфігурації"
msgid "Redis"
-msgstr ""
+msgstr "Redis"
msgid "Reduce project visibility"
msgstr "Знизити видиміÑÑ‚ÑŒ проєкту"
@@ -25910,18 +27084,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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 "Release|Something went wrong while saving the release details."
+msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr "Ðагадати пізніше"
@@ -25973,12 +27150,18 @@ msgstr "Видалити картку"
msgid "Remove child epic from an epic"
msgstr "Видалити дочірній епік із епіка"
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr "Видалити заплановану дату завершеннÑ"
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25994,6 +27177,9 @@ msgstr "Видалити із епіка"
msgid "Remove group"
msgstr "Видалити групу"
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr "Видалити ітерацію"
@@ -26006,6 +27192,12 @@ msgstr "Прибрати обмеженнÑ"
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr "Виключити учаÑника"
@@ -26033,6 +27225,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr "Видалити вторинний вузол"
@@ -26054,6 +27249,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr "Видалено"
@@ -26276,7 +27474,7 @@ msgid "Reports|Actions"
msgstr "Дії"
msgid "Reports|Activity"
-msgstr ""
+msgstr "ÐктивніÑÑ‚ÑŒ"
msgid "Reports|An error occurred while loading %{name} results"
msgstr ""
@@ -26502,6 +27700,9 @@ msgstr "Вибрати"
msgid "Request Access"
msgstr "Запит доÑтупу"
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26514,6 +27715,9 @@ msgstr "Параметр запиту %{param} відÑутній."
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr "Запит на зв’ÑÐ·ÑƒÐ²Ð°Ð½Ð½Ñ Ð¾Ð±Ð»Ñ–ÐºÐ¾Ð²Ð¾Ð³Ð¾ запиÑу SAML повинен бути авторизований"
@@ -26544,7 +27748,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26553,6 +27757,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "Вимагати від уÑÑ–Ñ… кориÑтувачів приймати умови Ð½Ð°Ð´Ð°Ð½Ð½Ñ Ð¿Ð¾Ñлуг та політику конфіденційноÑÑ‚Ñ–, коли вони отримують доÑтуп до GitLab."
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26609,6 +27816,9 @@ msgstr[3] "Ðеобхідно ще %d затверджень."
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr "Повторно надіÑлати запит"
@@ -26621,6 +27831,9 @@ msgstr "Повторно надіÑлати запрошеннÑ"
msgid "Resend it"
msgstr "Повторно це відіÑлати"
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26639,6 +27852,12 @@ msgstr "Оновити токен доÑтупу Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ¸ прÐ
msgid "Reset key"
msgstr "Скинути ключ"
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26741,9 +27960,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 "Продовжити"
@@ -26760,7 +27976,7 @@ msgid "Retry"
msgstr "Спробувати знову"
msgid "Retry job"
-msgstr ""
+msgstr "Повторити завданнÑ"
msgid "Retry migration"
msgstr ""
@@ -26899,6 +28115,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr "ЗапуÑтити CI/CD конвеєри Ð´Ð»Ñ Ð·Ð¾Ð²Ð½Ñ–ÑˆÐ½Ñ–Ñ… репозиторіїв"
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr "ЗапуÑтити очищеннÑ"
@@ -26914,12 +28136,6 @@ msgstr "Виконати Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð±ÐµÐ· тегів"
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr "Токен Runner'а"
-
msgid "Runner tokens"
msgstr ""
@@ -26959,25 +28175,25 @@ msgstr "Ðрхітектура"
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Command to register runner"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
msgid "Runners|Description"
msgstr "ОпиÑ"
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download latest binary"
msgstr ""
-msgid "Runners|Group"
-msgstr "Група"
-
msgid "Runners|IP Address"
msgstr "IP-адреÑа"
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26992,6 +28208,9 @@ msgstr ""
msgid "Runners|Name"
msgstr "Ім'Ñ"
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr "Платформа"
@@ -27001,33 +28220,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr "Захищені"
-msgid "Runners|Register Runner"
-msgstr ""
-
msgid "Runners|Revision"
msgstr "ВерÑÑ–Ñ"
+msgid "Runners|Runner"
+msgstr ""
+
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
-msgstr "Спільні"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
+msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr "Теги"
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr "ЗначеннÑ"
@@ -27037,9 +28274,21 @@ msgstr "ВерÑÑ–Ñ"
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr "Ви викориÑтали %{quotaUsed} із ваших %{quotaLimit} хвилин Ð´Ð»Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ñ–Ð² загальних runner'ів."
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr "ВиконуєтьÑÑ"
@@ -27095,6 +28344,9 @@ msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan}
msgstr ""
msgid "SSH key"
+msgstr "SSH ключ"
+
+msgid "SSH keys"
msgstr ""
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
@@ -27109,6 +28361,9 @@ msgstr "Перевірка SSL:"
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -27166,6 +28421,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr "Розклад нового конвеєра"
@@ -27296,7 +28557,7 @@ msgid "Search iterations"
msgstr ""
msgid "Search labels"
-msgstr ""
+msgstr "Пошук міток"
msgid "Search merge requests"
msgstr "Пошук у запитах на злиттÑ"
@@ -27486,6 +28747,9 @@ msgstr ""
msgid "Secondary"
msgstr "Вторинний"
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27514,7 +28778,7 @@ msgid "Security dashboard"
msgstr "Панель безпеки"
msgid "Security navigation"
-msgstr ""
+msgstr "ÐÐ°Ð²Ñ–Ð³Ð°Ñ†Ñ–Ñ Ð¿Ð¾ безпеці"
msgid "Security report is out of date. Please update your branch with the latest changes from the target branch (%{targetBranchName})"
msgstr ""
@@ -27555,6 +28819,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27612,7 +28879,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27634,14 +28901,17 @@ msgid "SecurityReports|Add projects"
msgstr "Додати проєкти"
msgid "SecurityReports|All"
-msgstr ""
+msgstr "Ð’ÑÑ–"
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
-msgid "SecurityReports|Change status"
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
msgstr ""
+msgid "SecurityReports|Change status"
+msgstr "Змінити ÑтатуÑ"
+
msgid "SecurityReports|Comment added to '%{vulnerabilityName}'"
msgstr "Коментар додано до \"%{vulnerabilityName}\""
@@ -27798,6 +29068,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr "СтатуÑ"
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27843,6 +29116,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27858,12 +29134,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr "ПереглÑнути метрики"
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr "ПереглÑнути уÑÑ– уражені проєкти на панелі адмініÑтратора GitLab"
@@ -28110,6 +29389,15 @@ msgstr ""
msgid "Send message"
msgstr "ÐадіÑлати повідомленнÑ"
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr "ÐадіÑлати звіт"
@@ -28281,12 +29569,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28488,6 +29770,9 @@ msgstr "Ð’Ñтановлює запланований Ñ‡Ð°Ñ %{time_estimate}."
msgid "Sets weight to %{weight}."
msgstr "Ð’Ñтановлювє вагу рівну %{weight}."
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28599,6 +29884,9 @@ msgstr "Показати Ð¾Ð¿Ð¸Ñ ÐºÐ¾Ð¼Ñ–Ñ‚Ñƒ"
msgid "Show complete raw log"
msgstr "Показати повний неформатований журнал"
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr "Показати подробиці"
@@ -28730,6 +30018,9 @@ msgstr "Увійти"
msgid "Sign in / Register"
msgstr "Увійти або зареєÑтруватиÑÑ"
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr "Увійти до \"%{group_name}\""
@@ -28742,12 +30033,18 @@ msgstr "Увійти за допомогою Ñмарт-карти"
msgid "Sign in via 2FA code"
msgstr "Увійти за допомогою коду двофакторної автентифікції"
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr "Увійти за допомогою єдиного входу"
msgid "Sign in with smart card"
msgstr "Увійти за допомогою Ñмарт-карти"
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr "Вийти"
@@ -28760,6 +30057,12 @@ msgstr "ЗареєеÑтруватиÑÑ"
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr "РеєÑÑ‚Ñ€Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¾Ð¹ÑˆÐ»Ð° уÑпішно! Будь лаÑка, підтвердіть Ñвою адреÑу електронної пошти Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ñƒ."
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr "ÐžÐ±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ñƒ"
@@ -28808,6 +30111,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr "Одиночні або комбіновані запити"
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr "Розмір"
@@ -28829,28 +30138,16 @@ msgstr "Пропущені"
msgid "Skipped deployment to"
msgstr ""
+msgid "Skype:"
+msgstr ""
+
msgid "Slack application"
msgstr "заÑтоÑунок Slack"
-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 "Slack Ñ–Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ñ–Ñ Ð´Ð¾Ð·Ð²Ð¾Ð»Ð¸Ñ‚ÑŒ вам взаємодіÑти з GitLab через чат за домогою команд зі Ñлешем ( / )"
-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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28949,12 +30246,18 @@ msgstr "ХтоÑÑŒ відредагував цей запит на злиттÑ
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr "ЩоÑÑŒ пішло не так з нашого боку"
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr "ЩоÑÑŒ пішло не так з нашого боку."
@@ -29027,6 +30330,9 @@ msgstr "Проблема при отриманні коментарів. БудÑ
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr "Помилка при завантаженні внеÑків учаÑників групи"
@@ -29090,6 +30396,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr "Помилка при завершенні обговореннÑ. Будь лаÑка, Ñпробуйте пізніше."
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -29315,6 +30624,9 @@ msgstr "Джерело (гілка або тег)"
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29372,6 +30684,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr "Спам-журнал"
@@ -29531,6 +30846,9 @@ msgstr "Розпочато:"
msgid "Starting..."
msgstr "ЗапуÑк..."
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr "Буде запущено %{startsIn}"
@@ -29627,6 +30945,24 @@ msgstr "СтатуÑ:"
msgid "Status: %{title}"
msgstr "СтатуÑ: %{title}"
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29673,16 +31009,16 @@ msgid "Stay updated about the performance and health of your environment by conf
msgstr "Будьте в курÑÑ– продуктивноÑÑ‚Ñ– та Ñтану вашого Ñередовища шлÑхом Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Prometheus Ð´Ð»Ñ Ð¼Ð¾Ð½Ñ–Ñ‚Ð¾Ñ€Ð¸Ð½Ð³Ñƒ ваших розгортань."
msgid "Step 1."
-msgstr ""
+msgstr "Крок 1."
msgid "Step 2."
-msgstr ""
+msgstr "Крок 2."
msgid "Step 3."
-msgstr ""
+msgstr "Крок 3."
msgid "Step 4."
-msgstr ""
+msgstr "Крок 4."
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 ""
@@ -29753,6 +31089,9 @@ msgstr "ÐадіÑлати"
msgid "Submit a review"
msgstr "ÐадіÑлати відгук"
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr "Позначити Ñк Ñпам"
@@ -29777,6 +31116,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29807,6 +31149,9 @@ msgstr "ПідпиÑує на %{quick_action_target}."
msgid "Subscription"
msgstr "ПідпиÑка"
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr "Ð’Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð¿Ñ–Ð´Ð¿Ð¸Ñки пройшло неуÑпішно."
@@ -29951,6 +31296,9 @@ msgstr "УÑпішно розблоковано"
msgid "Successfully unlocked"
msgstr "УÑпішно розблоковано"
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29970,7 +31318,7 @@ msgid "SuggestedColors|Aztec Gold"
msgstr ""
msgid "SuggestedColors|Blue"
-msgstr ""
+msgstr "Синій"
msgid "SuggestedColors|Blue-gray"
msgstr ""
@@ -29991,7 +31339,7 @@ msgid "SuggestedColors|Dark coral"
msgstr ""
msgid "SuggestedColors|Dark green"
-msgstr ""
+msgstr "Темно-зелений"
msgid "SuggestedColors|Dark sea green"
msgstr ""
@@ -30003,7 +31351,7 @@ msgid "SuggestedColors|Deep violet"
msgstr ""
msgid "SuggestedColors|Gray"
-msgstr ""
+msgstr "Сірий"
msgid "SuggestedColors|Green screen"
msgstr ""
@@ -30021,7 +31369,7 @@ msgid "SuggestedColors|Medium sea green"
msgstr ""
msgid "SuggestedColors|Red"
-msgstr ""
+msgstr "Червоний"
msgid "SuggestedColors|Rose red"
msgstr ""
@@ -30053,6 +31401,69 @@ msgstr "Звіт"
msgid "Sunday"
msgstr "ÐеділÑ"
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr "Підтримка"
@@ -30081,7 +31492,7 @@ msgid "Sync information"
msgstr "Ð†Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¾ Ñинхронізацію"
msgid "Sync now"
-msgstr ""
+msgstr "Синхронізувати зараз"
msgid "Synced"
msgstr "Синхронізовано"
@@ -30143,6 +31554,9 @@ msgstr ""
msgid "Table of Contents"
msgstr "ЗміÑÑ‚"
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr "Тег"
@@ -30236,9 +31650,6 @@ msgstr "ÐžÐ¿Ð¸Ñ Ñ€ÐµÐ»Ñ–Ð·Ñƒ"
msgid "TagsPage|Repository has no tags yet."
msgstr "Репозиторій не міÑтить тегів."
-msgid "TagsPage|Sort by"
-msgstr "Сортувати за"
-
msgid "TagsPage|Tags"
msgstr "Теги"
@@ -30392,7 +31803,7 @@ msgid "Terraform|Locked by %{user} %{timeAgo}"
msgstr ""
msgid "Terraform|Locking state"
-msgstr ""
+msgstr "Стан блокуваннÑ"
msgid "Terraform|Name"
msgstr ""
@@ -30549,20 +31960,35 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr "%{rate}%{sign} рівень проходженнÑ"
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr "ТеÑти"
msgid "TestReports|There are no test cases to display."
msgstr "Ðемає теÑтів Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ."
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr "Ðемає наборів теÑтів Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ."
-msgid "TestReports|There are no tests to show."
-msgstr "Ðемає теÑтів Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ."
+msgid "TestReports|There are no tests to display"
+msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
@@ -30570,6 +31996,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr "ТеÑти"
@@ -30588,6 +32017,9 @@ 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 ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr "ДÑкуємо за покупку!"
@@ -30616,6 +32048,9 @@ msgstr[1] "%{type} міÑтить наÑтупні помилки:"
msgstr[2] "%{type} міÑтить наÑтупні помилки:"
msgstr[3] "%{type} міÑтить наÑтупні помилки:"
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30640,6 +32075,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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\")."
@@ -30670,6 +32108,9 @@ msgstr "Ð¡Ñ‚Ð°Ð´Ñ–Ñ ÐапиÑÐ°Ð½Ð½Ñ ÐºÐ¾Ð´Ñƒ показує Ñ‡Ð°Ñ Ð²Ñ–Ð´ п
msgid "The collection of events added to the data gathered for that stage."
msgstr "ÐšÐ¾Ð»ÐµÐºÑ†Ñ–Ñ Ð¿Ð¾Ð´Ñ–Ð¹ додана до даних, зібраних Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— Ñтадії."
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30800,6 +32241,9 @@ msgstr "Групові Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð»Ñ %{group_links} вимаг
msgid "The group will be placed in 'pending removal' state"
msgstr "Цю групу буде переведено у Ñтан \"Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ\""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "Імпорт буде припинено піÑÐ»Ñ %{timeout}. Ð”Ð»Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ñ–Ñ—Ð², Ñким потрібно більше чаÑу, викориÑтовуйте комбінацію clone/push."
@@ -30854,6 +32298,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr "Конфлікти у цьому запитті на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð½Ðµ можуть бути вирішені через GitLab. Будь лаÑка, Ñпробуйте зробити це локально."
@@ -30866,6 +32313,9 @@ msgstr "Конфлікти у цьому запиті на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ ÑƒÐ¶Ðµ Ð
msgid "The merge request can now be merged."
msgstr "Запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð¼Ð¾Ð¶Ðµ бути злито."
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30875,6 +32325,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30893,6 +32346,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr "Пароль, Ñкий потрібен Ð´Ð»Ñ Ð´ÐµÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¸Ð²Ð°Ñ‚Ð½Ð¾Ð³Ð¾ ключа. Він Ñ” необов’Ñзковим Ñ– зберігаєтьÑÑ Ñƒ зашифрованому виглÑді."
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr "Фаза життєвого циклу розробки."
@@ -31037,15 +32499,15 @@ msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
msgstr "КориÑтувач Ñкого ви збираєтеÑÑ Ð´ÐµÐ°ÐºÑ‚Ð¸Ð²ÑƒÐ²Ð°Ñ‚Ð¸ був активним протÑгом оÑтанніх %{minimum_inactive_days} днів Ñ– не може бути деактивований"
+msgid "The username for the Jenkins server."
+msgstr ""
+
msgid "The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6."
msgstr "Середнє Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð² Ñ€Ñдку. Приклад: між 3, 5, 9, Ñередніми 5, між 3, 5, 7, 8, Ñередніми (5 + 7) / 2 = 6."
msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
-msgid "The visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
-msgstr ""
-
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
msgstr ""
@@ -31079,6 +32541,9 @@ msgstr "Ðемає SSH ключів, пов’Ñзаних із цим обліÐ
msgid "There are no SSH keys with access to your account."
msgstr "Ðемає SSH ключів, що мають доÑтуп до вашого облікового запиÑу."
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -31154,6 +32619,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -31181,12 +32649,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr "Проблема Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ Ð´Ð¾ вашого приÑтрою."
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -31259,9 +32739,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при отриманні %{replicableType}"
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -31274,6 +32751,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -31358,9 +32838,6 @@ msgstr "Помилка при Ñкиданні токена електронно
msgid "There was an error when subscribing to this label."
msgstr "Помилка при підпиÑці на цю мітку."
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr "Помилка при відпиÑці від цієї мітки."
@@ -31382,6 +32859,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° з reCAPTCHA. Будь лаÑка, пройдіть reCAPTCHA знову."
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31448,6 +32928,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr "Ð¦Ñ Ð´Ñ–Ñ Ð¼Ð¾Ð¶Ðµ призвеÑти до втрати даних. Щоб уникнути випадкових дій, проÑимо Ð²Ð°Ñ Ð¿Ñ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¸Ñ‚Ð¸ Ñвій намір."
@@ -31568,6 +33051,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr "Цей епік не Ñ–Ñнує або у Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” доÑтатніх дозволів."
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr "Ð¦Ñ Ñ„ÑƒÐ½Ñ†Ñ–Ð¾Ð½Ð°Ð»ÑŒÐ½Ñ–ÑÑ‚ÑŒ вимагає ÑƒÐ²Ñ–Ð¼ÐºÐ½ÐµÐ½Ð½Ñ Ð»Ð¾ÐºÐ°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ñховища"
@@ -31613,9 +33099,6 @@ msgstr "Це — кориÑтувач \"Ghost User\", Ñкий було Ñтво
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31790,6 +33273,9 @@ msgstr "Такий проÑÑ‚Ñ–Ñ€ імен вже викориÑтовуєтьÑ
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr "Ð¦Ñ Ð¼Ð¾Ð¶Ð»Ð¸Ð²Ñ–ÑÑ‚ÑŒ доÑтупна тільки на GitLab.com"
@@ -31826,6 +33312,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr "Цей проєкт заархівовано і його не можна коментувати."
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31856,15 +33345,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr "Цей runner буде виконуватиÑÑ Ñ‚Ñ–Ð»ÑŒÐºÐ¸ на тих конвеєрах, Ñкі Ñпрацьовують на захищених гілках"
@@ -31874,6 +33354,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr "Цей параметр можна перевизначати Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ проєкту."
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr "Цей параметр оновить назву хоÑта, Ñка викориÑтовуєтьÑÑ Ð´Ð»Ñ Ð³ÐµÐ½ÐµÑ€Ð°Ñ†Ñ–Ñ— приватних email-Ð°Ð´Ñ€ÐµÑ Ð² підпиÑах комітів. %{learn_more}"
@@ -31889,18 +33372,33 @@ msgstr "Цей кориÑтувач не може бути розблоковаÐ
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr "Цей кориÑтувач не має ідентифікацій"
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31970,6 +33468,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -32114,6 +33615,9 @@ msgstr "ВідÑÑ‚ÐµÐ¶ÐµÐ½Ð½Ñ Ñ‡Ð°Ñу"
msgid "Time until first merge request"
msgstr "Ð§Ð°Ñ Ð´Ð¾ першого запиту на злиттÑ"
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr "Запланований чаÑ"
@@ -32290,6 +33794,9 @@ msgstr "Ñекунд(а)"
msgid "Tip:"
msgstr "Порада:"
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -32356,6 +33863,9 @@ msgstr "Ð”Ð»Ñ Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð²Ð½ÑƒÑ‚Ñ€Ñ–ÑˆÐ½Ñ–Ñ… кориÑтувачіÐ
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -32371,6 +33881,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr "Спочатку введіть адреÑу Ñервера GÑ–tea Ñ– %{link_to_personal_token}."
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr "Щоб допомогти покращити GitLab та його зручніÑÑ‚ÑŒ викориÑтаннÑ, GitLab буде періодично збирати інформацію про викориÑтаннÑ."
@@ -32386,8 +33899,8 @@ 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 "Ð”Ð»Ñ Ñ–Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ñ–Ñ— Sentry із Gitlab введіть URL-адреÑу Sentry та токен автентифікації."
+msgid "To learn more about this project, read %{link_to_wiki}."
+msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
msgstr "Щоб переміÑтити або Ñкопіювати веÑÑŒ проєкт GitLab з іншої інÑталÑції GitLab до цього, перейдіть на Ñторінку налаштувань оригіналу проєкту, Ñтворіть файл екÑпорту та надішліть його Ñюди."
@@ -32398,7 +33911,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32413,6 +33929,9 @@ msgstr "Щоб зберегти конфіденційніÑÑ‚ÑŒ цієї зад
msgid "To receive alerts from manually configured Prometheus services, add the following URL and Authorization key to your Prometheus webhook config file. Learn more about %{linkStart}configuring Prometheus%{linkEnd} to send alerts to GitLab."
msgstr "Ð”Ð»Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½ÑŒ від ÑервіÑів Prometheus, Ñкі Ñконфігуровані вручну, додайте наÑтупний URL та ключ авторизаціх до вашого конфігураційного файлу веб-хуків Prometheus. ДізнайтеÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про %{linkStart}ÐºÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€ÑƒÐ²Ð°Ð½Ñ Prometheus%{linkEnd} Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб відправлÑти Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð¶ÐµÐ½Ð½Ñ Ñ–Ð· Gitlab."
+msgid "To run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr "Ð”Ð»Ñ Ñ‚Ð¾Ð³Ð¾ щоб бачити уÑÑ– перÑональні токени доÑтупe кориÑтувача вам необхідно Ñпочатку розпочати його імітуваннÑ."
@@ -32566,9 +34085,6 @@ msgstr "Загальний розмір артефактів: %{total_size}"
msgid "Total cores (CPUs)"
msgstr "Ð’Ñього Ñдер (ЦП)"
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr "Ð’Ñього задач"
@@ -32679,7 +34195,7 @@ msgstr[2] ""
msgstr[3] ""
msgid "Trials|Compare all plans"
-msgstr ""
+msgstr "ПорівнÑти вÑÑ– плани"
msgid "Trials|Create a new group to start your GitLab Ultimate trial."
msgstr ""
@@ -32783,12 +34299,6 @@ msgstr "Тригер уÑпішно оновлено."
msgid "Triggerer"
msgstr "Запущено"
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr "УÑÑƒÐ½ÐµÐ½Ð½Ñ Ð½ÐµÐ¿Ð¾Ð»Ð°Ð´Ð¾Ðº Ñ– моніторинг вашого заÑтоÑунку за допомогою відÑтеженнÑ"
@@ -32832,13 +34342,10 @@ msgid "Tuning settings"
msgstr ""
msgid "Turn off"
-msgstr ""
+msgstr "Вимкнути"
msgid "Turn on"
-msgstr ""
-
-msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
-msgstr ""
+msgstr "Увімкнути"
msgid "Turn on usage ping"
msgstr ""
@@ -32849,6 +34356,9 @@ msgstr ""
msgid "Twitter"
msgstr "Twitter"
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr "Двофакторна автентифікаціÑ"
@@ -32861,6 +34371,9 @@ msgstr "Двофакторна автентифікаціÑ"
msgid "Two-factor Authentication Recovery codes"
msgstr "Коди Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð²Ð¾Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð° автентифікації"
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr "Двофакторна автентифікаціÑ"
@@ -32879,6 +34392,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr "Тип"
@@ -32930,6 +34446,9 @@ msgstr "URL-адреÑа зовнішнього Ñховища, де зберіÐ
msgid "URL or request ID"
msgstr "URL або ідентифікатор запиту"
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32969,6 +34488,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32996,6 +34518,9 @@ msgstr "Ðеможливо завантажити порівнÑÐ½Ð½Ñ (diff). %
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ віджет запиту на злиттÑ. Спробуйте перезавантажити Ñторінку."
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr "Ðе вдалоÑÑ Ð·Ð±ÐµÑ€ÐµÐ³Ñ‚Ð¸ ітерацію. Будь лаÑка, Ñпробуйте ще раз"
@@ -33035,6 +34560,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -33056,6 +34587,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr "Ðа жаль, ваше Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ ÐµÐ»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð¾Ñ— пошти до GitLab не може бути оброблено."
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr "Видалити"
@@ -33092,15 +34626,24 @@ msgstr ""
msgid "Unlimited"
msgstr "Без обмежень"
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr "Розблокувати"
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr "Розблокувати обговореннÑ"
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr "Розблоковано"
@@ -33212,15 +34755,27 @@ msgstr "Оновити"
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr "Оновити вÑе"
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr "Оновити правило затвердженнÑ"
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr "ÐžÐ½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð½Ðµ вдалоÑÑ"
@@ -33230,6 +34785,9 @@ msgstr "Оновити це"
msgid "Update iteration"
msgstr "Оновити ітерацію"
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr "Оновити зараз"
@@ -33284,6 +34842,9 @@ msgstr "ОновленнÑ"
msgid "Updating"
msgstr "ОновленнÑ"
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -33299,9 +34860,6 @@ 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 merge requests."
msgstr ""
@@ -33525,31 +35083,31 @@ msgid "UsageTrends|Could not load the projects and groups chart. Please refresh
msgstr ""
msgid "UsageTrends|Groups"
-msgstr ""
+msgstr "Групи"
msgid "UsageTrends|Issues"
-msgstr ""
+msgstr "Задачі"
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
-msgstr ""
+msgstr "МіÑÑць"
msgid "UsageTrends|No data available."
-msgstr ""
+msgstr "Ðемає даних."
msgid "UsageTrends|Pipelines"
-msgstr ""
+msgstr "Конвеєри"
msgid "UsageTrends|Pipelines canceled"
-msgstr ""
+msgstr "Конвеєри ÑкаÑовано"
msgid "UsageTrends|Pipelines failed"
msgstr ""
@@ -33594,7 +35152,7 @@ msgid "UsageTrends|There was an error fetching the total pipelines. Please try a
msgstr ""
msgid "UsageTrends|Total groups"
-msgstr ""
+msgstr "Ð’Ñього груп"
msgid "UsageTrends|Total projects"
msgstr ""
@@ -33603,7 +35161,7 @@ msgid "UsageTrends|Total projects & groups"
msgstr ""
msgid "UsageTrends|Users"
-msgstr ""
+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})"
@@ -33629,9 +35187,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr "ВикориÑтовуйте один Ñ€Ñдок Ð´Ð»Ñ ÐºÐ¾Ð¶Ð½Ð¾Ð³Ð¾ URI"
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr "ВикориÑтовувати шаблон"
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33647,6 +35217,9 @@ msgstr "ВикориÑтовуйте Ñмарт-карту Ð´Ð»Ñ Ð°Ð²Ñ‚ÐµÐ½Ñ‚Ð¸
msgid "Used by members to sign in to your group in GitLab"
msgstr "ВикориÑтовуєтьÑÑ ÑƒÑ‡Ð°Ñниками Ð´Ð»Ñ Ð²Ñ…Ð¾Ð´Ñƒ у вашу групу в GitLab"
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33923,6 +35496,9 @@ msgstr "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача доÑтупне."
msgid "Username or email"
msgstr "Ім'Ñ ÐºÐ¾Ñ€Ð¸Ñтувача або електронна пошта"
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -34025,12 +35601,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -34085,6 +35673,9 @@ msgstr "Підтверджено"
msgid "Verify SAML Configuration"
msgstr "Перевірити конфігурацію SAML"
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr "Перевірити конфігурацію"
@@ -34180,6 +35771,9 @@ msgstr "ПереглÑнути це на GitLab"
msgid "View job"
msgstr "ПереглÑнути завданнÑ"
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr "ПереглÑнути журнал завданнÑ"
@@ -34228,21 +35822,18 @@ msgstr ""
msgid "View the documentation"
msgstr "ПереглÑнути документацію"
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr "ПереглÑнути оÑтаннє уÑпішне Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð½Ð° це Ñередовище"
msgid "View the performance dashboard at"
msgstr ""
+msgid "View usage details"
+msgstr ""
+
msgid "View users statistics"
msgstr "ПереглÑд ÑтатиÑтики кориÑтувачів"
-msgid "View what jobs are needed for a job to run"
-msgstr ""
-
msgid "Viewed"
msgstr ""
@@ -34286,7 +35877,7 @@ msgid "Visit settings page"
msgstr "Відвідати Ñторінку налаштувань"
msgid "Visual Studio Code"
-msgstr ""
+msgstr "Visual Studio Code"
msgid "VisualReviewApp|%{stepStart}Step 1%{stepEnd}. Copy the following script:"
msgstr "%{stepStart}Крок 1%{stepEnd}. Скопіюйте наÑтупний Ñкрипт:"
@@ -34534,6 +36125,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr "Зачекайте Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ Ð´Ð»Ñ ÐºÐ¾Ð¿Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ð¹Ð¾Ð³Ð¾ вміÑту"
@@ -34591,6 +36185,9 @@ msgstr "Ми виÑвили потенційний Ñпам у %{humanized_resou
msgid "We don't have enough data to show this stage."
msgstr "Ми не маємо доÑтатньо даних Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ñ†Ñ–Ñ”Ñ— Ñтадії."
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr "Ми виÑвили наÑтупні помилки:"
@@ -34621,6 +36218,12 @@ msgstr "Ми хочемо бути впевнені, що це ви, будь л
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34672,6 +36275,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr "Вебхук"
@@ -34756,7 +36368,7 @@ msgstr "URL-адреÑа"
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34783,7 +36395,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34807,6 +36419,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr "Середа"
@@ -34837,6 +36452,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr "Що ви шукаєте?"
@@ -34858,6 +36476,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34870,10 +36497,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "Коли runner закріплений (за проєктами), його не можна викориÑтовувати в інших проєктах"
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -35033,6 +36660,9 @@ msgstr "Видалити Ñторінку %{pageTitle}?"
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -35048,9 +36678,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -35066,9 +36708,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr "Ðапишіть текÑÑ‚ або перетÑгніть файли Ñюди…"
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr "Вікі"
@@ -35153,6 +36801,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr "Створити Ð¾Ð¿Ð¸Ñ ÐµÑ‚Ð°Ð¿Ñƒ..."
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr "Створіть Ð¾Ð¿Ð¸Ñ Ñ€ÐµÐ»Ñ–Ð·Ñƒ або перетÑгніть файли Ñюди…"
@@ -35160,7 +36811,7 @@ msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr "Ðадано неправильний зовнішній UID. Будь лаÑка, налаштуйте Auth0 правильно."
msgid "Xcode"
-msgstr ""
+msgstr "Xcode"
msgid "YYYY-MM-DD"
msgstr ""
@@ -35261,7 +36912,7 @@ msgstr "Ви знаходитеÑÑ Ð½Ð° інÑтанÑÑ– Gitlab \"тільки
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr "Ви отримуєте це повідомленнÑ, бо ви Ñ” адмініÑтратором GitLab Ð´Ð»Ñ %{url}."
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -35288,6 +36939,9 @@ 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 with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr "Ви завжди можете відредагувати це пізніше"
@@ -35324,15 +36978,15 @@ msgstr "Ви можете Ñтворити нові в налаштуваннÑÑ
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "Ви можете легко робити внеÑки до них, запроÑивши доÑтуп до цих груп."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
msgstr "Ви можете фільтрувати за \"днÑми до злиттÑ\", натиÑнувши на колонки в таблиці."
msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
-msgid "You can 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 ""
@@ -35363,6 +37017,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr "Ви можете тепер відправити запит на злиттÑ, щоб Ñ†Ñ Ð·Ð¼Ñ–Ð½Ð° попала у вихідну гілку."
@@ -35423,9 +37080,6 @@ msgstr "Ви не можете імітувати кориÑтувача, Ñки
msgid "You cannot impersonate an internal user"
msgstr "Ви не можете імітувати внутрішнього кориÑтувача"
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr "Зараз ви не можете запуÑтити цей запланований конвеєр. Будь лаÑка, почекайте хвилину."
@@ -35450,9 +37104,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr "У Ð²Ð°Ñ Ñ‰Ðµ немає підпиÑок"
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35468,6 +37119,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr "У Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” жодного зареєÑтрованого U2F приÑтрою."
@@ -35495,6 +37149,9 @@ msgstr "У Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” жодних доÑтупних проєктів."
msgid "You don't have any recent searches"
msgstr "У Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” недавніх пошуків"
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr "У Ð²Ð°Ñ Ð½ÐµÐ´Ð¾Ñтатньо прав, щоб виконати цю дію."
@@ -35516,7 +37173,10 @@ msgstr "Вам надано %{access_level} доÑтуп до %{source_link} %{s
msgid "You have been granted %{access_level} access to the %{source_name} %{source_type}."
msgstr "Вам надано %{access_level} доÑтуп до %{source_name} %{source_type}."
-msgid "You have been granted %{member_human_access} access to %{title} %{name}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35612,6 +37272,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35750,7 +37413,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35780,6 +37443,9 @@ msgstr "Ваші ключі GPG (%{count})"
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35810,12 +37476,18 @@ msgstr "Ваша публічна адреÑа електронної пошти
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr "Ваші ключі SSH (%{count})"
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35828,9 +37500,6 @@ msgstr "Ваш приÑтрій U2F не надіÑлав коректну віÐ
msgid "Your U2F device was registered!"
msgstr "Ваш приÑтрій U2F уÑпішно зареєÑтровано!"
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35849,6 +37518,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr "Ваш обліковий Ð·Ð°Ð¿Ð¸Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸Ñтовує окремі параметри входу Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿Ð¸ \"%{group_name}\" Ñ– можу бути оновлений тільки через SSO."
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr "Ваші заÑтоÑунки (%{size})"
@@ -35939,9 +37611,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35960,6 +37629,9 @@ msgstr "Ваш новий %{type}"
msgid "Your new SCIM token"
msgstr "Ваш новий токен SCIM"
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr "Ваш новий перÑональний токен доÑтупу Ñтворено."
@@ -36141,6 +37813,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36445,6 +38120,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr "container_name не може бути довше %{max_length} Ñимволів"
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr "неможливо зчитати приватний ключ, чи є пароль правильним?"
@@ -36463,6 +38141,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr "дані"
@@ -36621,6 +38302,9 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr "група"
@@ -36651,12 +38335,18 @@ msgstr ""
msgid "help"
msgstr "допомога"
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr "http:"
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr "https://your-bitbucket-server"
@@ -36977,19 +38667,16 @@ msgstr "Ðе вдалоÑÑ Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶Ð¸Ñ‚Ð¸ ÑтатиÑтику розг
msgid "mrWidget|Fast-forward merge is not possible. To merge this request, first rebase locally."
msgstr "Fast-forward Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð½ÐµÐ¼Ð¾Ð¶Ð»Ð¸Ð²Ðµ. Ð”Ð»Ñ Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ñ†ÑŒÐ¾Ð³Ð¾ запиту, Ñпочатку виконайте локальний rebase."
-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 %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "Якщо гілка %{missingBranchName} Ñ–Ñнує у вашому локальному репозиторії, то ви можете заÑтоÑувати цей запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð²Ñ€ÑƒÑ‡Ð½Ñƒ за допомогою командного Ñ€Ñдка"
-msgid "mrWidget|Jump to first unresolved thread"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -37016,6 +38703,24 @@ msgstr "Запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð¾."
msgid "mrWidget|Merged by"
msgstr "Злито"
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr "Детальніше"
@@ -37106,21 +38811,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -37175,6 +38877,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr "н/д"
@@ -37196,9 +38901,6 @@ msgstr "Ðовий запит на злиттÑ"
msgid "no approvers"
msgstr "немає затверджуючих оÑіб"
-msgid "no contributions"
-msgstr "немає внеÑків"
-
msgid "no expiration"
msgstr ""
@@ -37295,6 +38997,9 @@ msgstr[1] "бали"
msgstr[2] "балів"
msgstr[3] "балів"
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr "приватний"
@@ -37338,6 +39043,12 @@ msgstr "проєкти"
msgid "quick actions"
msgstr "швидкі дії"
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -37356,6 +39067,9 @@ msgstr "видалити"
msgid "remove due date"
msgstr "видалити заплановану дату завершеннÑ"
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr "видалити вагу"
@@ -37375,13 +39089,16 @@ msgstr[3] "відповідей"
msgid "repository:"
msgstr "репозиторій:"
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr "Ñкинути його."
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37420,6 +39137,9 @@ msgstr "ВідÑутній"
msgid "severity|Unknown"
msgstr "Ðевідомий"
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37492,6 +39212,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr "назва тегу"
@@ -37501,6 +39224,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr "цей документ"
@@ -37535,7 +39261,7 @@ msgid "two-factor authentication settings"
msgstr ""
msgid "type must be Debian"
-msgstr ""
+msgstr "тип повинен бути Debian"
msgid "unicode domains should use IDNA encoding"
msgstr "домени в unicode повинні викориÑтовувати ÐºÐ¾Ð´ÑƒÐ²Ð°Ð½Ð½Ñ IDNA"
diff --git a/locale/ur_PK/gitlab.po b/locale/ur_PK/gitlab.po
index 910cd990c53..46e0d878f9a 100644
--- a/locale/ur_PK/gitlab.po
+++ b/locale/ur_PK/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: ur-PK\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:07\n"
+"PO-Revision-Date: 2021-05-03 22:10\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/uz_UZ/gitlab.po b/locale/uz_UZ/gitlab.po
index 0ca54913c1c..331bd6ea51b 100644
--- a/locale/uz_UZ/gitlab.po
+++ b/locale/uz_UZ/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: uz\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:11\n"
+"PO-Revision-Date: 2021-05-03 22:15\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -85,6 +94,11 @@ msgid_plural "%d Approvals"
msgstr[0] ""
msgstr[1] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -402,9 +416,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -533,12 +544,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -623,9 +643,6 @@ 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 ""
@@ -674,6 +691,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -710,6 +730,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -817,9 +840,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -914,9 +934,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -935,10 +952,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -956,6 +973,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -1042,6 +1068,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -1051,6 +1080,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1338,6 +1370,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1452,6 +1487,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1467,7 +1505,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1491,6 +1529,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1554,10 +1595,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1611,6 +1658,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1620,6 +1673,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1746,6 +1802,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1761,9 +1820,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1776,6 +1832,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1812,9 +1871,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1896,6 +1952,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -2001,6 +2060,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -2022,21 +2084,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -2076,6 +2132,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2196,9 +2255,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2223,9 +2279,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2262,9 +2315,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2283,9 +2333,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2304,16 +2351,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2334,10 +2384,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2349,7 +2402,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2736,6 +2789,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2906,10 +2965,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2936,19 +2992,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
+msgstr ""
+
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2969,18 +3031,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -3002,22 +3058,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -3029,6 +3085,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -3047,13 +3106,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -3065,22 +3127,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3218,9 +3277,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3248,6 +3304,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3350,10 +3409,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3614,9 +3673,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3626,7 +3682,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3683,9 +3739,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3725,6 +3778,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3824,6 +3880,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3892,14 +4038,11 @@ 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."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
msgstr[1] ""
-msgid "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] ""
@@ -3919,6 +4062,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3931,9 +4077,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -4095,6 +4247,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -4104,6 +4259,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4179,13 +4337,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4197,6 +4358,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4257,7 +4421,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4328,6 +4492,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4399,9 +4566,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4456,6 +4629,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4618,9 +4794,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4714,25 +4899,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4744,15 +4929,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4843,12 +5040,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4864,6 +5067,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5149,9 +5355,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5206,6 +5409,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5287,9 +5493,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5380,9 +5583,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5487,6 +5687,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5571,6 +5774,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5595,6 +5801,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5616,6 +5825,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5643,6 +5855,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5796,15 +6029,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5868,6 +6095,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -6057,6 +6287,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6333,6 +6566,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6432,46 +6671,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6678,6 +6944,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6843,6 +7112,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6954,7 +7226,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6981,6 +7253,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7608,6 +7889,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7665,6 +7949,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7814,6 +8101,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7859,6 +8149,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7937,7 +8230,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7997,6 +8290,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -8024,9 +8320,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -8057,6 +8368,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -8072,28 +8386,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8253,7 +8585,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8483,6 +8815,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8537,7 +8875,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8684,15 +9022,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8882,6 +9253,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8990,6 +9364,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9242,6 +9619,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9263,6 +9643,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9485,6 +9871,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9531,13 +9920,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9564,6 +9950,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9756,6 +10178,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9801,6 +10226,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9834,7 +10262,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9849,6 +10277,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9926,6 +10357,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9944,9 +10378,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9971,6 +10402,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9995,9 +10429,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -10109,10 +10552,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10160,6 +10606,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10199,6 +10648,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10211,18 +10663,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10433,9 +10879,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10547,22 +10990,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10795,15 +11223,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10846,7 +11277,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10876,7 +11307,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10891,10 +11322,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10912,6 +11349,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10954,6 +11400,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10996,7 +11448,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -11058,9 +11510,6 @@ msgstr[1] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -11088,7 +11537,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -11103,6 +11552,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -11121,10 +11573,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11169,6 +11621,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11256,6 +11711,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11349,6 +11810,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11367,6 +11831,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11385,6 +11852,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11448,21 +11918,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11508,9 +11975,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11523,13 +11987,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11571,6 +12041,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11586,6 +12059,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11604,6 +12086,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11613,9 +12098,6 @@ 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 ""
@@ -11667,6 +12149,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11694,9 +12182,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11733,6 +12230,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11835,6 +12335,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -12096,6 +12599,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -12114,7 +12620,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12429,6 +12935,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12618,6 +13127,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12729,6 +13241,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12744,6 +13259,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12756,10 +13274,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12807,9 +13328,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12822,6 +13340,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -13020,6 +13541,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -13032,9 +13556,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13295,6 +13825,14 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13514,10 +14052,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13631,6 +14172,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13718,6 +14262,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13754,9 +14301,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13904,6 +14466,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13925,6 +14490,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13964,6 +14532,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13973,6 +14544,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13988,9 +14562,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -14027,6 +14607,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -14042,6 +14625,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -14090,16 +14676,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14141,6 +14736,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14153,6 +14751,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14162,6 +14763,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14171,6 +14775,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14192,16 +14802,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14222,6 +14841,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14300,6 +14922,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14351,6 +14976,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14375,9 +15003,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14429,9 +15063,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14456,9 +15087,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14474,10 +15102,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14522,9 +15156,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14564,10 +15195,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14618,9 +15249,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14816,6 +15453,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14858,6 +15498,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14945,6 +15588,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14963,10 +15609,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14981,19 +15627,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -15032,10 +15675,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -15083,15 +15723,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -15122,7 +15759,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15173,9 +15810,6 @@ 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 group-level project templates."
msgstr ""
@@ -15197,7 +15831,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15236,6 +15879,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15413,9 +16059,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15455,6 +16107,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15473,9 +16128,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15555,12 +16219,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15600,6 +16270,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15609,10 +16285,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15696,9 +16369,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15744,6 +16423,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15756,6 +16441,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15777,9 +16468,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15801,6 +16489,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15816,6 +16507,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15841,6 +16538,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15889,6 +16589,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15993,9 +16696,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -16014,7 +16723,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -16044,7 +16753,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -16089,7 +16798,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -16122,9 +16831,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16146,6 +16852,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16209,7 +16918,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16224,7 +16933,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16251,16 +16963,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16281,7 +16999,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16335,6 +17053,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16443,6 +17164,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16452,19 +17176,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16560,9 +17281,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16581,6 +17308,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16676,6 +17418,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16685,16 +17430,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16703,6 +17457,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16727,6 +17484,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16736,6 +17496,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16754,7 +17517,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16766,6 +17529,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16790,6 +17556,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16802,7 +17571,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16811,13 +17580,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16826,6 +17595,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16910,9 +17682,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17138,24 +17907,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17264,15 +18021,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17345,19 +18099,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17366,7 +18138,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17447,6 +18219,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17462,6 +18237,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17522,6 +18342,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17534,6 +18357,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17564,10 +18390,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17588,16 +18417,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17630,16 +18456,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17654,7 +18492,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17663,9 +18501,6 @@ 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 ""
@@ -17684,6 +18519,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17795,12 +18633,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17810,6 +18660,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17831,6 +18687,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17924,6 +18783,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -18046,6 +18908,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -18076,6 +18941,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -18133,6 +19004,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18145,6 +19019,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18196,6 +19073,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18223,12 +19103,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18259,10 +19145,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18298,6 +19181,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18310,6 +19196,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18538,6 +19427,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18555,6 +19447,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18582,6 +19480,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18669,6 +19570,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18711,12 +19615,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18813,6 +19723,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18825,7 +19738,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18948,6 +19861,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -19005,6 +19927,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -19014,6 +19942,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -19068,6 +20002,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -19098,6 +20041,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -19119,9 +20065,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -19134,15 +20086,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19197,10 +20158,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19296,9 +20257,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19347,12 +20305,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19533,6 +20497,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -20071,9 +21038,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20179,9 +21143,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20361,17 +21322,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-msgstr[1] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20387,6 +21346,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20782,6 +21744,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20806,6 +21771,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20815,9 +21792,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -21079,6 +22053,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21417,10 +22397,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21459,6 +22436,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21519,6 +22502,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21531,6 +22517,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21552,6 +22541,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21564,12 +22556,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21621,10 +22622,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21758,7 +22777,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21902,9 +22921,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21926,6 +22942,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21971,6 +22993,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22229,6 +23254,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22271,15 +23299,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22352,15 +23374,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22376,15 +23389,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22397,7 +23410,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22460,6 +23476,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22469,6 +23488,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22484,15 +23506,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22502,6 +23533,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22550,6 +23584,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22589,6 +23629,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22631,6 +23674,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22676,9 +23731,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22697,18 +23749,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22721,6 +23779,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22748,6 +23809,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22769,9 +23833,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22817,6 +23878,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22835,6 +23911,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22871,9 +23950,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22916,19 +23992,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22937,9 +24007,6 @@ 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 ""
@@ -22997,13 +24064,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -23018,6 +24085,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -23105,7 +24175,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -23144,6 +24214,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23234,6 +24307,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23366,6 +24442,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23417,6 +24496,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23525,6 +24607,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23639,6 +24727,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23654,7 +24748,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23669,6 +24763,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23678,6 +24775,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23723,6 +24829,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23747,9 +24856,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23837,9 +24943,6 @@ 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 ""
@@ -23930,6 +25033,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -24095,82 +25201,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24419,12 +25540,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24440,6 +25570,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24572,6 +25705,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24650,6 +25786,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24668,6 +25807,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24929,7 +26071,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -25115,9 +26257,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25172,6 +26320,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25265,6 +26416,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25280,9 +26434,6 @@ 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 ""
@@ -25313,6 +26464,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25346,15 +26500,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25373,6 +26539,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25385,7 +26554,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25400,6 +26569,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25596,18 +26768,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25659,12 +26834,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25680,6 +26861,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25692,6 +26876,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25719,6 +26909,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25740,6 +26933,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26180,6 +27376,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26192,6 +27391,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26222,7 +27424,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26231,6 +27433,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26283,6 +27488,9 @@ msgstr[1] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26295,6 +27503,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26313,6 +27524,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26415,9 +27632,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26569,6 +27783,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26584,12 +27804,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26629,25 +27843,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26662,6 +27876,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26671,33 +27888,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26707,9 +27942,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26767,6 +28014,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26779,6 +28029,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26836,6 +28089,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -27134,6 +28393,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27203,6 +28465,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27260,7 +28525,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27287,6 +28552,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27446,6 +28714,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27491,6 +28762,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27506,12 +28780,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27758,6 +29035,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27929,12 +29215,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -28136,6 +29416,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28247,6 +29530,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28374,6 +29660,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28386,12 +29675,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28404,6 +29699,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28452,6 +29753,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28473,28 +29780,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28593,12 +29888,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28671,6 +29972,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28734,6 +30038,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28959,6 +30266,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -29016,6 +30326,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -29175,6 +30488,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29271,6 +30587,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29397,6 +30731,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29421,6 +30758,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29451,6 +30791,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29595,6 +30938,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29697,6 +31043,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29787,6 +31196,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29880,9 +31292,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30185,19 +31594,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30206,6 +31630,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30224,6 +31651,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30250,6 +31680,9 @@ msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
msgid "The 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 ""
@@ -30274,6 +31707,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30304,6 +31740,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30432,6 +31871,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30486,6 +31928,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30498,6 +31943,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30507,6 +31955,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30525,6 +31976,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30669,13 +32129,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30711,6 +32171,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30786,6 +32249,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30813,12 +32279,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30891,9 +32369,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30906,6 +32381,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30990,9 +32468,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -31014,6 +32489,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -31080,6 +32558,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31200,6 +32681,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31245,9 +32729,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31422,6 +32903,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31458,6 +32942,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31488,15 +32975,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31506,6 +32984,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31521,18 +33002,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31602,6 +33098,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31746,6 +33245,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31918,6 +33420,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31984,6 +33489,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31999,6 +33507,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -32014,7 +33525,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -32026,7 +33537,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -32041,6 +33555,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32194,9 +33711,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32409,12 +33923,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32463,9 +33971,6 @@ 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 usage ping"
msgstr ""
@@ -32475,6 +33980,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32487,6 +33995,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32505,6 +34016,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32556,6 +34070,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32595,6 +34112,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32622,6 +34142,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32661,6 +34184,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32682,6 +34211,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32718,15 +34250,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32838,15 +34379,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32856,6 +34409,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32910,6 +34466,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32925,9 +34484,6 @@ 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 merge requests."
msgstr ""
@@ -33156,13 +34712,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33255,9 +34811,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33273,6 +34841,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33549,6 +35120,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33651,12 +35225,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33711,6 +35297,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33802,6 +35391,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33850,19 +35442,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -34156,6 +35745,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34213,6 +35805,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34243,6 +35838,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34294,6 +35895,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34378,7 +35988,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34405,7 +36015,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34429,6 +36039,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34459,6 +36072,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34480,6 +36096,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34492,10 +36117,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34653,6 +36278,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34668,9 +36296,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34686,9 +36326,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34773,6 +36419,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34881,7 +36530,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34908,6 +36557,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34944,13 +36596,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34983,6 +36635,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -35043,9 +36698,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -35070,9 +36722,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -35088,6 +36737,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -35115,6 +36767,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -35136,7 +36791,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35232,6 +36890,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35370,7 +37031,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35400,6 +37061,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35430,12 +37094,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35448,9 +37118,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35469,6 +37136,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35559,9 +37229,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35580,6 +37247,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35759,6 +37429,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -36061,6 +37734,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -36079,6 +37755,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36227,6 +37906,9 @@ msgid_plural "from %d jobs"
msgstr[0] ""
msgstr[1] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36257,12 +37939,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36579,19 +38267,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36618,6 +38303,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36708,21 +38411,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36777,6 +38477,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36798,9 +38501,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36891,6 +38591,9 @@ msgid_plural "points"
msgstr[0] ""
msgstr[1] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36932,6 +38635,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36950,6 +38659,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36967,13 +38679,16 @@ msgstr[1] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -37012,6 +38727,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -37084,6 +38802,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -37093,6 +38814,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/vi_VN/gitlab.po b/locale/vi_VN/gitlab.po
index 68ed2318b68..016289b9f7c 100644
--- a/locale/vi_VN/gitlab.po
+++ b/locale/vi_VN/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: vi\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:07\n"
+"PO-Revision-Date: 2021-05-03 22:10\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr ""
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr ""
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr ""
@@ -82,6 +91,10 @@ msgid "%d Approval"
msgid_plural "%d Approvals"
msgstr[0] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -341,9 +354,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -468,12 +478,21 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -558,9 +577,6 @@ 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 ""
@@ -609,6 +625,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +664,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -748,9 +770,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -837,9 +856,6 @@ msgstr ""
msgid "%{title} changes"
msgstr ""
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -858,10 +874,10 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
-msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgid "%{type} License"
msgstr ""
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr ""
msgid "%{userName} (cannot merge)"
@@ -879,6 +895,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -964,6 +989,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -973,6 +1001,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1235,6 +1266,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1349,6 +1383,9 @@ msgstr ""
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1364,7 +1401,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1388,6 +1425,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1451,10 +1491,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1508,6 +1554,12 @@ msgstr ""
msgid "Abuse reports"
msgstr ""
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1517,6 +1569,9 @@ msgstr ""
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr ""
@@ -1643,6 +1698,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1658,9 +1716,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr ""
@@ -1673,6 +1728,9 @@ msgstr ""
msgid "Activity"
msgstr ""
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr ""
@@ -1709,9 +1767,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1793,6 +1848,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -1898,6 +1956,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -1919,21 +1980,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -1973,6 +2028,9 @@ msgstr ""
msgid "Additional minutes"
msgstr ""
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr ""
@@ -2093,9 +2151,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2120,9 +2175,6 @@ msgstr ""
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2159,9 +2211,6 @@ msgstr ""
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr ""
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2180,9 +2229,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2201,16 +2247,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2231,10 +2280,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2246,7 +2298,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2633,6 +2685,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] ""
@@ -2802,10 +2860,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2832,19 +2887,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
+msgstr ""
+
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2865,18 +2926,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -2898,22 +2953,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -2925,6 +2980,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -2943,13 +3001,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -2961,22 +3022,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3114,9 +3172,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3144,6 +3199,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3246,10 +3304,10 @@ msgstr ""
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
+msgid "An error occurred when updating the issue weight"
msgstr ""
-msgid "An error occurred when updating the issue weight"
+msgid "An error occurred when updating the title"
msgstr ""
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
@@ -3510,9 +3568,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr ""
@@ -3522,7 +3577,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3579,9 +3634,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3621,6 +3673,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3720,6 +3775,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3787,13 +3932,10 @@ msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
-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] ""
@@ -3811,6 +3953,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3823,9 +3968,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -3986,6 +4137,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -3995,6 +4149,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4070,13 +4227,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4088,6 +4248,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4148,7 +4311,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4218,6 +4381,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4288,9 +4454,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4345,6 +4517,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4507,9 +4682,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4603,25 +4787,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4633,15 +4817,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4732,12 +4928,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4753,6 +4955,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5035,9 +5240,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5092,6 +5294,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5173,9 +5378,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5266,9 +5468,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5372,6 +5571,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5456,6 +5658,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5480,6 +5685,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5501,6 +5709,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5528,6 +5739,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5681,15 +5913,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5753,6 +5979,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -5942,6 +6171,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6218,6 +6450,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6317,46 +6555,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
+msgstr ""
+
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users over subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6563,6 +6828,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6728,6 +6996,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6839,7 +7110,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6866,6 +7137,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7493,6 +7773,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7550,6 +7833,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7698,6 +7984,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7743,6 +8032,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7821,7 +8113,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7881,6 +8173,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -7908,9 +8203,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -7941,6 +8251,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -7956,28 +8269,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8135,7 +8466,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8364,6 +8695,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8418,7 +8755,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8565,15 +8902,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8763,6 +9133,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8871,6 +9244,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9123,6 +9499,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9144,6 +9523,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9366,6 +9751,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9410,13 +9798,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
-msgstr ""
-
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9443,6 +9828,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9635,6 +10056,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9680,6 +10104,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9713,7 +10140,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9728,6 +10155,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9804,6 +10234,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9822,9 +10255,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9849,6 +10279,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9873,9 +10306,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -9987,10 +10429,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10038,6 +10483,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10077,6 +10525,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10089,18 +10540,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10305,9 +10750,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10419,22 +10861,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10666,15 +11093,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10717,7 +11147,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10747,7 +11177,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10762,10 +11192,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10783,6 +11219,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10825,6 +11270,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10867,7 +11318,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -10928,9 +11379,6 @@ msgstr[0] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -10958,7 +11406,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -10973,6 +11421,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -10991,10 +11442,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11039,6 +11490,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11126,6 +11580,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr ""
@@ -11219,6 +11679,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11237,6 +11700,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11255,6 +11721,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11318,21 +11787,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11378,9 +11844,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11393,13 +11856,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11441,6 +11910,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11456,6 +11928,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11474,6 +11955,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11483,9 +11967,6 @@ 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 ""
@@ -11537,6 +12018,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11564,9 +12051,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11603,6 +12099,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11705,6 +12204,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -11966,6 +12468,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -11984,7 +12489,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12299,6 +12804,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12488,6 +12996,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12599,6 +13110,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12614,6 +13128,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12626,10 +13143,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12677,9 +13197,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12692,6 +13209,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -12890,6 +13410,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -12902,9 +13425,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13164,6 +13693,13 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr ""
@@ -13383,10 +13919,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13500,6 +14039,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13587,6 +14129,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13623,9 +14168,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13773,6 +14333,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13794,6 +14357,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13833,6 +14399,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13842,6 +14411,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13857,9 +14429,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -13896,6 +14474,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -13911,6 +14492,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -13959,16 +14543,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14010,6 +14603,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14022,6 +14618,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14031,6 +14630,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14040,6 +14642,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14061,16 +14669,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14091,6 +14708,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14169,6 +14789,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14220,6 +14843,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14244,9 +14870,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14298,9 +14930,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14325,9 +14954,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14343,10 +14969,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static 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."
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14391,9 +15023,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14433,10 +15062,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14487,9 +15116,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14685,6 +15320,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14727,6 +15365,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14814,6 +15455,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14832,10 +15476,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14850,19 +15494,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -14901,10 +15542,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -14952,15 +15590,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -14991,7 +15626,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15042,9 +15677,6 @@ 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 group-level project templates."
msgstr ""
@@ -15066,7 +15698,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15105,6 +15746,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15282,9 +15926,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15324,6 +15974,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15342,9 +15995,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15422,12 +16084,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15467,6 +16135,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15476,10 +16150,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15563,9 +16234,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15611,6 +16288,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15623,6 +16306,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15644,9 +16333,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15668,6 +16354,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15683,6 +16372,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15706,6 +16401,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15754,6 +16452,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15857,9 +16558,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -15878,7 +16585,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -15908,7 +16615,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -15953,7 +16660,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -15986,9 +16693,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16010,6 +16714,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16073,7 +16780,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16088,7 +16795,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16115,16 +16825,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16145,7 +16861,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16199,6 +16915,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16307,6 +17026,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16316,19 +17038,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr ""
-
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16424,9 +17143,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16445,6 +17170,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16539,6 +17279,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16548,16 +17291,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16566,6 +17318,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16590,6 +17345,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16599,6 +17357,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16617,7 +17378,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16629,6 +17390,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16653,6 +17417,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16665,7 +17432,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16674,13 +17441,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16689,6 +17456,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16773,9 +17543,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17001,24 +17768,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17127,15 +17882,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17208,19 +17960,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17229,7 +17999,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17310,6 +18080,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17325,6 +18098,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17385,6 +18203,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17397,6 +18218,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17427,10 +18251,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17451,16 +18278,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17493,16 +18317,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17517,7 +18353,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17526,9 +18362,6 @@ 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 ""
@@ -17547,6 +18380,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17658,12 +18494,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17673,6 +18521,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -17694,6 +18548,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17787,6 +18644,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -17908,6 +18768,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -17938,6 +18801,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -17995,6 +18864,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18007,6 +18879,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18058,6 +18933,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18085,12 +18963,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18121,10 +19005,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18160,6 +19041,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18172,6 +19056,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18394,6 +19281,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18410,6 +19300,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18437,6 +19333,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18524,6 +19423,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr ""
@@ -18566,12 +19468,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18668,6 +19576,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18680,7 +19591,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18803,6 +19714,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -18860,6 +19780,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -18869,6 +19795,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -18923,6 +19855,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -18953,6 +19894,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -18974,9 +19918,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr ""
@@ -18989,15 +19939,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19052,10 +20011,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19151,9 +20110,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19202,12 +20158,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19388,6 +20350,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -19924,9 +20889,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20032,9 +20994,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20213,16 +21172,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20238,6 +21196,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20632,6 +21593,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20656,6 +21620,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20665,9 +21641,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -20929,6 +21902,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21263,10 +22242,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21305,6 +22281,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21365,6 +22347,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21377,6 +22362,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21398,6 +22386,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21410,12 +22401,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21467,10 +22467,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21603,7 +22621,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21747,9 +22765,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21771,6 +22786,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21816,6 +22837,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22074,6 +23098,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22116,15 +23143,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22197,15 +23218,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22221,15 +23233,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22242,7 +23254,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22305,6 +23320,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22314,6 +23332,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22329,15 +23350,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22347,6 +23377,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22395,6 +23428,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22434,6 +23473,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22476,6 +23518,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22521,9 +23575,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22542,18 +23593,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22566,6 +23623,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22593,6 +23653,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22614,9 +23677,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22662,6 +23722,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22680,6 +23755,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22716,9 +23794,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22761,19 +23836,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22782,9 +23851,6 @@ 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 ""
@@ -22842,13 +23908,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -22863,6 +23929,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -22950,7 +24019,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -22989,6 +24058,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23079,6 +24151,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23211,6 +24286,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23262,6 +24340,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23370,6 +24451,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23484,6 +24571,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23499,7 +24592,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23514,6 +24607,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23523,6 +24619,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23568,6 +24673,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23592,9 +24700,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23682,9 +24787,6 @@ 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 ""
@@ -23775,6 +24877,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -23940,82 +25045,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24264,12 +25384,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24285,6 +25414,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24417,6 +25549,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24495,6 +25630,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24513,6 +25651,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24774,7 +25915,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -24960,9 +26101,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25017,6 +26164,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25110,6 +26260,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25125,9 +26278,6 @@ 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 ""
@@ -25158,6 +26308,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25191,15 +26344,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25218,6 +26383,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25230,7 +26398,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25245,6 +26413,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25439,18 +26610,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25502,12 +26676,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25523,6 +26703,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25535,6 +26718,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25562,6 +26751,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25583,6 +26775,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26019,6 +27214,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26031,6 +27229,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26061,7 +27262,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26070,6 +27271,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26120,6 +27324,9 @@ msgstr[0] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26132,6 +27339,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26150,6 +27360,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26252,9 +27468,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26404,6 +27617,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26419,12 +27638,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26464,25 +27677,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26497,6 +27710,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26506,33 +27722,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26542,9 +27776,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26602,6 +27848,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26614,6 +27863,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26671,6 +27923,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -26958,6 +28216,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27027,6 +28288,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27084,7 +28348,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27111,6 +28375,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27270,6 +28537,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27315,6 +28585,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27330,12 +28603,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27582,6 +28858,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27753,12 +29038,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -27960,6 +29239,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28071,6 +29353,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28196,6 +29481,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28208,12 +29496,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28226,6 +29520,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28274,6 +29574,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28295,28 +29601,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28415,12 +29709,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28493,6 +29793,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28556,6 +29859,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28781,6 +30087,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -28838,6 +30147,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -28997,6 +30309,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29093,6 +30408,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29219,6 +30552,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29243,6 +30579,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29273,6 +30612,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29417,6 +30759,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29519,6 +30864,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29609,6 +31017,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29702,9 +31113,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30003,19 +31411,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30024,6 +31447,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30042,6 +31468,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30067,6 +31496,9 @@ msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30091,6 +31523,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30121,6 +31556,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30248,6 +31686,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30302,6 +31743,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30314,6 +31758,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30323,6 +31770,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30341,6 +31791,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30485,13 +31944,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30527,6 +31986,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30602,6 +32064,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30629,12 +32094,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30707,9 +32184,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30722,6 +32196,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30806,9 +32283,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -30830,6 +32304,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -30896,6 +32373,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31016,6 +32496,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31061,9 +32544,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31238,6 +32718,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31274,6 +32757,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31304,15 +32790,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31322,6 +32799,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31337,18 +32817,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31418,6 +32913,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31562,6 +33060,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31732,6 +33233,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31798,6 +33302,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31813,6 +33320,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -31828,7 +33338,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -31840,7 +33350,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -31855,6 +33368,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32008,9 +33524,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32222,12 +33735,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32276,9 +33783,6 @@ 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 usage ping"
msgstr ""
@@ -32288,6 +33792,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32300,6 +33807,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32318,6 +33828,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32369,6 +33882,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32408,6 +33924,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32435,6 +33954,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32474,6 +33996,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32495,6 +34023,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32531,15 +34062,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32651,15 +34191,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32669,6 +34221,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32723,6 +34278,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32738,9 +34296,6 @@ 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 merge requests."
msgstr ""
@@ -32969,13 +34524,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33068,9 +34623,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33086,6 +34653,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33362,6 +34932,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33464,12 +35037,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33524,6 +35109,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33613,6 +35201,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33661,19 +35252,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -33967,6 +35555,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34024,6 +35615,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34054,6 +35648,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34105,6 +35705,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34189,7 +35798,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34216,7 +35825,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34240,6 +35849,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34270,6 +35882,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34291,6 +35906,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34303,10 +35927,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34463,6 +36087,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34478,9 +36105,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34496,9 +36135,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34583,6 +36228,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34691,7 +36339,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34718,6 +36366,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34754,13 +36405,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34793,6 +36444,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -34853,9 +36507,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -34880,9 +36531,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -34898,6 +36546,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -34925,6 +36576,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -34946,7 +36600,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35042,6 +36699,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35180,7 +36840,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35210,6 +36870,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35240,12 +36903,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35258,9 +36927,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35279,6 +36945,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35369,9 +37038,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35390,6 +37056,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35568,6 +37237,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -35869,6 +37541,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -35887,6 +37562,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36030,6 +37708,9 @@ msgid "from %d job"
msgid_plural "from %d jobs"
msgstr[0] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36060,12 +37741,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36380,19 +38067,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36419,6 +38103,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36509,21 +38211,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36578,6 +38277,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36599,9 +38301,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36689,6 +38388,9 @@ msgid "point"
msgid_plural "points"
msgstr[0] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36729,6 +38431,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36747,6 +38455,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36763,13 +38474,16 @@ msgstr[0] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -36808,6 +38522,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -36880,6 +38597,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -36889,6 +38609,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/zh_CN/gitlab.po b/locale/zh_CN/gitlab.po
index 9539a478dcc..62142cdd461 100644
--- a/locale/zh_CN/gitlab.po
+++ b/locale/zh_CN/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: zh-CN\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:10\n"
+"PO-Revision-Date: 2021-05-03 22:14\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -26,14 +29,20 @@ msgid " (from %{timeoutSource})"
msgstr " (æ¥è‡ª %{timeoutSource})"
msgid " Collected %{time}"
-msgstr "已收集%{time}"
+msgstr "收集于 %{time}"
msgid " Please sign in."
msgstr "请登录。"
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr "å†æ¬¡å°è¯•%{action}此文件。"
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " 您需è¦åœ¨ %{grace_period_deadline} 之å‰æ‰§è¡Œæ­¤æ“作。"
@@ -82,6 +91,10 @@ msgid "%d Approval"
msgid_plural "%d Approvals"
msgstr[0] "%d个核准"
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] "其他%d项"
@@ -341,9 +354,6 @@ msgstr "%{authorsName}的主题"
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -468,12 +478,21 @@ 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 "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
+msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr "%{group_name}群组æˆå‘˜"
@@ -558,9 +577,6 @@ msgstr "%{labelStart}未修改的å“应:%{labelEnd} %{headers}"
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 "%{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)。"
@@ -609,6 +625,9 @@ msgstr "%{milestone} (已过期)"
msgid "%{milliseconds}ms"
msgstr "%{milliseconds}毫秒"
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText},此议题将自动关闭。"
@@ -645,6 +664,9 @@ msgstr "%{name}(%{url})当å‰å‰©ä½™%{percent}或更少的共享Runneræµæ°´çº¿åˆ
msgid "%{name}(%{url}) has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run."
msgstr "%{name}(%{url})的共享Runneræµæ°´çº¿åˆ†é’Ÿæ•°å·²ç”¨å®Œï¼Œå…¶ä¸‹é¡¹ç›®å°†æ— æ³•è¿è¡Œæ–°çš„作业或æµæ°´çº¿ã€‚"
+msgid "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] "%{no_of_days}天"
@@ -748,9 +770,6 @@ msgstr "%{spanStart}于行%{spanEnd} %{errorLine}%{errorColumn}"
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr "%{spanStart}在%{spanEnd} %{errorFn}"
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr "从%{start}到%{end}"
@@ -837,9 +856,6 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title}更改"
-msgid "%{token}..."
-msgstr "%{token}..."
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr "%{totalCpu} (剩余%{freeSpacePercentage}%{percentSymbol})"
@@ -858,12 +874,12 @@ msgstr "%{total}å¼€å¯è®®é¢˜æƒé‡"
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr "找到%{total}个警告: æ˜¾ç¤ºå‰ %{warningsDisplayed}"
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "%{usage_ping_link_start}了解更多%{usage_ping_link_end}分享给GitLab Inc.çš„ä¿¡æ¯ã€‚"
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr "%{userName} (æ— æƒåˆå¹¶)"
@@ -879,6 +895,15 @@ msgstr "%{username}请求在您的实例 %{host}创建一个GitLab å¸æˆ·ï¼š"
msgid "%{username}'s avatar"
msgstr "%{username} 的头åƒ"
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr "%{value}秒"
@@ -964,6 +989,9 @@ msgstr "(检查进度)"
msgid "(deleted)"
msgstr "(已删除)"
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr "(最大 15 MB)"
@@ -973,6 +1001,9 @@ msgstr "(已删除)"
msgid "(revoked)"
msgstr "(已撤销)"
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr "* * * * *"
@@ -1235,6 +1266,9 @@ msgstr "使用AWS Lambda,AWS API网关和GitLab Pages的基本页é¢å’Œæ— æœå
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr "一个完整的DevOpså¹³å°"
@@ -1349,6 +1383,9 @@ msgstr "具有对æºåˆ†æ”¯çš„写入æƒé™çš„用户选择了此选项"
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr "需è¦å¤„ç†ï¼š 获å–GitLab Pages域%{domain}çš„Let's Encrypt加密è¯ä¹¦æ—¶å‡ºäº†é”™ã€‚"
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr "API模糊测试"
@@ -1364,7 +1401,7 @@ msgstr "API令牌"
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1388,6 +1425,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1451,10 +1491,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1508,6 +1554,12 @@ msgstr "滥用报告"
msgid "Abuse reports"
msgstr "滥用报告"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr "接å—邀请"
@@ -1517,6 +1569,9 @@ msgstr "接å—æ¡æ¬¾"
msgid "Acceptable for use in this project"
msgstr "å¯æŽ¥å—用于此项目"
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "访问令牌"
@@ -1643,6 +1698,9 @@ msgstr "å¸æˆ·ID"
msgid "Account and limit"
msgstr "å¸æˆ·å’Œé™åˆ¶"
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr "å¸æˆ·ï¼š%{account}"
@@ -1658,9 +1716,6 @@ msgstr "æ“作"
msgid "Activate Service Desk"
msgstr "å¯ç”¨æœåŠ¡å°"
-msgid "Activate user activity analysis"
-msgstr "å¯ç”¨ç”¨æˆ·æ´»åŠ¨åˆ†æž"
-
msgid "Active"
msgstr "å¯ç”¨"
@@ -1673,6 +1728,9 @@ msgstr "活动会è¯"
msgid "Activity"
msgstr "动æ€"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr "添加"
@@ -1709,9 +1767,6 @@ msgstr "添加新节点"
msgid "Add README"
msgstr "添加自述文件"
-msgid "Add Variable"
-msgstr "添加å˜é‡"
-
msgid "Add Zoom meeting"
msgstr "添加 Zoom 会议"
@@ -1793,6 +1848,9 @@ msgstr "添加核准人"
msgid "Add bold text"
msgstr "添加粗体文本"
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr "添加å­å²è¯—到å²è¯—"
@@ -1898,6 +1956,9 @@ msgstr "添加到评审"
msgid "Add to tree"
msgstr "添加到树"
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr "å‘群组添加用户"
@@ -1919,21 +1980,15 @@ msgstr "添加先å‰åˆå¹¶çš„æ交"
msgid "AddContextCommits|Add/remove"
msgstr "添加/删除"
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr "未指定用户。"
@@ -1973,6 +2028,9 @@ msgstr "附加元数æ®"
msgid "Additional minutes"
msgstr "更多的分钟数"
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "附加文本"
@@ -2093,9 +2151,6 @@ msgstr "新建项目"
msgid "AdminArea|New user"
msgstr "新建用户"
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr "一旦实例达到用户上é™ï¼Œä»»ä½•æ·»åŠ æˆ–请求访问的用户都必须由管ç†å‘˜æ‰¹å‡†ã€‚该字段留空视为无é™åˆ¶ã€‚"
-
msgid "AdminArea|Owner"
msgstr "所有者"
@@ -2120,9 +2175,6 @@ msgstr "åœæ­¢ä½œä¸šå¤±è´¥"
msgid "AdminArea|Total users"
msgstr "所有用户"
-msgid "AdminArea|User cap"
-msgstr "用户上é™"
-
msgid "AdminArea|Users"
msgstr ""
@@ -2159,9 +2211,6 @@ msgstr "删除"
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr "删除项目 %{projectName}?"
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr "将集æˆè®¾ç½®åº”用于所有项目"
-
msgid "AdminSettings|Auto DevOps domain"
msgstr "Auto DevOps 域"
@@ -2180,9 +2229,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2201,18 +2247,21 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr "强制æµæ°´çº¿é…ç½®"
+msgid "AdminSettings|See affected service templates"
+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 "Service模æ¿å…许您设置集æˆçš„默认值"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
+msgstr ""
+
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
msgstr ""
@@ -2231,12 +2280,15 @@ 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 "创建一个新的环境å˜é‡æ—¶ï¼Œå®ƒä¼šè¢«é»˜è®¤ä¿æŠ¤ã€‚"
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
+msgstr ""
+
msgid "AdminStatistics|Active Users"
msgstr "活跃用户"
@@ -2246,8 +2298,8 @@ msgstr "派生"
msgid "AdminStatistics|Issues"
msgstr "议题"
-msgid "AdminStatistics|Merge Requests"
-msgstr "åˆå¹¶è¯·æ±‚"
+msgid "AdminStatistics|Merge requests"
+msgstr ""
msgid "AdminStatistics|Milestones"
msgstr "里程碑"
@@ -2633,6 +2685,12 @@ msgstr "在那之åŽï¼Œæ‚¨å°†æ— æ³•ä½¿ç”¨åˆå¹¶æ‰¹å‡†æˆ–å²è¯—以åŠå…¶ä»–众多
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr "在那之åŽï¼Œæ‚¨å°†æ— æ³•ä½¿ç”¨åˆå¹¶æ‰¹å‡†æˆ–å²è¯—以åŠä¼—多安全功能。"
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] "警报"
@@ -2802,10 +2860,7 @@ msgstr "选择键"
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr "标题为在 GitLab中警报的必填字段。如果您指定的负载字段ä¸å¯ç”¨ï¼Œè¯·æŒ‡æ˜Žåº”该使用哪个字段。"
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2832,20 +2887,26 @@ msgstr "编辑负载"
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr "输入集æˆå称"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
+msgstr ""
+
msgid "AlertSettings|HTTP Endpoint"
msgstr "HTTP 端点"
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
-msgstr "如果您编辑负载,将会é‡ç½®å·²ä¿å­˜çš„映射,您需è¦é‡æ–°æ˜ å°„字段。"
-
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
-msgstr "在 GitLabçš„å…费版本中,æ¯ç§ç±»åž‹åªèƒ½æ·»åŠ ä¸€ä¸ªé›†æˆã€‚ %{linkStart}å‡çº§æ‚¨çš„订阅%{linkEnd}以添加更多集æˆã€‚"
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
+msgstr ""
msgid "AlertSettings|Integration successfully saved"
msgstr ""
@@ -2865,18 +2926,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr "Prometheus API基础URL"
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr "é‡ç½®é”®"
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr "已解æžç¤ºä¾‹è´Ÿè½½ã€‚您现在å¯ä»¥æ˜ å°„字段。"
@@ -2898,23 +2953,23 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
-msgstr "URLä¸èƒ½ä¸ºç©ºï¼Œå¿…须以http或https开头。"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
-msgstr "使用下é¢çš„URL和授æƒå¯†é’¥æŽˆæƒPrometheuså‘GitLabå‘é€è­¦æŠ¥ã€‚查看Prometheus文档以了解在何处添加这些详细信æ¯ï¼Œä»¥åŠæŸ¥é˜…%{linkStart}GitLab文档%{linkEnd}以了解有关é…置端点的更多信æ¯ã€‚"
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
+msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
-msgstr "使用下é¢çš„URL和授æƒå¯†é’¥æŽˆæƒå¤–部æœåŠ¡å‘GitLabå‘é€è­¦æŠ¥ã€‚查看外部æœåŠ¡æ–‡æ¡£ä»¥äº†è§£åœ¨ä½•å¤„添加这些详细信æ¯ï¼Œä»¥åŠæŸ¥é˜…%{linkStart}GitLab文档%{linkEnd}以了解有关é…置端点的更多信æ¯ã€‚"
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
+msgstr ""
msgid "AlertSettings|View URL and authorization key"
msgstr ""
@@ -2925,6 +2980,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr "Webhook网å€"
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr "您现在å¯ä»¥åœ¨è¿ç»´è®¾ç½®é¡µé¢ä¸Šçš„警报部分中为手动é…置的Prometheus实例设置警报端点。此页é¢ä¸Šçš„警报端点字段已被弃用。"
@@ -2943,14 +3001,17 @@ msgstr "警报将ä¸ä¼šé€šè¿‡æ­¤é›†æˆåˆ›å»º"
msgid "AlertsIntegrations|Current integrations"
msgstr "当å‰é›†æˆ"
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr "集æˆå称"
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
-msgstr "尚未添加任何集æˆ"
+msgid "AlertsIntegrations|No integrations have been added yet."
+msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
msgstr "无法更新当å‰é›†æˆã€‚请é‡è¯•ã€‚"
@@ -2961,23 +3022,20 @@ msgstr "无法添加集æˆã€‚请é‡è¯•ã€‚"
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr "无法删除集æˆã€‚请é‡è¯•ã€‚"
-msgid "AlertsIntegrations|The integration has been successfully removed."
-msgstr "集æˆå·²æˆåŠŸåˆ é™¤ã€‚"
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr "无法é‡ç½®é›†æˆä»¤ç‰Œã€‚请é‡è¯•ã€‚"
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr "测试警报已æˆåŠŸå‘é€ï¼ŒçŽ°åœ¨åº”出现在您的警报列表中。"
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
-msgstr "您已选择删除%{integrationName}集æˆã€‚ 确定继续å—?这æ„味ç€æ‚¨å°†ä¸å†ä»Žè­¦æŠ¥åˆ—表中的此端点接收警报,此æ“作无法撤消。"
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
+msgstr ""
msgid "Algorithm"
msgstr "算法"
@@ -3114,9 +3172,6 @@ msgstr "å·²å…许"
msgid "Allowed Geo IP"
msgstr "å…许的Geo IP"
-msgid "Allowed domains for sign-ups"
-msgstr "å…许注册的域"
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr "å…许使用电å­é‚®ä»¶åŸŸåé™åˆ¶ä»…å¯ç”¨äºŽé¡¶çº§ç¾¤ç»„"
@@ -3144,6 +3199,9 @@ msgstr ""
msgid "Already blocked"
msgstr "已被阻止"
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "也称为“签å‘者â€æˆ–“ä¾èµ–方信任标识符â€"
@@ -3246,12 +3304,12 @@ msgstr "切æ¢é€šçŸ¥è®¢é˜…æ—¶å‘生错误"
msgid "An error occurred when updating the issue due date"
msgstr "更新问题到期日时å‘生错误"
-msgid "An error occurred when updating the issue title"
-msgstr ""
-
msgid "An error occurred when updating the issue weight"
msgstr "更新议题æƒé‡æ—¶å‘生错误"
+msgid "An error occurred when updating the title"
+msgstr ""
+
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
msgstr "确认通知时出错,请刷新页é¢å¹¶é‡è¯•ã€‚"
@@ -3510,9 +3568,6 @@ msgstr "获å–项目时å‘生错误。"
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr "订阅通知时å‘生错误。"
@@ -3522,8 +3577,8 @@ msgstr "触å‘作业时å‘生错误。"
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr "å°è¯•ç”ŸæˆæŠ¥å‘Šæ—¶å‡ºé”™ã€‚请ç¨åŽå†è¯•ã€‚"
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
-msgstr "å°è¯•ä¸ºæ­¤åˆå¹¶è¯·æ±‚è¿è¡Œæ–°æµæ°´çº¿æ—¶å‘生错误。"
+msgid "An error occurred while trying to run a new pipeline for this merge request."
+msgstr ""
msgid "An error occurred while unsubscribing to notifications."
msgstr "å–消订阅通知时å‘生错误。"
@@ -3579,9 +3634,6 @@ msgstr "一个实例级无æœåŠ¡å™¨åŸŸå·²ç»å­˜åœ¨ã€‚"
msgid "An issue already exists"
msgstr "议题已ç»å­˜åœ¨"
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr "未ç»è®¤è¯çš„用户"
@@ -3621,6 +3673,9 @@ msgstr "分æžä½ çš„æºä»£ç å’Œgit历å²ä¸­çš„密ç ."
msgid "Analyze your source code for known vulnerabilities."
msgstr "分æžæºä»£ç æŸ¥æ‰¾å·²çŸ¥æ¼æ´ž."
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr "祖先"
@@ -3720,6 +3775,96 @@ msgstr "应用程åºå·²æˆåŠŸæ›´æ–°ã€‚"
msgid "Application: %{name}"
msgstr "应用:%{name}"
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "应用"
@@ -3787,12 +3932,9 @@ msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] "%d æˆå‘˜"
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
-msgstr[0] "这些æˆå‘˜çš„核准ä¸ä¼šè¢«æ’¤é”€ã€‚"
-
-msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
-msgstr "您å³å°†åˆ é™¤å…·æœ‰ %{nMembers} çš„ %{name} 核准人群组。"
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
+msgstr[0] ""
msgid "ApprovalRuleSummary|%d member"
msgid_plural "ApprovalRuleSummary|%d members"
@@ -3811,6 +3953,9 @@ msgstr "核准规则"
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr "核准人"
@@ -3823,9 +3968,15 @@ msgstr "å称"
msgid "ApprovalRule|Rule name"
msgstr "规则å称"
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr "目标分支"
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr "éµå®ˆèŒè´£åˆ†ç¦»"
@@ -3986,6 +4137,9 @@ msgstr "您确定è¦é‡æ–°ç”Ÿæˆå…¬é’¥å—?在镜åƒå†æ¬¡è¿è¡Œä¹‹å‰ï¼Œæ‚¨å¿…
msgid "Are you sure you want to reindex?"
msgstr "您确定è¦é‡å»ºç´¢å¼•å—?"
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr "确定移除群组 %{group_name} å—?"
@@ -3995,6 +4149,9 @@ msgstr "您确定è¦åˆ é™¤æ­¤é™„件?"
msgid "Are you sure you want to remove the license?"
msgstr "您确定è¦åˆ é™¤è®¸å¯è¯å—?"
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr "您确定è¦åˆ é™¤è¿™ä¸ªèº«ä»½æ ‡è¯†å—?"
@@ -4070,13 +4227,16 @@ msgstr "产物已æˆåŠŸåˆ é™¤ã€‚"
msgid "Artifacts"
msgstr "产物"
+msgid "Artifacts maximum size"
+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 "éšç€æˆ‘们继续为SAST添加更多的功能,我们éžå¸¸æ¬¢è¿Žæ‚¨é€šè¿‡%{linkStart}此议题%{linkEnd}为SASTé…置功能æä¾›å馈。"
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr "%{user} 推é€åˆ° %{project_name} 的分支%{branch} ( %{commit_url} ): "
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4088,6 +4248,9 @@ msgstr ""
msgid "Ascending"
msgstr "å‡åºæŽ’列"
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4148,8 +4311,8 @@ msgstr ""
msgid "Assigned Issues"
msgstr "已分é…议题"
-msgid "Assigned Merge Requests"
-msgstr "已分é…åˆå¹¶è¯·æ±‚"
+msgid "Assigned merge requests"
+msgstr ""
msgid "Assigned projects"
msgstr ""
@@ -4218,6 +4381,9 @@ msgstr "添加附件"
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "拖放文件到此处或%{upload_link}"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] "添加%d个附件"
@@ -4288,9 +4454,15 @@ msgstr "验è¯"
msgid "Authenticate with GitHub"
msgstr "使用GitHub身份验è¯"
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr "ç»è¿‡èº«ä»½éªŒè¯çš„API请求速率é™åˆ¶"
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr "ç»è¿‡èº«ä»½éªŒè¯çš„web请求速率é™åˆ¶"
@@ -4345,6 +4517,9 @@ msgstr "授æƒå¯†é’¥"
msgid "Authorization required"
msgstr "需è¦æŽˆæƒ"
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr "在应用中输入您的用户å和密ç å³å®ŒæˆæŽˆæƒã€‚"
@@ -4507,9 +4682,18 @@ msgstr "å³å°†åˆ é™¤å¤´åƒã€‚确定继续å—?"
msgid "Average per day: %{average}"
msgstr "å¹³å‡æ¯å¤©: %{average}"
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr "回到第%{number}页"
@@ -4603,26 +4787,26 @@ msgstr "您的徽章"
msgid "Balsamiq file could not be loaded."
msgstr "无法加载 balsamiq 文件。"
-msgid "BambooService|A continuous integration and build server"
-msgstr "一个æŒç»­é›†æˆå’Œæž„建æœåŠ¡å™¨"
+msgid "BambooService|Atlassian Bamboo"
+msgstr ""
-msgid "BambooService|A user with API access, if applicable"
-msgstr "具有API访问æƒé™çš„用户,如果适用。"
+msgid "BambooService|Bamboo URL"
+msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
-msgstr "Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
+msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
-msgstr "Bamboo构建计划密钥,如KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
+msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
-msgstr "Bamboo 根地å€ï¼Œä¾‹å¦‚:https://bambo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
+msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
-msgstr "您必须在Bamboo中设置自动版本标签和仓库触å‘器。"
+msgid "BambooService|The user with API access to the Bamboo server."
+msgstr ""
msgid "Based on"
msgstr "基于"
@@ -4633,15 +4817,27 @@ msgstr "请注æ„,更改项目的命å空间å¯èƒ½ä¼šäº§ç”Ÿéžé¢„期的副作
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr "请注æ„,é‡å‘½å项目的仓库å¯èƒ½ä¼šäº§ç”Ÿéžé¢„期的副作用。"
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr "从选定的æ交开始"
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr "下é¢æ˜¯å½“å‰å®žä¾‹SSH主机密钥的指纹。"
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr "您将在下é¢æ‰¾åˆ°æ‰€æœ‰å…¬å¼€çš„群组。"
@@ -4732,12 +4928,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr "加载收费æˆå‘˜åˆ—表时å‘生错误"
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4753,6 +4955,9 @@ msgstr "ç§æœ‰"
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5035,9 +5240,6 @@ msgstr "查看分支概览"
msgid "Branches|Show stale branches"
msgstr "查看éžæ´»è·ƒåˆ†æ”¯"
-msgid "Branches|Sort by"
-msgstr "排åº"
-
msgid "Branches|Stale"
msgstr "éžæ´»è·ƒ"
@@ -5092,6 +5294,9 @@ msgstr "广播消æ¯å·²æˆåŠŸæ›´æ–°ã€‚"
msgid "Broadcast Messages"
msgstr "广播消æ¯"
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "æµè§ˆç›®å½•"
@@ -5173,9 +5378,6 @@ msgstr "必须为群组"
msgid "Burndown chart"
msgstr "燃尽图"
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr "燃尽图现已固定。这æ„味ç€åœ¨é‡Œç¨‹ç¢‘过期åŽåœ¨å…¶ä¸­åˆ é™¤è®®é¢˜ä¸ä¼šå½±å“图表。您å¯ä»¥ä½¿ç”¨ %{strongStart}旧版燃尽图%{strongEnd}按钮查看旧图表。"
-
msgid "BurndownChartLabel|Open issue weight"
msgstr "未解决议题æƒé‡"
@@ -5266,9 +5468,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr "为外部仓库设置的CI/CD"
-msgid "CI/CD settings"
-msgstr "CI/CD 设置"
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5372,6 +5571,9 @@ msgstr "回调 URL"
msgid "Can be manually deployed to"
msgstr "å¯ä»¥æ‰‹åŠ¨éƒ¨ç½²åˆ°"
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr "由于æºåˆ†æ”¯å·²åˆ é™¤ï¼Œå› æ­¤æ— æ³•åº”用。"
@@ -5456,6 +5658,9 @@ msgstr "å–消è¿è¡Œ"
msgid "Cancel this job"
msgstr "å–消此作业"
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr "å–消,ä¿ç•™é¡¹ç›®"
@@ -5480,6 +5685,9 @@ msgstr "无法创建滥用报告。用户已被删除。"
msgid "Cannot create the abuse report. This user has been blocked."
msgstr "无法创建滥用报告。此用户已被ç¦ç”¨ã€‚"
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr "无法å¯ç”¨å…±äº«runner,因为其父群组ä¸å…许"
@@ -5501,6 +5709,9 @@ msgstr "如果å²è¯—包å«éžç§å¯†è®®é¢˜ï¼Œåˆ™æ— æ³•å°†è¯¥å²è¯—设置为ç§å¯†
msgid "Cannot merge"
msgstr "无法åˆå¹¶"
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr "无法修改托管的 Kubernetes 集群"
@@ -5528,6 +5739,27 @@ msgstr "无法跳过åŒé‡è®¤è¯è®¾ç½®"
msgid "Capacity threshold"
msgstr "容é‡é˜ˆå€¼"
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr "此用户内容将被移动到系统级“幽çµç”¨æˆ·â€ï¼Œä»¥ä¿ç•™ä¾›æœªæ¥éœ€è¦æ—¶ä½¿ç”¨ã€‚ 欲了解更多信æ¯ï¼Œè¯·å‚阅%{link_start}用户å¸æˆ·åˆ é™¤æ–‡æ¡£%{link_end}。"
@@ -5681,15 +5913,9 @@ msgstr "将标题更改为“%{title_param}â€ã€‚"
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr "在索引%{link_start}é‡æ–°åˆ›å»º%{link_end}之å‰ï¼Œæ›´æ”¹å°†ä¸ä¼šç”Ÿæ•ˆã€‚"
-
msgid "Changing group URL can have unintended side effects."
msgstr "更改群组URLå¯èƒ½ä¼šæœ‰éžé¢„期的副作用。"
-msgid "Channel handle (e.g. town-square)"
-msgstr "频é“è´¦å·(例如town-square)"
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr "无法显示图表,因为数æ®è¯·æ±‚已超时。 %{documentationLink}"
@@ -5753,6 +5979,9 @@ msgstr "在本地检出ã€å®¡æ ¸å’Œåˆå¹¶"
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "查看%{docs_link_start}文档%{docs_link_end}。"
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -5942,6 +6171,9 @@ msgstr "å­å²è¯—ä¸å­˜åœ¨ã€‚"
msgid "Chinese language support using"
msgstr "中文支æŒä½¿ç”¨"
+msgid "Choose File..."
+msgstr ""
+
msgid "Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to see what's changed or to create a merge request."
msgstr "选择分支/标签(例如%{master})或输入æ交(例如%{sha})以查看更改内容或创建åˆå¹¶è¯·æ±‚。"
@@ -6218,6 +6450,12 @@ msgstr "点击%{link_to}查看请求。"
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr "点击以展开。"
@@ -6317,46 +6555,73 @@ msgstr "关闭: %{closed}"
msgid "Closes this %{quick_action_target}."
msgstr "关闭此%{quick_action_target}."
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6563,6 +6828,9 @@ msgstr "身份验è¯é”™è¯¯"
msgid "ClusterIntegration|Base domain"
msgstr "基础域"
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr "阻止模å¼"
@@ -6630,7 +6898,7 @@ msgid "ClusterIntegration|Clusters connected with a certificate"
msgstr "使用è¯ä¹¦è¿žæŽ¥çš„集群"
msgid "ClusterIntegration|Connect cluster with certificate"
-msgstr "使用è¯ä¹¦è¿žæŽ¥æ•°æ®ç»„"
+msgstr "使用è¯ä¹¦è¿žæŽ¥é›†ç¾¤"
msgid "ClusterIntegration|Connect existing cluster"
msgstr "连接现有集群"
@@ -6728,6 +6996,9 @@ msgstr "Elastic Stack"
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr "为Anthoså¯ç”¨Cloud Run"
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr "å¯ç”¨æˆ–ç¦ç”¨GitLab与Kubernetes群集的连接。"
@@ -6839,8 +7110,8 @@ msgstr "如果您正在设置多个群集并使用Auto DevOps,请%{help_link_s
msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
msgstr "如果您ä¸æƒ³åˆ é™¤æ‰€æœ‰ç›¸å…³çš„GitLab资æºï¼Œæ‚¨å¯ä»¥åªåˆ é™¤é›†æˆã€‚"
-msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus in the Applications tab."
-msgstr "è¦æŸ¥çœ‹ç¾¤é›†çš„è¿è¡ŒçŠ¶å†µï¼Œå¿…须首先在“应用程åºâ€é€‰é¡¹å¡ä¸­å®‰è£…Prometheus。"
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
+msgstr ""
msgid "ClusterIntegration|Ingress"
msgstr "Ingress"
@@ -6866,6 +7137,15 @@ msgstr "å°†Kubernetes与集群è¯ä¹¦é›†æˆ"
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr "与集群è¯ä¹¦é›†æˆ"
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr "ç­¾å‘人电å­é‚®ä»¶"
@@ -7493,6 +7773,9 @@ msgstr "代ç æ‰€æœ‰è€…的核准是必需的"
msgid "Code owners"
msgstr "代ç æ‰€æœ‰è€…"
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr "此处为定义"
@@ -7550,6 +7833,9 @@ msgstr "Collector主机å"
msgid "ComboSearch is not defined"
msgstr "ComboSearch未定义"
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr "以逗å·åˆ†éš”,例如 '1.1.1, 2.2.2.0/24'"
@@ -7698,6 +7984,9 @@ msgstr "比较%{oldCommitId}...%{newCommitId}"
msgid "Compare Git revisions"
msgstr "比较Gitæ交版本"
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr "比较版本"
@@ -7743,6 +8032,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7821,7 +8113,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7881,6 +8173,9 @@ msgstr "SOX - Sarbanes-Oxley"
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr "此项目由%{framework}管ç†ã€‚"
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr "置信度"
@@ -7908,9 +8203,24 @@ msgstr "é…ç½®Let's Encrypt"
msgid "Configure Prometheus"
msgstr "é…ç½®Promethes"
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr "é…置跟踪"
+msgid "Configure What's new drawer and content."
+msgstr ""
+
msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
msgstr "在%{codeStart}.gitlab%{codeEnd}目录中é…ç½®%{codeStart}gitlab-webide.yml%{codeEnd}文件以开始使用Web终端。 %{helpStart}了解更多。%{helpEnd}"
@@ -7941,6 +8251,9 @@ msgstr "é…ç½®è¦ä¿æŠ¤æœºæž¶æ”»å‡»çš„路径。"
msgid "Configure repository mirroring."
msgstr "é…置仓库镜åƒã€‚"
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr "é…置存储路径设置。"
@@ -7956,29 +8269,47 @@ msgstr "é…置显示给任何访问此看æ¿çš„人的列表"
msgid "Confirm"
msgstr "确认"
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr "确认电å­é‚®ä»¶å‘é€åˆ°%{email}"
msgid "Confirmation required"
msgstr "需è¦ç¡®è®¤"
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr "Confluence"
+msgid "Confluence Cloud Workspace URL"
+msgstr ""
+
msgid "ConfluenceService|Confluence Workspace"
msgstr "Confluence工作区"
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
-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 "å¯ç”¨Confluence工作区将ç¦ç”¨é»˜è®¤çš„GitLab Wiki。您的GitLab Wikiæ•°æ®å°†è¢«ä¿å­˜ï¼Œæ‚¨ä»¥åŽéšæ—¶å¯ä»¥é€šè¿‡å…³é—­æ­¤é›†æˆæ¥é‡æ–°å¯ç”¨å®ƒ"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
+msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
-msgstr "Confluence工作区的URL"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
+msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
-msgstr "您的GitLab Wikiå¯ä»¥åœ¨æ­¤è®¿é—®ï¼š %{wiki_link}。è¦é‡æ–°å¯ç”¨æ‚¨çš„GitLab Wiki,请ç¦ç”¨æ­¤é›†æˆ"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
+msgstr ""
msgid "Congratulations, your free trial is activated."
msgstr ""
@@ -8135,8 +8466,8 @@ msgstr "å¤åˆ¶æŽ¨é€å‘½ä»¤"
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
-msgstr "删除选中项"
+msgid "ContainerRegistry|Delete selected tags"
+msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
msgstr ""
@@ -8364,6 +8695,12 @@ msgstr "您å¯ä»¥é€šè¿‡ä»¥ä¸‹å‘½ä»¤å°†é•œåƒæ·»åŠ åˆ°å®¹å™¨é•œåƒåº“:"
msgid "Contains %{count} blobs of images (%{size})"
msgstr "包å«é•œåƒ(%{size})çš„%{count}个blob"
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ".gitlab-ci.yml的内容"
@@ -8418,8 +8755,8 @@ msgstr "上个月"
msgid "ContributionAnalytics|Last week"
msgstr "上周"
-msgid "ContributionAnalytics|Merge Requests"
-msgstr "åˆå¹¶è¯·æ±‚"
+msgid "ContributionAnalytics|Merge requests"
+msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
msgstr "在选定的时间段内没有议题。"
@@ -8565,15 +8902,48 @@ msgstr "å¤åˆ¶è§¦å‘令牌"
msgid "Copy value"
msgstr "å¤åˆ¶å€¼"
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr "无法将管ç†å‘˜æ·»åŠ ä¸ºæˆå‘˜"
@@ -8763,6 +9133,9 @@ msgstr "请创建并æ供您的GitHub%{link_start}个人访问令牌%{link_end}
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr "创建分支"
@@ -8871,6 +9244,9 @@ msgstr "创建代ç ç‰‡æ–­"
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr "创建通é…符: %{searchTerm}"
@@ -9123,6 +9499,9 @@ msgstr "Cron时区"
msgid "Crossplane"
msgstr "Crossplane"
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9144,6 +9523,12 @@ msgstr "当å‰èŠ‚点必须是主节点,å¦åˆ™æ‚¨å°†ä¼šé”定自己。"
msgid "Current password"
msgstr "当å‰å¯†ç "
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr "当å‰æ¼æ´žæ•°é‡"
@@ -9366,6 +9751,9 @@ msgstr "已选择%{stageCount}个阶段"
msgid "CycleAnalytics|All stages"
msgstr "所有阶段"
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr "日期"
@@ -9410,15 +9798,12 @@ msgstr "阶段"
msgid "CycleAnalytics|Tasks by type"
msgstr "按类型的任务"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
+msgstr ""
+
msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr "给定的日期范围大于180天"
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr "æ¯æ—¥å®Œæˆçš„项目在选定阶段所花费的全部时间。数æ®é™äºŽæœ€åŽ500项。"
-
-msgid "CycleAnalytics|Total days to completion"
-msgstr "完æˆæ‰€éœ€æ€»å¤©æ•°"
-
msgid "CycleAnalytics|Type of work"
msgstr "工作类型"
@@ -9443,6 +9828,42 @@ msgstr ""
msgid "DNS"
msgstr "DNS"
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr "仪表æ¿"
@@ -9635,6 +10056,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9680,6 +10104,9 @@ msgstr "站点é…ç½®"
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr "爬虫超时"
@@ -9713,7 +10140,7 @@ msgstr "å¯ç”¨AJAX爬虫"
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9728,6 +10155,9 @@ msgstr "已验è¯"
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr "å¤åˆ¶HTTP报头到剪贴æ¿"
@@ -9804,6 +10234,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr "æ•°æ®ä»åœ¨è®¡ç®—中……"
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr "æ•°æ®åº“更新失败"
@@ -9822,9 +10255,6 @@ msgstr "日期范围"
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr "日期范围ä¸èƒ½è¶…过%{maxDateRange}天。"
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9849,6 +10279,9 @@ msgstr "天"
msgid "Days to merge"
msgstr "åˆå¹¶æ‰€éœ€å¤©æ•°"
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr "亲爱的管ç†å‘˜ï¼Œ"
@@ -9873,9 +10306,18 @@ msgstr "æ‹’ç»å¹¶é€€å‡º"
msgid "Decompressed archive size validation failed."
msgstr "解压归档大å°éªŒè¯å¤±è´¥ã€‚"
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr "默认CIé…置路径"
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr "默认产物过期时间"
@@ -9987,11 +10429,14 @@ msgstr "删除评论"
msgid "Delete domain"
msgstr "删除域"
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr "删除标签"
-msgid "Delete label: %{label_name} ?"
-msgstr "删除标记: %{label_name}?"
+msgid "Delete label: %{labelName}"
+msgstr ""
msgid "Delete pipeline"
msgstr "删除æµæ°´çº¿"
@@ -10038,6 +10483,9 @@ msgstr "删除项目代ç ç‰‡æ®µå¤±è´¥ã€‚请å†è¯•ä¸€æ¬¡æˆ–è”系管ç†å‘˜ã€‚"
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr "删除项目容器镜åƒåº“中的æŸäº›æ ‡ç­¾å¤±è´¥ã€‚请é‡è¯•æˆ–è”系管ç†å‘˜ã€‚"
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr "删除wiki仓库失败。请é‡è¯•æˆ–è”系管ç†å‘˜ã€‚"
@@ -10077,6 +10525,9 @@ 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 "删除项目会将其置于åªè¯»çŠ¶æ€ç›´è‡³%{date}。届时项目将被永久删除。确定è¦åˆ é™¤å—?"
+msgid "Deleting a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10089,18 +10540,12 @@ msgstr "已拒ç»"
msgid "Denied authorization of chat nickname %{user_name}."
msgstr "æ‹’ç»èŠå¤©æ˜µç§° %{user_name} 的授æƒã€‚"
-msgid "Denied domains for sign-ups"
-msgstr "æ‹’ç»æ³¨å†Œçš„域å"
-
msgid "Deny"
msgstr "æ‹’ç»"
msgid "Deny access request"
msgstr "æ‹’ç»è®¿é—®è¯·æ±‚"
-msgid "Denylist file"
-msgstr "æ‹’ç»æ¸…å•æ–‡ä»¶"
-
msgid "Dependencies"
msgstr "ä¾èµ–项"
@@ -10305,9 +10750,6 @@ msgstr "公开访问的部署密钥"
msgid "DeployKeys|Read access only"
msgstr "åªè¯»æƒé™"
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr "å³å°†å°†åˆ é™¤è¯¥éƒ¨ç½²å¯†é’¥ã€‚确定继续å—?"
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr "å¯ç”¨éƒ¨ç½²ä»¤ç‰Œï¼ˆ%{active_tokens})"
@@ -10419,22 +10861,7 @@ msgstr "使用GitLabè½»æ¾éƒ¨ç½²åˆ° AWS"
msgid "Deployment Frequency"
msgstr "部署频率"
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10666,15 +11093,18 @@ msgstr ""
msgid "DevOps Report"
msgstr "DevOps报告"
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10717,7 +11147,7 @@ msgstr "部署"
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10747,7 +11177,7 @@ msgstr "æµæ°´çº¿"
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10762,11 +11192,17 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr "扫æ"
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
-msgstr "获å–群组时å‘生错误。请刷新页é¢å†è¯•ä¸€æ¬¡ã€‚"
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
+msgstr ""
msgid "DevopsReport|Adoption"
msgstr "采用率"
@@ -10783,6 +11219,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr "分数"
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr "差异内容é™åˆ¶"
@@ -10825,6 +11270,12 @@ msgstr "目录å称"
msgid "Disable"
msgstr "ç¦ç”¨"
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr "在此项目中ç¦ç”¨"
@@ -10867,8 +11318,8 @@ msgstr "å–消"
msgid "DiscordService|Discord Notifications"
msgstr "Discord 通知"
-msgid "DiscordService|Receive event notifications in Discord"
-msgstr "在 Discord 中接收事件通知"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
+msgstr ""
msgid "Discover GitLab Geo"
msgstr "探索GitLab Geo"
@@ -10928,9 +11379,6 @@ msgstr[0] "忽略%d个选定的æ¼æ´žï¼Œå°†å®ƒä»¬å½’类为"
msgid "Dismiss DevOps Report introduction"
msgstr "关闭DevOps报告介ç»"
-msgid "Dismiss Merge Request promotion"
-msgstr "关闭åˆå¹¶è¯·æ±‚推广"
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr "ä¸å†æ˜¾ç¤ºä»·å€¼æµåˆ†æžä»‹ç»æ¡†"
@@ -10958,8 +11406,8 @@ msgstr "在æµæ°´çº¿%{pipelineLink}上忽略"
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr "在%{projectLink} 中的æµæ°´çº¿ %{pipelineLink}上忽略"
-msgid "Display alerts from all your monitoring tools directly within GitLab."
-msgstr "直接在GitLab中显示æ¥è‡ªæ‚¨æ‰€æœ‰ç›‘测工具的警报。"
+msgid "Display alerts from all configured monitoring tools."
+msgstr ""
msgid "Display name"
msgstr "显示å称"
@@ -10973,6 +11421,9 @@ msgstr "显示æº"
msgid "Do not display offers from third parties within GitLab"
msgstr "ä¸åœ¨GitLab中显示æ¥è‡ªç¬¬ä¸‰æ–¹çš„推广"
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr "Dockerfile"
@@ -10991,12 +11442,12 @@ msgstr "文档é‡å»ºç´¢å¼•: %{processed_documents} (%{percentage}%%)"
msgid "Domain"
msgstr "域å"
+msgid "Domain Name"
+msgstr ""
+
msgid "Domain cannot be deleted while associated to one or more clusters."
msgstr "如已关è”到一个或多个集群,则域ä¸èƒ½åˆ é™¤ã€‚"
-msgid "Domain denylist"
-msgstr "域åæ‹’ç»åˆ—表"
-
msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
msgstr "域验è¯æ˜¯å…¬å…± GitLab 站点的基本安全措施。用户需è¦è¯æ˜Žä»–们在å¯ç”¨åŸŸä¹‹å‰æ‹¥æœ‰åŸŸçš„所有æƒ"
@@ -11039,6 +11490,9 @@ msgstr "下载%{format}:"
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr "下载CSV"
@@ -11126,6 +11580,12 @@ msgstr "在此过程中,我们会è¦æ±‚您æä¾›æ¥è‡ª GitLab çš„ URL 。请ä½
msgid "Dynamic Application Security Testing (DAST)"
msgstr "动æ€åº”用程åºå®‰å…¨æ€§æµ‹è¯•(DAST)"
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "编辑"
@@ -11219,6 +11679,9 @@ msgstr "编辑议题"
msgid "Edit iteration"
msgstr "编辑迭代"
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr "编辑公共部署密钥"
@@ -11237,6 +11700,9 @@ msgstr "编辑此å‘布"
msgid "Edit title and description"
msgstr "编辑标题和æè¿°"
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr "编辑Wiki页é¢"
@@ -11255,6 +11721,9 @@ msgstr "编辑中"
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr "Elasticsearch AWS IAM凭æ®"
@@ -11318,21 +11787,18 @@ 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 "Email the pipeline status to a list of recipients."
+msgstr ""
msgid "Email updates (optional)"
msgstr "电å­é‚®ä»¶æ›´æ–°(å¯é€‰)"
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr "电å­é‚®ä»¶: %{email}"
@@ -11378,9 +11844,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr "以逗å·åˆ†éš”的电å­é‚®ä»¶åœ°å€"
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr "ç¦ç”¨ä»£ç å·®å¼‚"
@@ -11393,14 +11856,20 @@ msgstr "å°†æ¯ä¸ªæŽ¨é€çš„æ交和差异通过电å­é‚®ä»¶å‘é€ç»™ä¸€ä¸ªæ”¶ä»¶
msgid "EmailsOnPushService|Emails on push"
msgstr "推é€æ—¶å‘é€ç”µå­é‚®ä»¶"
-msgid "EmailsOnPushService|Emails separated by whitespace"
-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 "如果这个域å是 GitLab 域å的一部分(例如%{domains}),则从æ交者电å­é‚®ä»¶åœ°å€å‘é€é€šçŸ¥ 。"
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
+msgstr ""
msgid "Embed"
msgstr "嵌入"
@@ -11441,6 +11910,9 @@ msgstr "å¯ç”¨Kroki"
msgid "Enable PlantUML"
msgstr "å¯ç”¨PlantUML"
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr "å¯ç”¨åŒ¿å化的数æ®æ”¶é›†"
@@ -11456,6 +11928,15 @@ msgstr "å¯ç”¨å¸­ä½é“¾æŽ¥"
msgid "Enable Spam Check via external API endpoint"
msgstr "通过外部API端点å¯ç”¨åžƒåœ¾ä¿¡æ¯æ£€æŸ¥"
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr "å…许访问Grafana"
@@ -11474,6 +11955,9 @@ msgstr "å¯ç”¨å¹¶é…ç½®Prometheus指标。"
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11483,9 +11967,6 @@ msgstr "使用外部æœåŠ¡å¯ç”¨åˆ†ç±»æŽ§åˆ¶"
msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7."
msgstr "为创建于早于GitLab 12.7版本的项目å¯ç”¨å®¹å™¨è¿‡æœŸå’Œä¿ç•™ç­–略。"
-msgid "Enable email restrictions for sign ups"
-msgstr "å¯ç”¨ç”µå­é‚®ä»¶æ³¨å†Œé™åˆ¶"
-
msgid "Enable error tracking"
msgstr "å¯ç”¨é”™è¯¯è·Ÿè¸ª"
@@ -11537,6 +12018,12 @@ msgstr "å¯ç”¨ä¿æŠ¤è·¯å¾„速率é™åˆ¶"
msgid "Enable proxy"
msgstr "å¯ç”¨ä»£ç†"
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11564,9 +12051,18 @@ msgstr "å¯ç”¨Snowplow跟踪"
msgid "Enable two-factor authentication"
msgstr "å¯ç”¨åŒé‡è®¤è¯"
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr "å¯ç”¨ä½¿ç”¨æƒ…况检测(usage ping)"
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr "%{stepStart}第一步%{stepEnd}: ç¡®ä¿æ‚¨å·²è®¾ç½®Kubernetes并为您的%{linkStart}集群%{linkEnd}æ供了基本域。"
@@ -11603,6 +12099,9 @@ msgstr "渲染时出现错误: %{err}"
msgid "End Time"
msgstr "结æŸæ—¶é—´"
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr "结æŸäºŽ(UTC)"
@@ -11705,6 +12204,9 @@ msgstr "Stages::VariableEndpointInserter需è¦çŽ¯å¢ƒ"
msgid "Environment scope"
msgstr "环境范围"
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -11966,6 +12468,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr "找ä¸åˆ°å²è¯—。"
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr "å²è¯—事件"
@@ -11984,8 +12489,8 @@ 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, issues, and merge requests"
+msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
msgstr ""
@@ -12299,6 +12804,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12488,6 +12996,9 @@ msgstr "展开里程碑"
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr "展开侧边æ "
@@ -12599,6 +13110,9 @@ msgstr "外部ID"
msgid "External URL"
msgstr "外部URL"
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr "外部身份验è¯"
@@ -12614,6 +13128,9 @@ msgstr "外部存储网å€"
msgid "External storage authentication token"
msgstr "外部存储认è¯ä»¤ç‰Œ"
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr "分类标签"
@@ -12626,10 +13143,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
-msgstr "使用指å‘外部 Wiki 的链接替æ¢å†…部 Wiki 的链接。"
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
+msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12677,9 +13197,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr "创建åˆå¹¶è¯·æ±‚失败。请é‡è¯•ã€‚"
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr "无法为此问题创建分支。请å†è¯•ä¸€æ¬¡ã€‚"
@@ -12692,6 +13209,9 @@ msgstr "创建框架失败"
msgid "Failed to create import label for jira import."
msgstr "为jira导入创建导入标签失败。"
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr "创建新项目访问令牌失败: %{token_response_message}"
@@ -12890,6 +13410,9 @@ msgstr "失败"
msgid "False positive"
msgstr "误报"
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr "无法进行快进åˆå¹¶ã€‚请将æºåˆ†æ”¯å˜åŸº(rebase)到%{targetBranch}上,以使该åˆå¹¶è¯·æ±‚å¯è¢«åˆå¹¶ã€‚"
@@ -12902,9 +13425,15 @@ msgstr "æ— åˆå¹¶æ交的快进å¼åˆå¹¶"
msgid "Faster releases. Better code. Less pain."
msgstr "æ›´å¿«çš„å‘布。更好的代ç ã€‚更少的烦æ¼ã€‚"
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr "网站图标已被æˆåŠŸåˆ é™¤ã€‚"
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr "功能标志"
@@ -13164,6 +13693,13 @@ msgstr "用户ID"
msgid "FeatureFlag|User List"
msgstr "用户列表"
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr "2月"
@@ -13383,11 +13919,14 @@ msgstr "固定:"
msgid "Flags"
msgstr "标记"
-msgid "FlowdockService|Flowdock Git source token"
-msgstr "Flowdockçš„Gitæºä»¤ç‰Œ"
+msgid "FlowdockService|1b609b52537..."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
-msgstr "Flowdock是一个é¢å‘技术团队å作的Web应用程åºã€‚"
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
+msgstr ""
msgid "Focus filter bar"
msgstr ""
@@ -13500,6 +14039,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13587,6 +14129,9 @@ msgstr "从åˆå¹¶è¯·æ±‚被åˆå¹¶åŽåˆ°éƒ¨ç½²è‡³ç”Ÿäº§çŽ¯å¢ƒ"
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr "å…¨å"
@@ -13623,9 +14168,24 @@ msgstr "生æˆæ–°çš„导出"
msgid "Generate new token"
msgstr "生æˆæ–°çš„令牌"
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr "通用文件包大å°ï¼ˆå­—节)"
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr "Geo"
@@ -13773,6 +14333,9 @@ msgstr "主节点"
msgid "GeoNodes|secondary nodes"
msgstr "次è¦èŠ‚点"
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr "%{itemTitle}校验和进度"
@@ -13794,6 +14357,9 @@ msgstr "%{name} 已计划é‡æ–°åŒæ­¥"
msgid "Geo|%{name} is scheduled for re-verify"
msgstr "%{name}已计划é‡æ–°éªŒè¯"
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13833,6 +14399,9 @@ msgstr "连接超时必须是数字"
msgid "Geo|Connection timeout should be between 1-120"
msgstr "连接超时应介于1-120之间"
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr "无法删除现有项目的跟踪æ¡ç›®ã€‚"
@@ -13842,6 +14411,9 @@ msgstr "无法删除现有上传的跟踪æ¡ç›®ã€‚"
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13857,9 +14429,15 @@ msgstr "按状æ€ç­›é€‰"
msgid "Geo|Geo Status"
msgstr "Geo状æ€"
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr "转到主站点"
@@ -13896,6 +14474,9 @@ msgstr "最近一次验è¯"
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -13911,6 +14492,9 @@ msgstr "节点å称ä¸èƒ½ä¸ºç©º"
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr "节点å称应该介于1到255个字符之间"
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr "尚未åŒæ­¥"
@@ -13959,16 +14543,25 @@ msgstr "删除"
msgid "Geo|Remove entry"
msgstr "移除æ¡ç›®"
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr "移除跟踪数æ®åº“æ¡ç›®"
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14010,6 +14603,9 @@ msgstr "次节点"
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr "状æ€"
@@ -14022,6 +14618,9 @@ msgstr "åŒæ­¥"
msgid "Geo|Synced at"
msgstr "åŒæ­¥äºŽ"
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr "åŒæ­¥å¤±è´¥ - %{error}"
@@ -14031,6 +14630,9 @@ msgstr "%{itemTitle}çš„åŒæ­¥å·²ç¦ç”¨ã€‚"
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr "æ•°æ®åº“当å‰è½åŽäºŽä¸»èŠ‚点%{db_lag}。"
@@ -14040,6 +14642,12 @@ msgstr "当å‰èŠ‚点è½åŽäºŽä¸»èŠ‚点%{minutes_behind}。"
msgid "Geo|There are no %{replicable_type} to show"
msgstr "没有%{replicable_type}å¯æ˜¾ç¤º"
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr "跟踪数æ®åº“æ¡ç›®å°†è¢«åˆ é™¤ã€‚确定继续å—?"
@@ -14061,16 +14669,25 @@ msgstr "未定义"
msgid "Geo|Unknown state"
msgstr "未知状æ€"
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr "验è¯å¤±è´¥ - %{error}"
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr "等待调度"
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14091,6 +14708,9 @@ msgstr "次è¦èŠ‚点"
msgid "Get a free instance review"
msgstr "获得å…费的实例评估"
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr "马上开始"
@@ -14169,6 +14789,9 @@ msgstr "GitLabå¸æˆ·åˆ›å»ºè¯·æ±‚"
msgid "GitLab Billing Team."
msgstr "GitLab计费团队。"
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr "GitLab导入"
@@ -14220,6 +14843,9 @@ msgstr "GitLab是æœåŠ¡äºŽæ•´ä¸ªè½¯ä»¶å¼€å‘生命周期的å•ä¸€åº”用程åºã€‚
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr "GitLab正在为该域获å–Let's Encrypt SSLè¯ä¹¦ã€‚这个过程å¯èƒ½éœ€è¦ä¸€äº›æ—¶é—´ã€‚请ç¨åŽå†è¯•ã€‚"
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr "GitLab正在维护中,处于åªè¯»æ¨¡å¼ã€‚"
@@ -14244,9 +14870,15 @@ msgstr "GitLab用户å"
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr "GitLabå¯ä½¿ç”¨ %{jaeger_link}æ¥ç›‘控分布å¼ç³»ç»Ÿã€‚"
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14298,9 +14930,6 @@ msgstr "GitLab Pages在此项目中ç¦ç”¨ã€‚您å¯ä»¥åœ¨æ‚¨çš„项目的%{strong_
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr "首次部署åŽï¼Œç«™ç‚¹å¯èƒ½éœ€è¦è‡³å¤š30分钟æ‰å¯ç”¨ã€‚"
-msgid "GitLabPages|Learn more."
-msgstr "了解更多。"
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr "页é¢æœ€å¤§å¤§å° (MB)"
@@ -14325,9 +14954,6 @@ msgstr "删除页é¢åŽå¤–部将无法访问。"
msgid "GitLabPages|Save"
msgstr "ä¿å­˜"
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 "在获å–域å%{domain}çš„Let's Encryptè¯ä¹¦æ—¶å‡ºé”™ã€‚如需é‡è¯•ï¼Œè¯·è®¿é—®æ‚¨çš„%{link_start}域详细信æ¯%{link_end}。"
@@ -14343,11 +14969,17 @@ 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 "在GitLab实例的常规域 (%{pages_host})下使用Pages时,ä¸èƒ½å°†HTTPS与å­å­åŸŸä¸€èµ·ä½¿ç”¨ã€‚è¿™æ„味ç€ï¼Œå¦‚果您的用户å/组å包å«ä¸€ä¸ªç‚¹ï¼Œå®ƒå°†æ— æ³•å·¥ä½œã€‚这是HTTP Over TLSå议的é™åˆ¶ã€‚如果设置ä¸å°†HTTPé‡å®šå‘到HTTPS,HTTP页é¢å°†å¯ç»§ç»­å·¥ä½œã€‚"
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
-msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
-msgstr "使用GitLab Pages,您å¯ä»¥ä½¿ç”¨GitLab上为é™æ€ç½‘ç«™æ供网页æœåŠ¡ã€‚结åˆGitLab CI的功能和GitLab Runner的帮助,您å¯ä»¥ä¸ºå•ä¸ªé¡¹ç›®ï¼Œç”¨æˆ·æˆ–群组部署é™æ€é¡µé¢ã€‚"
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
+msgstr ""
msgid "GitLabPages|Your pages are served under:"
msgstr "您的网页æœåŠ¡å¯é€šè¿‡ä»¥ä¸‹åœ°å€è®¿é—®:"
@@ -14391,9 +15023,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr "GitLab Pages"
-
msgid "Gitpod"
msgstr "Gitpod"
@@ -14433,12 +15062,12 @@ msgstr "返回"
msgid "Go back (while searching for files)"
msgstr "åŽé€€(在æœç´¢æ–‡ä»¶æ—¶)"
+msgid "Go back to configuration"
+msgstr ""
+
msgid "Go full screen"
msgstr "å…¨å±æ¨¡å¼"
-msgid "Go to Integrations"
-msgstr "转到集æˆ"
-
msgid "Go to Webhooks"
msgstr "转到Webhooks"
@@ -14487,9 +15116,15 @@ msgstr "转到åˆå¹¶è¯·æ±‚"
msgid "Go to metrics"
msgstr "转到指标"
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr "转到上一级"
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr "跳转到项目"
@@ -14685,6 +15320,9 @@ msgstr "群组信æ¯"
msgid "Group is required when cluster_type is :group"
msgstr "cluster_type为:group时群组为必需"
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr "群组维护者å¯ä»¥åœ¨é€šè¿‡ %{link} 注册群组级 Runner"
@@ -14727,6 +15365,9 @@ msgstr "群组æµæ°´çº¿åˆ†é’Ÿæ•°å·²æˆåŠŸé‡ç½®ã€‚"
msgid "Group project URLs are prefixed with the group namespace"
msgstr "群组项目的URL以群组命å空间为å‰ç¼€"
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr "群组需è¦å•ç‹¬è´¦æˆ·"
@@ -14814,6 +15455,9 @@ msgstr "对ä¸èµ·ï¼Œæœªæœç´¢åˆ°ä»»ä½•ç¬¦åˆæ¡ä»¶çš„ å²è¯—"
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr "路线图显示了å²è¯— 沿ç€æ—¶é—´çº¿çš„进展情况"
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr "è¦æŸ¥çœ‹è·¯çº¿å›¾ï¼Œè¯·è‡³å°‘为一个%{linkStart}å­å²è¯—%{linkEnd}添加开始或截止日期。"
@@ -14832,12 +15476,12 @@ msgstr "您确定è¦åˆ é™¤SAML群组链接å—?"
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
+msgstr ""
+
msgid "GroupSAML|Certificate fingerprint"
msgstr "è¯ä¹¦æŒ‡çº¹"
-msgid "GroupSAML|Check SSO on git activity"
-msgstr ""
-
msgid "GroupSAML|Configuration"
msgstr "é…ç½®"
@@ -14850,20 +15494,17 @@ msgstr "无法创建SAML群组链接:%{errors}"
msgid "GroupSAML|Default membership role"
msgstr "默认æˆå‘˜è§’色"
-msgid "GroupSAML|Enable SAML authentication for this group."
-msgstr "为此群组å¯ç”¨SAML身份验è¯ã€‚"
-
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr "强制用户为该群组设置专用的由群组托管å¸æˆ·ã€‚"
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
+msgstr ""
-msgid "GroupSAML|Enforced SSO"
-msgstr "强制 SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
+msgstr ""
msgid "GroupSAML|Generate a SCIM token"
msgstr "ç”Ÿæˆ SCIM 令牌"
@@ -14901,11 +15542,8 @@ msgstr "æ–°çš„SAML群组链接已ä¿å­˜"
msgid "GroupSAML|No active SAML group links"
msgstr "没有å¯ç”¨çš„SAML群组链接"
-msgid "GroupSAML|Prohibit outer forks"
-msgstr "ç¦æ­¢å¤–部派生"
-
-msgid "GroupSAML|Prohibit outer forks for this group."
-msgstr "ç¦æ­¢ä»Žæ­¤ç¾¤ç»„å‘外派生。"
+msgid "GroupSAML|Prohibit outer forks for this group"
+msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
msgstr "指定此SAML群组æˆå‘˜çš„角色。"
@@ -14952,15 +15590,12 @@ msgstr "将由 SAML 身份æ供商å‘é€çš„群组å称,区分大å°å†™ã€‚"
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr "这将被设置为添加到群组的用户的访问级别。"
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
-msgstr "为了能够å¯ç”¨ç¾¤ç»„托管å¸æˆ·ï¼Œé¦–先需è¦å¯ç”¨å¼ºåˆ¶SSO。"
+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 "åˆ‡æ¢ SAML 身份验è¯"
-
msgid "GroupSAML|Valid SAML Response"
msgstr "有效的SAMLå“应"
@@ -14991,8 +15626,8 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
-msgstr "应用集æˆè®¾ç½®åˆ°æ‰€æœ‰é¡¹ç›®"
+msgid "GroupSettings|Allow project access token creation"
+msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
msgstr "已为群组更新 Auto DevOps æµæ°´çº¿"
@@ -15042,9 +15677,6 @@ 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 group-level project templates."
msgstr "了解更多关于群组级项目模æ¿"
@@ -15066,8 +15698,17 @@ 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 delay. This delay can be %{customization_link} in instance settings"
-msgstr "项目将于%{waiting_period}天延迟期åŽè¢«æ°¸ä¹…删除。该延迟时间å¯ä»¥åœ¨å®žä¾‹è®¾ç½®ä¸­%{customization_link}。"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
+msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
msgstr "选择一个å­ç¾¤ç»„作为此群组的自定义项目模æ¿æºã€‚"
@@ -15105,6 +15746,9 @@ msgstr "此设置将阻止群组æˆå‘˜å‘在群组之外派生项目。"
msgid "GroupSettings|Transfer group"
msgstr "转移群组"
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15282,9 +15926,15 @@ msgstr "哈希仓库存储路径"
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr "新项目ä¸èƒ½å†ç¦ç”¨å“ˆå¸Œå­˜å‚¨"
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr "标题徽标已æˆåŠŸåˆ é™¤ã€‚"
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr "页头消æ¯"
@@ -15324,6 +15974,9 @@ msgstr "您好 %{name},"
msgid "Hello there"
msgstr "你好"
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr "%{username},您好!"
@@ -15342,9 +15995,18 @@ msgstr "有助于防止机器人暴力攻击。"
msgid "Helps prevent bots from creating accounts."
msgstr "有助于防止机器人程åºåˆ›å»ºè´¦æˆ·ã€‚"
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr "有助于å‡å°‘警报数é‡ï¼ˆä¾‹å¦‚,如果创建太多议题)"
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr "有助于帮助å‡å°‘å—ä¿æŠ¤è·¯å¾„的请求é‡"
@@ -15422,12 +16084,18 @@ msgstr "原始警报:"
msgid "HighlightBar|Time to SLA:"
msgstr "è·SLA时间: "
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr "历å²"
msgid "History of authentications"
msgstr "身份验è¯çš„历å²"
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr "主页"
@@ -15467,6 +16135,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15476,11 +16150,8 @@ msgstr "工作原ç†"
msgid "How many days need to pass between marking entity for deletion and actual removing it."
msgstr "对象标记被删除和实际被删除之间的天数。"
-msgid "How many replicas each Elasticsearch shard has."
-msgstr "æ¯ä¸ªElasticsearch分片有多少个副本。"
-
-msgid "How many shards to split the Elasticsearch index over."
-msgstr "å°†Elasticsearch索引拆分æˆå¤šå°‘个分片。"
+msgid "How many seconds an IP will be counted towards the limit"
+msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr "有多少用户需è¦å‚与试用?"
@@ -15563,9 +16234,15 @@ msgstr "ä¿¡æ¯ï¼šæ‚¨çš„SSH密钥å³å°†è¿‡æœŸã€‚请生æˆä¸€ä¸ªæ–°å¯†é’¥ã€‚"
msgid "IP Address"
msgstr "IP地å€"
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr "åªå…许在最顶层群组设置IPå­ç½‘é™åˆ¶"
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr "身份标识"
@@ -15611,6 +16288,12 @@ 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 "如果之å‰æœªä¸Šä¼ è®¸å¯è¯ï¼Œæˆ–者上一个许å¯è¯å·²è¿‡æœŸï¼Œ 部分GitLab功能将无法使用,直到上传新的有效许å¯è¯ã€‚"
+msgid "If this email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr "如果这是一个错误,你å¯ä»¥%{leave_link_start}退出%{source_type}%{link_end}。"
@@ -15623,6 +16306,12 @@ msgstr "如使用 GitHub,GitHubçš„æ交(commits)和拉å–请求(pull request)
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr "如果将%{codeStart}needs%{codeEnd}加到æµæ°´çº¿çš„作业里é¢ï¼Œæ‚¨å°†å¯ä»¥åœ¨%{linkStart}有å‘无环图 (DAG)%{linkEnd}页é¢çœ‹åˆ°ä½œä¸šä¹‹é—´çš„%{codeStart}needs%{codeEnd}关系。"
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr "å¦‚æžœæ‚¨æœ€è¿‘æ²¡æœ‰ç™»å½•ï¼Œè¯·ç«‹å³ %{password_link_start}更改密ç %{password_link_end}。"
@@ -15644,9 +16333,6 @@ msgstr "如果您最近从上述IP地å€ç™»å½•è¿‡ï¼Œåˆ™å¯ä»¥å¿½ç•¥æ­¤ç”µå­é‚®ä
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr "如果您删除此许å¯ï¼ŒGitLab将会退回上一个许å¯ï¼Œå¦‚果有的è¯ã€‚"
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr "如果您想è¦é‡æ–°å¯ç”¨åŒé‡èº«ä»½éªŒè¯ï¼Œè¯·è®¿é—®%{two_factor_link}"
@@ -15668,6 +16354,9 @@ msgstr "图片网å€"
msgid "Image details"
msgstr "é•œåƒè¯¦ç»†ä¿¡æ¯"
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr "并列(2-up)"
@@ -15683,6 +16372,12 @@ msgstr "高"
msgid "ImageViewerDimensions|W"
msgstr "宽"
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr "身份模拟令牌"
@@ -15706,6 +16401,9 @@ msgstr "导入CSV"
msgid "Import Projects from Gitea"
msgstr "从Gitea导入项目"
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr "导入一个从GitLab导出的项目"
@@ -15754,6 +16452,9 @@ msgstr "导入项目自"
msgid "Import project members"
msgstr "导入项目æˆå‘˜"
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr "从Bitbucket导入项目"
@@ -15857,9 +16558,15 @@ msgstr "%{time_to_now}åŽ"
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr "进行中"
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -15878,7 +16585,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -15908,7 +16615,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -15953,7 +16660,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -15986,9 +16693,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16010,6 +16714,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16073,7 +16780,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16088,7 +16795,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16115,16 +16825,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16145,7 +16861,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16199,6 +16915,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16307,6 +17026,9 @@ msgstr "事件设置"
msgid "IncidentSettings|Incidents"
msgstr "事件"
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr "PagerDuty集æˆ"
@@ -16316,20 +17038,17 @@ msgstr "设置外部工具集æˆä»¥æ›´å¥½åœ°ç®¡ç†äº‹ä»¶ã€‚"
msgid "IncidentSettings|Time limit"
msgstr "时间é™åˆ¶"
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
-msgstr "时间é™åˆ¶å¿…须是15分钟的å€æ•°"
-
-msgid "IncidentSettings|Time limit must be a valid number"
-msgstr "时间é™åˆ¶å¿…须是有效的数字"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
+msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
-msgstr "时间é™åˆ¶å¿…须大于 0"
+msgid "IncidentSettings|Time limit must be a valid number."
+msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr "å¯ç”¨åŽï¼Œæ­¤è®¾ç½®å°†é€‚用于项目中的所有新事件"
+msgid "IncidentSettings|Time limit must be greater than 0."
+msgstr ""
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
-msgstr "您å¯ä»¥é€‰æ‹©åœ¨äº‹ä»¶é—®é¢˜ä¸Šå¼•å…¥å€’计时器,以更好地跟踪æœåŠ¡çº§åˆ«åè®® (SLA)。 事件å‘生åŽè‡ªåŠ¨å¼€å§‹è®¡æ—¶å™¨ï¼Œå¹¶ä¸ºäº‹ä»¶çš„解决设定时间é™åˆ¶ã€‚ å¯ç”¨åŽï¼Œæ‰€æœ‰æ–°äº‹ä»¶ä¸­éƒ½ä¼šå‡ºçŽ°â€œSLA时间â€å€’计时。"
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
+msgstr ""
msgid "IncidentSettings|hours"
msgstr "å°æ—¶"
@@ -16424,9 +17143,15 @@ msgstr "ä¸å…¼å®¹çš„项目"
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr "缩进"
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr "索引所有项目"
@@ -16445,6 +17170,21 @@ msgstr "其他Pages模æ¿çš„ä¿¡æ¯åŠå®‰è£…指å—å¯ä»¥åœ¨%{pages_getting_starte
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr "已继承"
@@ -16539,6 +17279,9 @@ msgstr "实例管ç†å‘˜ç»„已存在"
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr "集æˆ"
@@ -16548,16 +17291,25 @@ msgstr "集æˆè®¾ç½®"
msgid "Integrations"
msgstr "集æˆ"
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr "%{integration}设置已ä¿å­˜å¹¶å¯ç”¨ã€‚"
msgid "Integrations|%{integration} settings saved, but not active."
msgstr "%{integration}设置已ä¿å­˜ä½†æœªå¯ç”¨ã€‚"
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16566,6 +17318,9 @@ msgstr "所有详细信æ¯"
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr "继承这些设置的所有项目也将被é‡ç½®ã€‚"
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16590,6 +17345,9 @@ msgstr "默认设置继承自群组级别。"
msgid "Integrations|Default settings are inherited from the instance level."
msgstr "默认设置继承自实例级别。"
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr "å¯ç”¨è¯„论"
@@ -16599,6 +17357,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr "包括标准加整个æ交消æ¯ï¼Œæ交哈希和议题ID"
@@ -16617,7 +17378,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16629,6 +17390,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr "使用自定义设置的项目ä¸ä¼šå—到影å“。"
@@ -16653,6 +17417,9 @@ msgstr "ä¿å­˜å°†æ›´æ–°æ‰€æœ‰ä¸ä½¿ç”¨è‡ªå®šä¹‰è®¾ç½®çš„项目的默认设置。
msgid "Integrations|Search Jira issues"
msgstr "æœç´¢Jira议题"
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16665,8 +17432,8 @@ msgstr "此集æˆå’Œç»§æ‰¿é¡¹ç›®å·²è¢«é‡ç½®ã€‚"
msgid "Integrations|To keep this project going, create a new issue."
msgstr "为了ä¿æŒè¿™ä¸ªé¡¹ç›®çš„推进,请创建一个新的议题."
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
-msgstr "在主è¦çš„Composer仓库Packagist上更新您的项目"
+msgid "Integrations|Update your Packagist projects."
+msgstr ""
msgid "Integrations|Use custom settings"
msgstr "使用自定义设置"
@@ -16674,21 +17441,24 @@ msgstr "使用自定义设置"
msgid "Integrations|Use default settings"
msgstr "使用默认设置"
-msgid "Integrations|Use the GitLab Slack application"
-msgstr "使用GitLab Slack应用"
-
-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 "在æ交或åˆå¹¶è¯·æ±‚中æåŠJira议题时,将创建远程链接和评论(如果å¯ç”¨)。"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
+msgstr ""
msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr "您现在å¯ä»¥å…³é—­æ­¤çª—å£å¹¶è¿”回GitLab for Jira应用。"
+msgid "Integrations|You haven't activated any integrations yet."
+msgstr ""
+
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr "交互模å¼"
@@ -16773,9 +17543,6 @@ msgstr "输入无效,请é¿å…使用表情符å·"
msgid "Invalid login or password"
msgstr "登录å或密ç æ— æ•ˆ"
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr "无效的 pin ç "
@@ -17001,24 +17768,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr "哦,此功能尚未就绪"
-
-msgid "InviteMember|See who can invite members for you"
-msgstr "查看è°å¯ä»¥ä¸ºæ‚¨é‚€è¯·æˆå‘˜"
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr "在此之å‰ï¼Œè¯·é¡¹ç›®æ‰€æœ‰è€…为您邀请新的项目æˆå‘˜"
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr "我们正在努力å…许所有人邀请新æˆå‘˜ï¼Œä½¿å›¢é˜Ÿæ›´å®¹æ˜“开始使用GitLab"
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr "%{inviter}还在等待您注册GitLab"
@@ -17127,15 +17882,12 @@ msgstr "议题首次部署到生产环境"
msgid "Issue label"
msgstr "议题标记"
-msgid "Issue or Merge Request ID is required"
-msgstr "需è¦è®®é¢˜æˆ–åˆå¹¶è¯·æ±‚ID"
+msgid "Issue or merge request ID is required"
+msgstr ""
msgid "Issue published on status page."
msgstr "议题å‘布在状æ€é¡µé¢ä¸Šã€‚"
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17208,20 +17960,38 @@ msgstr "您的一些看æ¿è¢«éšè—,请激活许å¯è¯åŽå†æ¬¡æŸ¥çœ‹ã€‚"
msgid "IssueBoards|Switch board"
msgstr "切æ¢çœ‹æ¿"
-msgid "IssueTracker|Bugzilla issue tracker"
-msgstr "Bugzilla议题跟踪器"
-
msgid "IssueTracker|Custom issue tracker"
msgstr "自定义议题跟踪器"
-msgid "IssueTracker|EWM work items tracker"
-msgstr "EWM工作项目跟踪器"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
-msgstr "Redmine议题跟踪器"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
-msgstr "YoutTrack议题跟踪器"
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
+msgstr ""
msgid "Issues"
msgstr "议题"
@@ -17229,8 +17999,8 @@ msgstr "议题"
msgid "Issues Rate Limits"
msgstr "议题速率é™åˆ¶"
-msgid "Issues and Merge Requests"
-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 "议题å¯ä»¥æ˜¯ç¼ºé™·ï¼Œä»»åŠ¡æˆ–è¦è®¨è®ºçš„想法。此外,å¯ä»¥é€šè¿‡æœç´¢å’Œç­›é€‰æ¥æŸ¥æ‰¾è®®é¢˜ã€‚"
@@ -17310,6 +18080,9 @@ msgstr ""
msgid "Iteration"
msgstr "迭代"
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr "迭代更改为"
@@ -17325,6 +18098,51 @@ msgstr "迭代已更新"
msgid "Iterations"
msgstr "迭代"
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17385,6 +18203,9 @@ msgstr "Jira-GitLab用户映射模æ¿"
msgid "JiraService| on branch %{branch_link}"
msgstr "于分支%{branch_link}"
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr "%{jira_docs_link_start}å¯ç”¨Jira集æˆ%{jira_docs_link_end}以在GitLab中查看您的Jira议题。"
@@ -17397,6 +18218,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17427,11 +18251,14 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
-msgstr "如果与 Web URL ä¸åŒ"
+msgid "JiraService|If different from Web URL."
+msgstr ""
msgid "JiraService|Issue List"
msgstr "议题列表"
@@ -17451,16 +18278,13 @@ msgstr "在æ交中引用议题时将创建Jira评论。"
msgid "JiraService|Jira comments will be created when an issue gets referenced in a merge request."
msgstr "在åˆå¹¶è¯·æ±‚中引用议题时将创建Jira评论。"
-msgid "JiraService|Jira issue tracker"
-msgstr "Jira 议题跟踪"
-
msgid "JiraService|Jira issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr "Jira project key"
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17493,17 +18317,29 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr "此功能需è¦é«˜çº§è®¡åˆ’。"
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
-msgstr "æœåŠ¡å™¨ç‰ˆæœ¬è¯·ä½¿ç”¨å¯†ç , 云版本请使用API令牌"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
-msgstr "æœåŠ¡å™¨ç‰ˆæœ¬è¯·ä½¿ç”¨ç”¨æˆ·å,云版本请使用电å­é‚®ä»¶"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
+msgstr ""
msgid "JiraService|Use custom transitions"
msgstr ""
@@ -17517,8 +18353,8 @@ msgstr "使用Jira进行议题跟踪å—?"
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 "警告:所有能够访问此GitLab项目的GitLab用户将能够查看以下指定的Jira项目的所有议题。"
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
+msgstr ""
msgid "JiraService|Web URL"
msgstr "Web URL"
@@ -17526,9 +18362,6 @@ 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 "在ä¸ç¦»å¼€GitLab的情况下处ç†Jira议题。添加一个Jiraèœå•æ¥è®¿é—®æ‚¨çš„Jira议题列表,并å¯ä»¥ä»¥åªè¯»æ¨¡å¼æŸ¥çœ‹ä»»ä½•è®®é¢˜ã€‚"
-msgid "JiraService|e.g. AB"
-msgstr "例如:AB"
-
msgid "JiraService|transition ids can have only numbers which can be split with , or ;"
msgstr "转æ¢IDåªèƒ½åŒ…å«æ•°å­—或用“, â€æˆ–“; â€åˆ†éš”çš„æ•°å­—"
@@ -17547,6 +18380,9 @@ msgstr "作业产物"
msgid "Job artifacts"
msgstr "作业产物"
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr "作业已被删除"
@@ -17658,12 +18494,24 @@ msgstr "此作业已阻塞,因为您未分é…任何具备这些标签的å¯ç”¨
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr "此作业已阻塞,因为没有å¯ç”¨çš„Runner处ç†æ­¤é¡¹ä½œä¸šã€‚"
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr "于"
msgid "Job|into"
msgstr "åˆå¹¶å…¥"
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr "ç”±"
@@ -17673,6 +18521,12 @@ msgstr "加入Zoom会议"
msgid "Joined %{time_ago}"
msgstr "加入于%{time_ago}"
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr "7月"
@@ -17694,6 +18548,9 @@ msgstr "仅我自己"
msgid "K8s pod health"
msgstr "K8s podå¥åº·"
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17787,6 +18644,9 @@ msgstr "LDAPåŒæ­¥æ­£åœ¨è¿›è¡Œä¸­ã€‚此过程å¯èƒ½éœ€è¦å‡ åˆ†é’Ÿã€‚请刷新é¡
msgid "LDAP synchronizations"
msgstr "LDAPåŒæ­¥"
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr "LFS"
@@ -17908,6 +18768,9 @@ msgstr "最åŽæ交"
msgid "Last contact"
msgstr "最åŽè”ç³»"
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr "最åŽä¿®æ”¹äºŽ%{date}"
@@ -17938,6 +18801,12 @@ msgstr "最åŽå‡ºçŽ°"
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr "上次æˆåŠŸåŒæ­¥"
@@ -17995,6 +18864,9 @@ msgstr "最高"
msgid "Lead Time"
msgstr "交付时间"
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18007,6 +18879,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr "了解如何 %{link_start}贡献到内置的模æ¿%{link_end}"
@@ -18058,6 +18933,9 @@ msgstr "了解有关部署到群集的详细信æ¯"
msgid "Learn more about group-level project templates"
msgstr "了解更多关于群组级项目模æ¿"
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr "了解更多有关签åæ交的详细信æ¯"
@@ -18085,12 +18963,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18121,10 +19005,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18160,6 +19041,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr "退出"
@@ -18172,6 +19056,9 @@ msgstr "留空为无é™åˆ¶ã€‚此项设置åŽï¼ŒçŽ°æœ‰çš„个人访问令牌å¯èƒ½
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr "退出编辑模å¼ï¼Ÿæ‰€æœ‰æœªä¿å­˜çš„更改都将丢失。"
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr "退出群组"
@@ -18394,6 +19281,9 @@ msgstr "é™åˆ¶æ—¶é—´è·Ÿè¸ªå•ä½æ˜¾ç¤ºåˆ°å°æ—¶ã€‚"
msgid "Limit namespaces and projects that can be indexed"
msgstr "é™åˆ¶å¯ç´¢å¼•å‘½å空间和项目"
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr "é™åˆ¶æ­¤æ¬¡è¦èŠ‚点在åŽå°è¿è¡Œçš„并行æ“作数é‡ã€‚"
@@ -18410,6 +19300,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr "将Prometheus监控链接到 GitLab。"
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr "链接已å¤åˆ¶"
@@ -18437,6 +19333,9 @@ msgstr "相关议题"
msgid "LinkedIn"
msgstr "领英(LinkedIn)"
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr "%{counterLabel}个更多下游æµæ°´çº¿"
@@ -18524,6 +19423,9 @@ msgstr "本地化"
msgid "Location"
msgstr "ä½ç½®"
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr "é”定"
@@ -18566,12 +19468,18 @@ msgstr "加é”å¯ä»¥é”定特定的文件或文件夹。"
msgid "Locks the discussion."
msgstr "é”定讨论."
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr "使用智能å¡ç™»å½•"
msgid "Logo was successfully removed."
msgstr "徽标已æˆåŠŸåˆ é™¤ã€‚"
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr "日志"
@@ -18668,6 +19576,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr "管ç†æ‚¨æŽˆæƒä½¿ç”¨å¸æˆ·çš„应用程åºã€‚"
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr "管ç†ç¾¤ç»„标记"
@@ -18680,8 +19591,8 @@ msgstr "管ç†é‡Œç¨‹ç¢‘"
msgid "Manage project labels"
msgstr "管ç†é¡¹ç›®æ ‡è®°"
-msgid "Manage storage usage"
-msgstr "管ç†å‚¨å­˜ä½¿ç”¨æƒ…况"
+msgid "Manage projects."
+msgstr ""
msgid "Manage two-factor authentication"
msgstr "管ç†åŒé‡è®¤è¯"
@@ -18803,6 +19714,15 @@ msgstr "éšè—å˜é‡"
msgid "Match not found; try refining your search query."
msgstr "未找到匹é…;请å°è¯•æ›´æ”¹æŸ¥è¯¢æ¡ä»¶ã€‚"
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr "添加到Mattermost"
@@ -18860,6 +19780,12 @@ msgstr "æ¯ä¸ªç”¨æˆ·æ¯åˆ†é’Ÿæœ€å¤§é¡¹ç›®å¯¼å…¥è¯·æ±‚æ•°"
msgid "Max access level"
msgstr "最高访问级别"
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -18869,6 +19795,12 @@ msgstr ""
msgid "Max role"
msgstr "最大角色"
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr "MaxBuilds"
@@ -18923,6 +19855,15 @@ msgstr "最大字段长度"
msgid "Maximum file size indexed (KiB)"
msgstr "索引的最大文件大å°(KiB)"
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr "最大文件大å°ä¸º 2MB。请选择一个较å°çš„文件。"
@@ -18953,6 +19894,9 @@ msgstr "å¯ä»¥åŒæ—¶åŒæ­¥çš„最大镜åƒæ•°ã€‚"
msgid "Maximum number of projects."
msgstr "最大项目数é‡ã€‚"
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr "已达到最大页é¢"
@@ -18974,9 +19918,15 @@ msgstr "导入文件的最大大å°ã€‚"
msgid "Maximum size of individual attachments in comments."
msgstr "评论中å•ä¸ªé™„件的最大大å°ã€‚"
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr "åŒæ­¥é•œåƒè®¡åˆ’的最大时间间隔。"
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr "5月"
@@ -18989,15 +19939,24 @@ msgstr "以代ç å­—节为å•ä½ã€‚排除生æˆçš„代ç å’Œä¾›åº”商代ç ã€‚"
msgid "Median"
msgstr "中ä½æ•°"
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr "存在中å±æ¼æ´ž"
msgid "Member lock"
msgstr "æˆå‘˜é”"
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr "加入于 %{date}"
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr "%{member_name}邀请您使用GitLab"
@@ -19052,11 +20011,11 @@ msgstr "您确定è¦ç¦»å¼€\"%{source}\"å—?"
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr "您确定è¦åˆ é™¤\"%{groupName}\"å—?"
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
-msgstr "你确定è¦ä»Žâ€œ%{source}â€ä¸­åˆ é™¤%{usersName}å—"
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
+msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
-msgstr "您确定è¦ä»Ž\"%{source}\"中移除这个孤立æˆå‘˜å—?"
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
+msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
msgstr "你确定è¦æ’¤é”€%{inviteEmail}加入\"%{source}\"的邀请å—"
@@ -19151,9 +20110,6 @@ msgstr "åˆå¹¶è¯·æ±‚"
msgid "Merge Request Analytics"
msgstr "åˆå¹¶è¯·æ±‚分æž"
-msgid "Merge Request Commits"
-msgstr "åˆå¹¶è¯·æ±‚æ交"
-
msgid "Merge Requests"
msgstr "åˆå¹¶è¯·æ±‚"
@@ -19202,12 +20158,18 @@ msgstr "åˆå¹¶è¯·æ±‚%{mr_link}已被%{mr_author}审核"
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr "åˆå¹¶è¯·æ±‚批准"
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr "åˆå¹¶è¯·æ±‚ä¾èµ–"
@@ -19388,6 +20350,9 @@ msgstr "消æ¯"
msgid "Method"
msgstr "方法"
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr "指标已æˆåŠŸæ·»åŠ ã€‚"
@@ -19924,9 +20889,6 @@ msgstr "在我们预先安排更多镜åƒä¹‹å‰å¯ç”¨çš„最å°å®¹é‡ã€‚"
msgid "Minimum interval in days"
msgstr "最å°é—´éš”(天)"
-msgid "Minimum password length (number of characters)"
-msgstr "密ç æœ€å°é•¿åº¦ (字符数)"
-
msgid "Minutes"
msgstr "分钟"
@@ -20032,9 +20994,6 @@ msgstr "更多"
msgid "More Information"
msgstr "更多信æ¯"
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr "更多Slack命令"
@@ -20213,16 +21172,15 @@ msgstr "您已ç»ç”¨å°½æ‰€æœ‰æ›´å¤šçš„存储空间,请购买更多空间以解
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr "你已使用了%{namespace_name}存储空间的%{usage_in_percent}(总计%{storage_limit},已使用%{used_storage})"
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] "您已ç»åœ¨%{locked_project_count}项目达到å…费存储空间é™åˆ¶%{free_size_limit}。如需解é”,请购买更多存储空间。"
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
-msgstr "推é€åˆ°ä»“库,创建æµæ°´çº¿ï¼Œåˆ›å»ºè®®é¢˜ï¼Œæˆ–添加评论。è¦äº†è§£æ›´å¤šå…³äºŽé™ä½Žå­˜å‚¨ä½¿ç”¨é‡çš„ä¿¡æ¯ï¼Œè¯·è®¿é—®æˆ‘们的文档。"
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
+msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr "推é€åˆ°æ‚¨çš„仓库,创建æµæ°´çº¿ï¼Œåˆ›å»ºè®®é¢˜æˆ–添加评论。如需å‡å°‘存储使用,请删除未使用的仓库,产物,wiki,议题和æµæ°´çº¿ã€‚"
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr "命å空间"
@@ -20238,6 +21196,9 @@ msgstr "å称与å¯è§æ€§"
msgid "Navigate to the project to close the milestone."
msgstr "å‰å¾€è¯¥é¡¹ç›®ä»¥å…³é—­é‡Œç¨‹ç¢‘。"
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr "帮助"
@@ -20632,6 +21593,9 @@ msgstr "新议题标题"
msgid "New iteration"
msgstr "新迭代"
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr "新的迭代已创建"
@@ -20656,6 +21620,18 @@ msgstr ""
msgid "New project"
msgstr "新建项目"
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr "新建å‘布"
@@ -20665,9 +21641,6 @@ msgstr "新建需求"
msgid "New response for issue #%{issue_iid}:"
msgstr "议题#%{issue_iid}的新回å¤ï¼š"
-msgid "New runner. Has not connected yet"
-msgstr "新Runner。尚未连接"
-
msgid "New runners registration token has been generated!"
msgstr "已生æˆæ–°çš„Runner注册令牌ï¼"
@@ -20929,6 +21902,12 @@ msgstr "无法预览此类型文件"
msgid "No prioritized labels with such name or description"
msgstr "没有此å称或æ述的优先标记"
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr "无公开群组"
@@ -21263,11 +22242,8 @@ msgstr "Nuget元数æ®å¿…须至少设置了license_url,project_url或icon_url"
msgid "Number of %{itemTitle}"
msgstr "%{itemTitle}æ•°é‡"
-msgid "Number of Elasticsearch replicas"
-msgstr "Elasticsearch副本的数é‡"
-
-msgid "Number of Elasticsearch shards"
-msgstr "Elasticsearch分片数"
+msgid "Number of Elasticsearch shards and replicas (per index)"
+msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
msgstr ""
@@ -21305,6 +22281,12 @@ msgstr "此项目的事件数é‡: %{total_count}。"
msgid "Number of files touched"
msgstr "改动的文件数"
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr "确定"
@@ -21365,6 +22347,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr "添加计划"
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21377,6 +22362,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr "在GitLab中创建待命计划"
@@ -21398,6 +22386,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21410,12 +22401,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21467,10 +22467,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21603,8 +22621,8 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr "åªèƒ½å­˜åœ¨ä¸€ä¸ªå¤–观行"
-msgid "Only Issue ID or Merge Request ID is required"
-msgstr "åªéœ€è¦è®®é¢˜ID或åˆå¹¶è¯·æ±‚ID"
+msgid "Only Issue ID or merge request ID is required"
+msgstr ""
msgid "Only Project Members"
msgstr "仅项目æˆå‘˜"
@@ -21747,9 +22765,6 @@ msgstr "æ“作"
msgid "Or you can choose one of the suggested colors below"
msgstr "或者您å¯ä»¥é€‰æ‹©ä¸‹é¢çš„建议颜色之一"
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr "孤儿æˆå‘˜"
@@ -21771,6 +22786,12 @@ msgstr "其他版本"
msgid "Other visibility settings have been disabled by the administrator."
msgstr "其他å¯è§æ€§è®¾ç½®å·²è¢«ç®¡ç†å‘˜ç¦ç”¨ã€‚"
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr "我们的文档包å«ä¸€ä¸ªDevOps评分报告的示例。"
@@ -21816,6 +22837,9 @@ msgstr "所有者"
msgid "Package Registry"
msgstr "软件包注册表"
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr "软件包已存在"
@@ -22074,6 +23098,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr "对ä¸èµ·ï¼Œæ²¡æœ‰ç¬¦åˆç­›é€‰å™¨çš„任何结果"
@@ -22116,15 +23143,9 @@ msgstr "您å¯èƒ½è¿˜éœ€è¦ä½¿ç”¨ä»¤ç‰Œè®¾ç½®èº«ä»½éªŒè¯ã€‚%{linkStart}请å‚阅
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr "npm命令"
-
msgid "PackageRegistry|published by %{author}"
msgstr "ç”±%{author}å‘布"
-msgid "PackageRegistry|yarn command"
-msgstr "yarn命令"
-
msgid "Packages"
msgstr "软件包"
@@ -22197,15 +23218,6 @@ msgstr "å‚æ•°"
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr "å‚æ•°\"job_id\"ä¸èƒ½è¶…过%{job_id_max_size}的长度"
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr "父级"
@@ -22221,15 +23233,15 @@ msgstr "å‚æ•°:embed_json解æžé”™è¯¯ã€‚%{message}"
msgid "Part of merge request changes"
msgstr "包å«äºŽåˆå¹¶è¯·æ±‚å˜æ›´ä¸­"
-msgid "Partial token for reference only"
-msgstr "部分令牌内容仅供å‚考"
-
msgid "Participants"
msgstr "å‚与者"
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr "通过"
@@ -22242,8 +23254,11 @@ msgstr "密ç "
msgid "Password (optional)"
msgstr "å¯†ç  (å¯é€‰)"
-msgid "Password Policy Guidelines"
-msgstr "密ç æ”¿ç­–准则"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
+msgstr ""
msgid "Password authentication is unavailable."
msgstr "密ç éªŒè¯ä¸å¯ç”¨ã€‚"
@@ -22305,6 +23320,9 @@ msgstr ""
msgid "Pause replication"
msgstr "æš‚åœå¤åˆ¶"
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22314,6 +23332,9 @@ msgstr "等待中"
msgid "Pending comments"
msgstr "待处ç†çš„评论"
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr "æƒé™ä¸è¶³çš„用户将无法收到通知,也无法评论。"
@@ -22329,15 +23350,24 @@ msgstr "百分比"
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr "执行高级选项,如改å˜è·¯å¾„ã€è½¬ç§»ã€å¯¼å‡ºæˆ–移除群组。"
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr "在GitLab项目上执行常è§æ“作"
msgid "Performance optimization"
msgstr "性能优化"
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr "å­å¼¹é€šçŸ¥"
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr "下载"
@@ -22347,6 +23377,9 @@ msgstr "Elasticsearch调用"
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr "å‰ç«¯èµ„æº"
@@ -22395,6 +23428,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr "ä¸å…许创建个人项目。如有疑问,请è”系您的管ç†å‘˜"
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr "PhabricatoræœåŠ¡å™¨å¯¼å…¥"
@@ -22434,6 +23473,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr "æµæ°´çº¿è¿è¡Œåœ¨é¡¹ç›®æ´¾ç”Ÿä¸­"
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr "æµæ°´çº¿è®¢é˜…"
@@ -22476,6 +23518,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr "总计:"
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr "自定义(%{linkStart}Cron 语法%{linkEnd})"
@@ -22521,9 +23575,6 @@ msgstr "æµæ°´çº¿"
msgid "Pipelines charts"
msgstr "æµæ°´çº¿ç»Ÿè®¡å›¾"
-msgid "Pipelines emails"
-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 "åˆå¹¶è¯·æ±‚çš„æµæ°´çº¿å·²é…置。游离的æµæ°´çº¿è¿è¡ŒäºŽåˆå¹¶è¯·æ±‚环境,而éžåˆå¹¶ç»“果。更多内容请å‚阅关于åˆå¹¶ç»“果的æµæ°´çº¿æ–‡æ¡£ã€‚"
@@ -22542,18 +23593,24 @@ msgstr "自信地构建"
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr "通过撤销触å‘器将会影å“任何正在调用它的应用。您确定å—?"
-msgid "Pipelines|CI Lint"
-msgstr "CI é…置检查(CI Lint)"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
+msgstr ""
msgid "Pipelines|Child pipeline"
msgstr "å­æµæ°´çº¿"
-msgid "Pipelines|Clear Runner Caches"
-msgstr "清除Runner缓存"
+msgid "Pipelines|Clear runner caches"
+msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr "å¤åˆ¶è§¦å‘令牌"
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22566,6 +23623,9 @@ msgstr "编辑"
msgid "Pipelines|Editor"
msgstr "编辑器"
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22593,6 +23653,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr "载入æµæ°´çº¿"
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22614,9 +23677,6 @@ msgstr "项目缓存é‡ç½®æˆåŠŸã€‚"
msgid "Pipelines|Revoke"
msgstr "撤销"
-msgid "Pipelines|Run Pipeline"
-msgstr "è¿è¡Œæµæ°´çº¿"
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr "清ç†runner缓存时å‘生错误。"
@@ -22662,6 +23722,21 @@ msgstr "令牌"
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr "触å‘用户没有足够的项目æƒé™"
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22680,6 +23755,9 @@ msgstr "无效"
msgid "Pipelines|parent"
msgstr "父级"
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22716,9 +23794,6 @@ msgstr "游离的åˆå¹¶è¯·æ±‚æµæ°´çº¿"
msgid "Pipeline|Duration"
msgstr "时长"
-msgid "Pipeline|Existing branch name or tag"
-msgstr "现有分支å称或者标签"
-
msgid "Pipeline|Failed"
msgstr "失败"
@@ -22761,30 +23836,21 @@ 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|Run for branch name or tag"
msgstr ""
+msgid "Pipeline|Run pipeline"
+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 "指定è¦åœ¨æ­¤æ¬¡è¿è¡Œä¸­ä½¿ç”¨çš„å˜é‡å€¼ã€‚%{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} 中指定的值。"
-
msgid "Pipeline|Stages"
msgstr "阶段"
@@ -22842,15 +23908,15 @@ msgstr ",包å«é˜¶æ®µ"
msgid "Pipeline|with stages"
msgstr ",包å«é˜¶æ®µ"
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
+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 "Pivotal Tracker API令牌。"
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
-msgstr "项目管ç†è½¯ä»¶ (æºæ交端点)"
-
msgid "Plain diff"
msgstr "文本差异"
@@ -22863,6 +23929,9 @@ msgstr "计划:"
msgid "PlantUML"
msgstr "PlantUML"
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr "è¿è¡Œ"
@@ -22950,8 +24019,8 @@ msgstr ""
msgid "Please enter a valid number"
msgstr "请输入有效的数字"
-msgid "Please enter or upload a license."
-msgstr "请输入或上传一个许å¯è¯ã€‚"
+msgid "Please enter or upload a valid license."
+msgstr ""
msgid "Please fill in a descriptive name for your group."
msgstr "请为您的群组填写æ述性å称。"
@@ -22989,6 +24058,9 @@ msgstr "请æ供有效的电å­é‚®ä»¶åœ°å€ã€‚"
msgid "Please provide attributes to update"
msgstr "请æä¾›è¦æ›´æ–°çš„属性"
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr "如果您有任何疑问,请è”系我们,我们将竭诚为您æœåŠ¡ã€‚"
@@ -23079,6 +24151,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23211,6 +24286,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr "ç¦æ­¢å‘当å‰ç¾¤ç»„中的项目添加新æˆå‘˜"
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr "防止环境自动终止"
@@ -23262,6 +24340,9 @@ msgstr "上一次未解决的讨论"
msgid "Primary"
msgstr "主è¦"
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23370,6 +24451,12 @@ msgstr "用户资料"
msgid "Profile Settings"
msgstr "个人资料设置"
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr "于"
@@ -23484,6 +24571,12 @@ msgstr "编辑个人资料"
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr "输入您的姓å,以便大家认识您"
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr "到期于"
@@ -23499,8 +24592,8 @@ msgstr "å…¨å"
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
-msgstr "给您的个人密钥创建一个标题."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
+msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
msgstr ""
@@ -23514,6 +24607,9 @@ msgstr "接收邮件令牌已é‡ç½®"
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr "å¯ç”¨åŒé‡èº«ä»½è®¤è¯ï¼ˆ2FA),æ高账户安全性"
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr "密ç æ— æ•ˆ"
@@ -23523,6 +24619,15 @@ msgstr "用户å无效"
msgid "Profiles|Key"
msgstr "密钥"
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr "最近使用:"
@@ -23568,6 +24673,9 @@ msgstr "公开头åƒ"
msgid "Profiles|Public email"
msgstr "公开邮件"
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr "删除头åƒ"
@@ -23592,9 +24700,6 @@ msgstr "姓å更新功能已被管ç†å‘˜ç¦ç”¨ã€‚"
msgid "Profiles|The maximum file size allowed is 200KB."
msgstr "å…许的最大文件大å°ä¸º200KB。"
-msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it? It will be publicly visible."
-msgstr "此输入看起æ¥ä¸åƒæ˜¯ä¸€ä¸ªå…¬å…±çš„SSH密钥,您确定è¦æ·»åŠ å®ƒå—?添加åŽå®ƒå°†å…¬å¼€å¯è§ã€‚"
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr "此电å­é‚®ä»¶å°†æ˜¾ç¤ºåœ¨æ‚¨çš„公开个人资料中。"
@@ -23682,9 +24787,6 @@ msgstr "您的å¸æˆ·ç›®å‰æ˜¯è¿™äº›ç¾¤ç»„的所有者:"
msgid "Profiles|Your email address was automatically set based on your %{provider_label} account"
msgstr "您的电å­é‚®ä»¶åœ°å€æ˜¯æ ¹æ®æ‚¨çš„ %{provider_label} å¸æˆ·è‡ªåŠ¨è®¾ç½®çš„"
-msgid "Profiles|Your key has expired"
-msgstr "您的密钥已过期"
-
msgid "Profiles|Your location was automatically set based on your %{provider_label} account"
msgstr "您的ä½ç½®æ˜¯åŸºäºŽæ‚¨çš„ %{provider_label} å¸æˆ·è‡ªåŠ¨è®¾ç½®çš„。"
@@ -23775,6 +24877,9 @@ msgstr "项目 URL"
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr "项目访问必须明确授予æ¯ä¸ªç”¨æˆ·ã€‚ 如果此项目是在一个群组中,群组æˆå‘˜å°†ä¼šèŽ·å¾—访问æƒé™ã€‚"
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr "项目已被删除"
@@ -23940,13 +25045,7 @@ msgstr "或群组"
msgid "ProjectSelect|Search for project"
msgstr "æœç´¢é¡¹ç›®"
-msgid "ProjectService|%{service_title}: status off"
-msgstr "%{service_title}: 状æ€å…³é—­"
-
-msgid "ProjectService|%{service_title}: status on"
-msgstr "%{service_title}:状æ€å¼€å¯"
-
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Drone server URL"
msgstr ""
msgid "ProjectService|Enter new API key"
@@ -23955,67 +25054,88 @@ msgstr ""
msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgstr "在GitLab项目上执行常è§æ“作: %{project_name}"
+
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
-msgstr "在GitLab项目上执行常è§æ“作: %{project_name}"
+msgid "ProjectService|Trigger event for pushes to the repository."
+msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24264,12 +25384,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr "此设置已应用于æœåŠ¡å™¨çº§åˆ«ï¼Œå¯ç”±ç®¡ç†å‘˜ä¿®æ”¹ã€‚"
@@ -24285,6 +25414,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr "转移项目"
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24417,6 +25549,9 @@ msgstr "项目æˆåŠŸè¯»å–"
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr "按项目所包å«æœ€é«˜å±é™©ç¨‹åº¦å®‰å…¨æ¼æ´žåˆ†çº§"
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr "与 %{group_name} 共享的项目"
@@ -24495,6 +25630,9 @@ msgstr "创建一个空白项目æ¥å­˜æ”¾æ‚¨çš„文件,规划您的工作,并
msgid "ProjectsNew|Create blank project"
msgstr "创建空白项目"
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr "从模æ¿åˆ›å»º"
@@ -24513,6 +25651,9 @@ msgstr "导入"
msgid "ProjectsNew|Import project"
msgstr "导入项目"
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr "使用自述文件åˆå§‹åŒ–仓库"
@@ -24774,8 +25915,8 @@ msgstr "了解更多"
msgid "Promotions|Not now, thanks!"
msgstr "æš‚æ—¶ä¸ç”¨ï¼Œè°¢è°¢ï¼"
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
-msgstr "查看%{subscription_link_start}铜牌计划%{subscription_link_end}中的其他功能"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
+msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
msgstr "å¯åŠ¨GitLab Ultimate试用"
@@ -24960,9 +26101,15 @@ msgstr ""
msgid "Protocol"
msgstr "åè®®"
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr "æ供者"
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr "æ­¤APIç›®å‰ä¸æ”¯æŒä½¿ç”¨ä»£ç†"
@@ -25017,6 +26164,9 @@ msgstr "购买更多时间"
msgid "Purchase more storage"
msgstr "购买更多存储"
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr "推é€"
@@ -25110,6 +26260,9 @@ msgstr "%{user_name} 推é€åˆ†æ”¯ \"%{ref}\"。"
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr "%{user_name} 已推é€æ–°åˆ†æ”¯ \"%{ref}\"。"
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr "高优先级"
@@ -25125,9 +26278,6 @@ 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 "Pushoverå¯è®©æ‚¨è½»æ¾åœ¨Android设备,iPhone,iPad和桌é¢ä¸ŠèŽ·å¾—实时通知。"
-
msgid "PushoverService|See project %{project_full_name}"
msgstr "å‚è§é¡¹ç›® %{project_full_name}"
@@ -25158,6 +26308,9 @@ msgstr "队列中"
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr "快速æ“作å¯ç”¨äºŽè®®é¢˜æ述和评论框。"
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr "å¿«æ·èŒƒå›´"
@@ -25191,15 +26344,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr "é‡æ–°éªŒè¯é—´éš”"
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr "进一步了解"
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr "于%{help_link_open}此处%{help_link_close}了解有关项目æƒé™çš„更多信æ¯"
msgid "Read more about related issues"
msgstr "了解更多关于相关议题的信æ¯"
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr "实时功能"
@@ -25218,6 +26383,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr "从手动é…置的 Prometheus æœåŠ¡å™¨æŽ¥æ”¶è­¦æŠ¥ã€‚"
@@ -25230,8 +26398,8 @@ msgstr ""
msgid "Recent"
msgstr "最近"
-msgid "Recent Activity"
-msgstr "最近的活动"
+msgid "Recent Deliveries"
+msgstr ""
msgid "Recent Project Activity"
msgstr "最近的项目动æ€"
@@ -25245,6 +26413,9 @@ msgstr ""
msgid "Recent searches"
msgstr "最近的æœç´¢"
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr "é‡æ–°é…ç½®"
@@ -25439,18 +26610,21 @@ msgstr "å‘布文档"
msgid "Releases|New Release"
msgstr "新版本"
-msgid "Release|Something went wrong while creating a 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 "Release|Something went wrong while saving the release details."
+msgstr ""
msgid "Remediations"
msgstr "ä¿®å¤æŽªæ–½"
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr "ç¨åŽæ醒"
@@ -25502,12 +26676,18 @@ msgstr "删除å¡ç‰‡"
msgid "Remove child epic from an epic"
msgstr "从å²è¯—中删除å­å²è¯—"
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr "删除æ述历å²"
msgid "Remove due date"
msgstr "删除截止日期"
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25523,6 +26703,9 @@ msgstr "从å²è¯—中移除"
msgid "Remove group"
msgstr "删除群组"
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr "移除迭代"
@@ -25535,6 +26718,12 @@ msgstr "去除é™åˆ¶"
msgid "Remove list"
msgstr "删除列表"
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr "删除æˆå‘˜"
@@ -25562,6 +26751,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr "删除次è¦èŠ‚点"
@@ -25583,6 +26775,9 @@ msgstr "删除用户和报告"
msgid "Remove user from group"
msgstr "从群组中删除用户"
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr "已删除"
@@ -26019,6 +27214,9 @@ msgstr "选择"
msgid "Request Access"
msgstr "申请æƒé™"
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr "请求详情"
@@ -26031,6 +27229,9 @@ msgstr "请求å‚æ•°%{param}缺失。"
msgid "Request review from"
msgstr "请求审核æ¥è‡ª"
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr "链接SAMLå¸æˆ·çš„请求必须ç»è¿‡æŽˆæƒ"
@@ -26061,8 +27262,8 @@ msgstr "当ä¸å…许æ¥è‡ªé’©å­å’ŒæœåŠ¡çš„本地请求时,将å…许对本地
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
-msgstr "需è¦ç®¡ç†å‘˜æ‰¹å‡†æ‰èƒ½è¿›è¡Œæ–°æ³¨å†Œ"
+msgid "Require all users in this group to setup Two-factor authentication"
+msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
msgstr "è¦æ±‚此群组中的所有用户都å¯ç”¨åŒé‡è®¤è¯"
@@ -26070,6 +27271,9 @@ msgstr "è¦æ±‚此群组中的所有用户都å¯ç”¨åŒé‡è®¤è¯"
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr "è¦æ±‚所有用户在访问GitLab时接å—æœåŠ¡æ¡æ¬¾å’Œéšç§æ”¿ç­–。"
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26120,6 +27324,9 @@ msgstr[0] "éœ€è¦ %d 个核准"
msgid "Requires values to meet regular expression requirements."
msgstr "需è¦å€¼åŒ¹é…正则表达å¼ã€‚"
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr "é‡æ–°å‘é€è¯·æ±‚"
@@ -26132,6 +27339,9 @@ msgstr "é‡æ–°å‘é€é‚€è¯·"
msgid "Resend it"
msgstr "é‡æ–°å‘é€"
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr "é‡ç½®"
@@ -26150,6 +27360,12 @@ msgstr "é‡ç½®è¿è¡ŒçŠ¶å†µæ£€æŸ¥è®¿é—®ä»¤ç‰Œ"
msgid "Reset key"
msgstr "é‡ç½®å¯†é’¥"
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26252,9 +27468,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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}获å–更多信æ¯ã€‚"
-
msgid "Resume"
msgstr "æ¢å¤"
@@ -26404,6 +27617,12 @@ msgstr "定义项目所接å—çš„git推é€è§„则。所有新创建的项目都将
msgid "Run CI/CD pipelines for external repositories"
msgstr "使用外部仓库的CI/CDæµæ°´çº¿"
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr "è¿è¡Œä¾‹è¡Œç»´æŠ¤"
@@ -26419,12 +27638,6 @@ msgstr "è¿è¡Œæœªæ ‡è®°çš„作业"
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr "Runner处于%{status},最åŽä¸€æ¬¡è”系是%{runner_contact}å‰"
-
-msgid "Runner token"
-msgstr "Runner 令牌"
-
msgid "Runner tokens"
msgstr "Runner令牌"
@@ -26464,25 +27677,25 @@ msgstr "架构"
msgid "Runners|Can run untagged jobs"
msgstr "å¯ä»¥è¿è¡Œæœªæ ‡è®°çš„作业"
+msgid "Runners|Command to register runner"
+msgstr ""
+
msgid "Runners|Copy instructions"
msgstr ""
msgid "Runners|Description"
msgstr "æè¿°"
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download latest binary"
msgstr ""
-msgid "Runners|Group"
-msgstr "群组"
-
msgid "Runners|IP Address"
msgstr "IP地å€"
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26497,6 +27710,9 @@ msgstr "最大作业超时"
msgid "Runners|Name"
msgstr "å称"
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr "å¹³å°"
@@ -26506,33 +27722,51 @@ msgstr "属性å称"
msgid "Runners|Protected"
msgstr "å—ä¿æŠ¤"
-msgid "Runners|Register Runner"
-msgstr ""
-
msgid "Runners|Revision"
msgstr "版本"
+msgid "Runners|Runner"
+msgstr ""
+
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
-msgstr "共享的"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
+msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
-msgstr "特定的"
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
+msgstr ""
msgid "Runners|Tags"
msgstr "标签"
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr "值"
@@ -26542,9 +27776,21 @@ msgstr "版本"
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr "您已使用了%{quotaUsed},超出了共享æµæ°´çº¿æ—¶é—´é…é¢é™åˆ¶ï¼ˆ%{quotaLimit} )。"
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr "è¿è¡Œä¸­"
@@ -26602,6 +27848,9 @@ msgstr "SSH主机密钥在此系统上ä¸å¯ç”¨ã€‚请使用%{ssh_keyscan}命令æ
msgid "SSH key"
msgstr "SSH密钥"
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr "SSH密钥用于在您的电脑和GitLab建立安全连接。"
@@ -26614,6 +27863,9 @@ msgstr "SSL验è¯ï¼š"
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr "满足"
@@ -26671,6 +27923,12 @@ msgstr ""
msgid "Scanner"
msgstr "扫æ工具"
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr "新建æµæ°´çº¿è®¡åˆ’"
@@ -26958,6 +28216,9 @@ msgstr "席ä½ä½¿ç”¨æ•°æ®æ›´æ–°äºŽæ¯æ—¥12:00pm UTC"
msgid "Secondary"
msgstr "次è¦"
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr "秒"
@@ -27027,6 +28288,9 @@ msgstr "é…ç½®"
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr "无法获å–é…置数æ®ã€‚请刷新页é¢æˆ–ç¨åŽå†è¯•ã€‚"
@@ -27084,7 +28348,7 @@ msgstr "查看历å²"
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr "您å¯ä»¥é€šè¿‡å¯ç”¨%{linkStart}Auto DevOps%{linkEnd}æ¥å¿«é€Ÿå¯ç”¨æ‰€æœ‰å®‰å…¨æ‰«æ工具。"
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27111,6 +28375,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27270,6 +28537,9 @@ msgstr "对ä¸èµ·ï¼Œæ²¡æœ‰ç¬¦åˆç­›é€‰å™¨çš„任何结果"
msgid "SecurityReports|Status"
msgstr "状æ€"
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr "添加评论时出错。"
@@ -27315,6 +28585,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr "æ¼æ´žæŠ¥å‘Š"
@@ -27330,12 +28603,15 @@ msgstr "您没有足够的æƒé™è®¿é—®æ­¤æŠ¥å‘Š"
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr "您必须以授æƒç”¨æˆ·èº«ä»½ç™»å½•æ‰èƒ½æŸ¥çœ‹æ­¤æŠ¥å‘Š"
-msgid "See GitLab's %{password_policy_guidelines}"
-msgstr "å‚è§GitLabçš„%{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
+msgstr ""
msgid "See metrics"
msgstr "查看指标"
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr "查看 GitLab 管ç†é¢æ¿ä¸­çš„å—å½±å“项目"
@@ -27582,6 +28858,15 @@ msgstr "å‘é€ç”µå­é‚®ä»¶é€šçŸ¥"
msgid "Send message"
msgstr "å‘é€ä¿¡æ¯â€‹â€‹â€‹â€‹â€‹â€‹â€‹â€‹"
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr "å‘é€æŠ¥å‘Š"
@@ -27753,12 +29038,6 @@ msgstr "会è¯æŒç»­æ—¶é—´(分钟)"
msgid "Set %{epic_ref} as the parent epic."
msgstr "å°†%{epic_ref}设置为父å²è¯—。"
-msgid "Set .gitlab-ci.yml to enable or configure SAST"
-msgstr "设置.gitlab-ci.yml以å¯ç”¨æˆ–é…ç½®SAST"
-
-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 "设置.gitlab-ci.yml文件,通过GitLab管ç†çš„模æ¿å¯ç”¨æˆ–é…ç½®SAST安全扫æ。您å¯ä»¥[添加å˜é‡è¦†ç›–](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings)æ¥å®šåˆ¶SAST设置。"
-
msgid "Set a default description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -27960,6 +29239,9 @@ msgstr "将时间估计设置为 %{time_estimate}。"
msgid "Sets weight to %{weight}."
msgstr "å°†æƒé‡è®¾ç½®ä¸º %{weight}。"
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr "设置为 0 æ„味ç€ä½¿ç”¨ç³»ç»Ÿé»˜è®¤è¶…时值。"
@@ -28071,6 +29353,9 @@ msgstr "显示æ交æè¿°"
msgid "Show complete raw log"
msgstr "显示完整的原始日志"
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr "显示详情"
@@ -28196,6 +29481,9 @@ msgstr "登录"
msgid "Sign in / Register"
msgstr "登录/注册"
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr "登录到 \"%{group_name}\""
@@ -28208,12 +29496,18 @@ msgstr "使用智能å¡ç™»å½•"
msgid "Sign in via 2FA code"
msgstr "通过2FA代ç ç™»å½•"
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr "使用å•ç‚¹ç™»å½•(SSO)进行登录"
msgid "Sign in with smart card"
msgstr "使用智能å¡ç™»å½•"
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr "退出"
@@ -28226,6 +29520,12 @@ msgstr "注册"
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr "注册æˆåŠŸï¼è¯·ç¡®è®¤æ‚¨çš„电å­é‚®ä»¶ä»¥ç™»å½•ã€‚"
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr "登录é™åˆ¶"
@@ -28274,6 +29574,12 @@ msgstr "模拟为默认分支创建的æµæ°´çº¿"
msgid "Single or combined queries"
msgstr "å•ä¸ªæˆ–组åˆæŸ¥è¯¢"
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr "大å°"
@@ -28295,29 +29601,17 @@ msgstr "跳过"
msgid "Skipped deployment to"
msgstr "跳过部署到"
+msgid "Skype:"
+msgstr ""
+
msgid "Slack application"
msgstr "Slack应用"
-msgid "Slack channels (e.g. general, development)"
-msgstr "Slacké¢‘é“ (例如通用,开å‘)"
-
msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
msgstr "Slack集æˆå…许您通过èŠå¤©çª—å£ä¸­çš„shash命令与GitLab交互。"
-msgid "SlackIntegration|%{strong_open}Note:%{strong_close} Usernames and private channels are not supported."
-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 "å°†%{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 "选择以下事件以å¯ç”¨é€šçŸ¥ã€‚ %{strong_open}Slack频é“å称%{strong_close}å’Œ%{strong_open}Slack用户å%{strong_close}字段是å¯é€‰çš„。"
-
-msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
-msgstr "æ­¤æœåŠ¡å°†é¡¹ç›®äº‹ä»¶çš„通知å‘é€åˆ°Slack频é“。如需设置此æœåŠ¡ï¼š"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
+msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
msgstr "2. å°†%{strong_open}Token%{strong_close}粘贴到下é¢çš„字段中"
@@ -28415,12 +29709,18 @@ msgstr "有人您åŒæ—¶ç¼–辑了这一åˆå¹¶è¯·æ±‚。请刷新页é¢æŸ¥çœ‹æ›´æ”¹
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr "出错了,抱歉。"
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr "出错了,抱歉。"
@@ -28493,6 +29793,9 @@ msgstr "获å–评论时出错。请ç¨åŽé‡è¯•ã€‚"
msgid "Something went wrong while fetching description changes. Please try again."
msgstr "获å–æè¿°å˜æ›´æ—¶å‡ºé”™äº†ï¼Œè¯·ç¨åŽé‡è¯•ã€‚"
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr "获å–群组æˆå‘˜è´¡çŒ®æ—¶å‡ºé”™"
@@ -28556,6 +29859,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr "解决当å‰è®¨è®ºæ—¶å‡ºé”™ï¼Œè¯·é‡è¯•ã€‚"
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28781,6 +30087,9 @@ msgstr "æº(分支或标签)"
msgid "Source Branch"
msgstr "æºåˆ†æ”¯"
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr "æºåˆ†æ”¯: %{source_branch_open}%{source_branch}%{source_branch_close}"
@@ -28838,6 +30147,9 @@ msgstr "使用%{linkStart}Sourcegraph.com%{linkEnd}。"
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr "使用自定义的%{linkStart}Sourcegraph实例%{linkEnd}。"
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr "垃圾信æ¯æ—¥å¿—"
@@ -28997,6 +30309,9 @@ msgstr "å·²å¯åŠ¨:"
msgid "Starting..."
msgstr "正在å¯åŠ¨..."
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr "开始 %{startsIn}"
@@ -29093,6 +30408,24 @@ msgstr "状æ€:"
msgid "Status: %{title}"
msgstr "状æ€: %{title}"
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29219,6 +30552,9 @@ msgstr "æ交"
msgid "Submit a review"
msgstr "æ交评审"
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr "垃圾信æ¯ä¸¾æŠ¥"
@@ -29243,6 +30579,9 @@ msgstr "æ交当å‰è¯„审。"
msgid "Submit your changes"
msgstr "æ交您的更改"
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr "å·²æ交当å‰è¯„审。"
@@ -29273,6 +30612,9 @@ msgstr "订阅%{quick_action_target}。"
msgid "Subscription"
msgstr "订阅"
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr "订阅删除失败。"
@@ -29417,6 +30759,9 @@ msgstr "æˆåŠŸè§£é™¤ç¦ç”¨"
msgid "Successfully unlocked"
msgstr "æˆåŠŸè§£é™¤ç¦ç”¨"
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr "æˆåŠŸéªŒè¯åŸŸæ‰€æœ‰æƒ"
@@ -29519,6 +30864,69 @@ msgstr "概览"
msgid "Sunday"
msgstr "星期日"
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr "支æŒ"
@@ -29609,6 +31017,9 @@ msgstr "系统输出"
msgid "Table of Contents"
msgstr "目录"
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr "标签"
@@ -29702,9 +31113,6 @@ msgstr "å‘行说明"
msgid "TagsPage|Repository has no tags yet."
msgstr "版本库还没有标签。"
-msgid "TagsPage|Sort by"
-msgstr "排åº"
-
msgid "TagsPage|Tags"
msgstr "标签"
@@ -30003,20 +31411,35 @@ msgstr "%{count}项测试"
msgid "TestReports|%{rate}%{sign} success rate"
msgstr "%{rate}%{sign}æˆåŠŸçŽ‡"
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr "作业"
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr "测试"
msgid "TestReports|There are no test cases to display."
msgstr "没有è¦æ˜¾ç¤ºçš„测试案例。"
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr "没有è¦æ˜¾ç¤ºçš„测试集。"
-msgid "TestReports|There are no tests to show."
-msgstr "没有è¦æ˜¾ç¤ºçš„测试。"
+msgid "TestReports|There are no tests to display"
+msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr "获å–总结时出错。"
@@ -30024,6 +31447,9 @@ msgstr "获å–总结时出错。"
msgid "TestReports|There was an error fetching the test suite."
msgstr "获å–测试集时出错。"
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr "测试"
@@ -30042,6 +31468,9 @@ 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 "感谢您的支æŒè¯·æ±‚ï¼æˆ‘们会通过工å•#%{issue_iid}追踪您的请求。我们将尽快回å¤æ‚¨ã€‚"
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr "感谢购买ï¼"
@@ -30067,6 +31496,9 @@ msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] "%{type} 包å«ä»¥ä¸‹é”™è¯¯ï¼š"
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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中的高级æœç´¢åŠŸèƒ½æ˜¯éžå¸¸å¼ºå¤§çš„æœç´¢æœåŠ¡ã€‚您å¯ä»¥æœç´¢å…¶ä»–团队的代ç ä»¥å¸®åŠ©æ‚¨å®Œå–„自己项目中的代ç ã€‚从而é¿å…创建é‡å¤çš„代ç æˆ–浪费时间。"
@@ -30091,6 +31523,9 @@ msgstr "在主节点上定义的URL,次è¦èŠ‚点应使用该URL与其è”系。
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr "在主节点上定义的URL,从节点将用此网å€æ¥è”络主节点。%{linkStart}更多信æ¯%{linkEnd}"
+msgid "The URL of the Jenkins server."
+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â€)。"
@@ -30121,6 +31556,9 @@ msgstr "ç¼–ç é˜¶æ®µæ¦‚述了从第一次æ交到创建åˆå¹¶è¯·æ±‚的时间。
msgid "The collection of events added to the data gathered for that stage."
msgstr "与该阶段相关的事件集åˆã€‚"
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr "æ­¤æ交ä¸å­˜åœ¨"
@@ -30248,6 +31686,9 @@ msgstr "%{group_links} 的群组设置è¦æ±‚您为å¸æˆ·å¯ç”¨åŒé‡è®¤è¯ã€‚ä½ 
msgid "The group will be placed in 'pending removal' state"
msgstr "该群组将处于“待删除â€çŠ¶æ€"
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "该导入过程将在 %{timeout}åŽè¶…时。对于需è¦é•¿äºŽè¯¥æ—¶é—´æ‰èƒ½å¯¼å…¥çš„仓库,请使用克隆/推é€ç»„åˆã€‚"
@@ -30302,6 +31743,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr "GitLab无法解决此åˆå¹¶è¯·æ±‚çš„åˆå¹¶å†²çªã€‚请å°è¯•åœ¨æœ¬åœ°è§£å†³å®ƒä»¬ã€‚"
@@ -30314,6 +31758,9 @@ msgstr "æ­¤åˆå¹¶è¯·æ±‚çš„åˆå¹¶å†²çªå·²å¾—到解决。请返回åˆå¹¶è¯·æ±‚。
msgid "The merge request can now be merged."
msgstr "åˆå¹¶è¯·æ±‚现在å¯ä»¥åˆå¹¶äº†ã€‚"
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30323,6 +31770,9 @@ msgstr "å称“%{name}â€åœ¨æ­¤ç›®å½•ä¸­å·²ä½¿ç”¨ã€‚"
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30341,6 +31791,15 @@ msgstr "父å²è¯—是ç§å¯†çš„,åªèƒ½åŒ…å«ç§å¯†å²è¯—和议题"
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr "解密ç§é’¥æ‰€éœ€çš„密ç çŸ­è¯­ã€‚该项为å¯é€‰é¡¹, 并且内容被加密存储。"
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr "项目生命周期中的å„个阶段。"
@@ -30485,15 +31944,15 @@ msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
msgstr "您正在å°è¯•å†»ç»“的用户在过去%{minimum_inactive_days}天一直处于活动状æ€ï¼Œå› æ­¤æ— æ³•å†»ç»“。"
+msgid "The username for the Jenkins server."
+msgstr ""
+
msgid "The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6."
msgstr "中ä½æ•°æ˜¯ä¸€ä¸ªæ•°åˆ—中最中间的值。例如在 3ã€5ã€9 之间,中ä½æ•°æ˜¯ 5。在 3ã€5ã€7ã€8 之间,中ä½æ•°æ˜¯ (5 + 7)/ 2 = 6。"
msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr "æä¾›å˜é‡çš„值超过了%{count}字符é™åˆ¶"
-msgid "The visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
-msgstr "当CI/CDé…置文件语法有效时,å¯è§†åŒ–视图将出现在此选项å¡ä¸‹ã€‚"
-
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
msgstr ""
@@ -30527,6 +31986,9 @@ msgstr "没有与此账户关è”çš„SSH密钥。"
msgid "There are no SSH keys with access to your account."
msgstr "没有å¯è®¿é—®æ‚¨å¸æˆ·çš„SSH密钥。"
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30602,6 +32064,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr "环境上有正在è¿è¡Œçš„部署。请ç¨åŽé‡è¯•ã€‚"
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30629,12 +32094,24 @@ msgstr "æ•°æ®å¤ªå¤šæ— æ³•è®¡ç®—。请更改您的选择。"
msgid "There was a problem communicating with your device."
msgstr "与您的设备通信时出现问题。"
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr "获å–分支时出现问题。"
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr "获å–群组时出现问题。"
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr "获å–标记时出错。"
@@ -30707,9 +32184,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr "获å–%{replicableType}时出错"
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr "获å–Geo设置时出错"
@@ -30722,6 +32196,9 @@ msgstr "获å–部署冻结时出错。"
msgid "There was an error fetching the environments information."
msgstr "获å–环境信æ¯æ—¶å‡ºé”™ã€‚"
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr "获å–选中群组的顶级标记时出错"
@@ -30806,9 +32283,6 @@ msgstr "é‡ç½®ç”µå­é‚®ä»¶ä»¤ç‰Œæ—¶å‡ºé”™ã€‚"
msgid "There was an error when subscribing to this label."
msgstr "订阅此标记时出错。"
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr "å–消订阅此标记时出错。"
@@ -30830,6 +32304,9 @@ msgstr "获å–价值æµåˆ†æžæŒç»­æ—¶é—´æ—¶å‡ºé”™ã€‚"
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr "reCAPTCHA 验è¯é”™è¯¯ã€‚请å†æ¬¡éªŒè¯ reCAPTCHA。"
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -30896,6 +32373,9 @@ msgstr "此项目目å‰å·²å­˜æ¡£å¹¶åªè¯»ã€‚如果您想è¦æ¢å¤æ‹‰å–é•œåƒï¼Œ
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr "æ­¤URLå·²ç»ç”¨äºŽå¦ä¸€ä¸ªé“¾æŽ¥ï¼›ä¸å…许é‡å¤ URL"
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr "æ­¤æ“作å¯èƒ½å¯¼è‡´æ•°æ®ä¸¢å¤±ã€‚为防止æ„外,我们会è¦æ±‚您确认您的æ“作。"
@@ -31016,6 +32496,9 @@ msgstr "æ­¤å²è¯—çš„å­å²è¯—数目已达最大值。"
msgid "This epic does not exist or you don't have sufficient permission."
msgstr "æ­¤å²è¯—ä¸å­˜åœ¨æˆ–者您没有足够的æƒé™ã€‚"
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr "此功能需è¦æœ¬åœ°å­˜å‚¨ä»¥å¯ç”¨"
@@ -31061,9 +32544,6 @@ msgstr "此用户为“幽çµç”¨æˆ·â€ï¼Œç”¨äºŽæŒæœ‰è¢«åˆ é™¤ç”¨æˆ·çš„所有议
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr "这是高级版的功能"
-
msgid "This is a confidential %{noteableTypeText}."
msgstr "这是一个ç§å¯†%{noteableTypeText}。"
@@ -31238,6 +32718,9 @@ msgstr "此命å空间已被使用ï¼è¯·é€‰æ‹©å…¶ä»–命å空间。"
msgid "This only applies to repository indexing operations."
msgstr "è¿™åªé€‚用于仓库索引æ“作。"
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr "此选项仅在GitLab.com上å¯ç”¨"
@@ -31274,6 +32757,9 @@ msgstr "此项目没有有效的访问令牌。"
msgid "This project is archived and cannot be commented on."
msgstr "此项目已存档,无法添加评论。"
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr "此项目使用%{strong_start}%{manager_name}%{strong_end}管ç†å…¶ä¾èµ–关系"
@@ -31304,15 +32790,6 @@ msgstr "此仓库上次检查于%{last_check_timestamp}。检查%{strong_start}æ
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr "此仓库上次检查于%{last_check_timestamp}。检查通过。"
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr "æ­¤Runner仅在å—ä¿æŠ¤åˆ†æ”¯ä¸Šè§¦å‘çš„æµæ°´çº¿ä¸Šè¿è¡Œ"
@@ -31322,6 +32799,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr "当å‰è®¾ç½®å¯åœ¨æ¯ä¸ªé¡¹ç›®ä¸­è¿›è¡Œæ›´æ”¹è¦†ç›–。"
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr "此设置将更新用于生æˆç§æœ‰æ交电å­é‚®ä»¶çš„主机å。 %{learn_more}"
@@ -31337,18 +32817,33 @@ msgstr "无法从GitLab手动解ç¦æ­¤ç”¨æˆ·"
msgid "This user does not have a pending request"
msgstr "此用户没有待处ç†è¯·æ±‚"
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr "此用户没有有效的%{type}。"
msgid "This user has no identities"
msgstr "该用户无身份标识"
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr "该用户曾ç»æ交到%{name}项目。"
msgid "This user has the %{access} role in the %{name} project."
msgstr "该用户在%{name}项目中的角色为%{access}。"
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr "该用户是%{noteable}的作者。"
@@ -31418,6 +32913,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31562,6 +33060,9 @@ msgstr "工时统计"
msgid "Time until first merge request"
msgstr "创建第一个åˆå¹¶è¯·æ±‚之å‰çš„时间"
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr "预计"
@@ -31732,6 +33233,9 @@ msgstr "秒"
msgid "Tip:"
msgstr "æ示:"
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr "æ示:添加一个"
@@ -31798,6 +33302,9 @@ msgstr "è¦å®šä¹‰å†…部用户,请首先å¯ç”¨è®¾ç½®ä¸ºå¤–部的新用户"
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr "为了进一步ä¿æŠ¤æ‚¨çš„å¸æˆ·ï¼Œè¯·è€ƒè™‘é…置一个%{mfa_link_start}åŒé‡èº«ä»½éªŒè¯%{mfa_link_end}方法。"
@@ -31813,6 +33320,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr "首先,请您输入您的 Gitea æœåŠ¡å™¨åœ°å€å’Œä¸€ä¸ª %{link_to_personal_token}。"
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr "为了帮助改进GitLabåŠæå‡ç”¨æˆ·ä½“验, GitLab将定期收集使用信æ¯ã€‚"
@@ -31828,8 +33338,8 @@ 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 "è¦å°†Sentry链接到GitLab,请输入您的Sentry URLå’ŒAuth Token。"
+msgid "To learn more about this project, read %{link_to_wiki}."
+msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
msgstr "如需将整个GitLab项目从å¦ä¸€ä¸ªGitLabæœåŠ¡å™¨ç§»åŠ¨æˆ–å¤åˆ¶åˆ°æ­¤æœåŠ¡å™¨ï¼Œè¯·è®¿é—®åŽŸé¡¹ç›®çš„设置页é¢ï¼Œç”Ÿæˆå¯¼å‡ºæ–‡ä»¶ï¼Œç„¶åŽåœ¨æ­¤å¤„上载。"
@@ -31840,7 +33350,10 @@ msgstr "如需外部仓库仅使用CI/CD功能时,请选择%{strong_open}使ç”
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -31855,6 +33368,9 @@ msgstr "为了ä¿è¯æ­¤è®®é¢˜çš„ç§å¯†æ€§ï¼Œé€‰æ‹©äº†è¯¥é¡¹ç›®çš„ç§æœ‰æ´¾ç”Ÿã€‚
msgid "To receive alerts from manually configured Prometheus services, add the following URL and Authorization key to your Prometheus webhook config file. Learn more about %{linkStart}configuring Prometheus%{linkEnd} to send alerts to GitLab."
msgstr "è¦ä»Žæ‰‹åŠ¨é…置的PrometheusæœåŠ¡æŽ¥æ”¶è­¦æŠ¥ï¼Œè¯·å°†ä»¥ä¸‹URL和授æƒå¯†é’¥æ·»åŠ åˆ°Prometheus webhooké…置文件中。了解更多关于 %{linkStart}é…ç½®Prometheus%{linkEnd} 将警报å‘é€åˆ°GitLab。"
+msgid "To run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr "è¦æŸ¥çœ‹ç”¨æˆ·çš„所有个人访问令牌,您必须先模拟其身份。"
@@ -32008,9 +33524,6 @@ msgstr "所有产物大å°ï¼š %{total_size}"
msgid "Total cores (CPUs)"
msgstr "总核心(CPU)"
-msgid "Total days to completion"
-msgstr "完æˆæ€»å¤©æ•°"
-
msgid "Total issues"
msgstr "总议题数"
@@ -32222,12 +33735,6 @@ msgstr "触å‘器已æˆåŠŸæ›´æ–°ã€‚"
msgid "Triggerer"
msgstr "触å‘者"
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr "使用跟踪对应用程åºè¿›è¡Œæ•…障排除与监控"
@@ -32276,9 +33783,6 @@ msgstr ""
msgid "Turn on"
msgstr ""
-msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
-msgstr "å¯ç”¨%{strongStart}使用情况检测(usage ping)%{strongEnd}以激活用户活动分æžï¼Œå³%{docLinkStart}世代表%{docLinkEnd}。"
-
msgid "Turn on usage ping"
msgstr "å¯ç”¨ä½¿ç”¨æƒ…况检测(usage ping)"
@@ -32288,6 +33792,9 @@ msgstr "å¯ç”¨ä½¿ç”¨æƒ…况检测(usage ping)以查看实例级分æž"
msgid "Twitter"
msgstr "Twitter"
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr "åŒé‡è®¤è¯"
@@ -32300,6 +33807,9 @@ msgstr "åŒé‡è®¤è¯"
msgid "Two-factor Authentication Recovery codes"
msgstr "åŒé‡è®¤è¯æ¢å¤ç "
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr "åŒé‡è®¤è¯"
@@ -32318,6 +33828,9 @@ msgstr "åŒé‡éªŒè¯å·²è¢«æˆåŠŸç¦ç”¨ï¼"
msgid "Two-factor authentication is not enabled for this user"
msgstr "此用户未å¯ç”¨åŒé‡éªŒè¯"
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr "类型"
@@ -32369,6 +33882,9 @@ msgstr "外部存储网å€å°†å­˜å‚¨ä»“库的é™æ€å¯¹è±¡ (例如,档案,åšå
msgid "URL or request ID"
msgstr "URL或请求ID"
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr "用户 %{user} 将被删除ï¼ä½ ç¡®å®šå—?"
@@ -32408,6 +33924,9 @@ msgstr "无法将Kubernetes日志编ç è½¬æ¢ä¸ºUTF-8"
msgid "Unable to create link to vulnerability"
msgstr "无法创建到æ¼æ´žçš„链接"
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr "无法获å–未扫æ的项目"
@@ -32435,6 +33954,9 @@ msgstr "无法加载差异。 %{button_try_again}"
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr "无法加载åˆå¹¶è¯·æ±‚部件。请å°è¯•é‡æ–°åŠ è½½é¡µé¢ã€‚"
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr "无法ä¿å­˜è¿­ä»£ã€‚请é‡è¯•"
@@ -32474,6 +33996,12 @@ msgstr "å–消分é…给评论用户"
msgid "Unassigned"
msgstr "未分é…"
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr "无身份验è¯çš„API请求速率é™åˆ¶"
@@ -32495,6 +34023,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr "很é—憾,您å‘é€ç»™GitLab的电å­é‚®ä»¶æ— æ³•å¤„ç†ã€‚"
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr "å¸è½½"
@@ -32531,15 +34062,24 @@ msgstr "除éžä¸ŽGitLabå¦æœ‰ä¹¦é¢å议,å¦åˆ™å•å‡»â€œä¸Šä¼ è®¸å¯â€å³è¡¨
msgid "Unlimited"
msgstr "æ— é™"
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr "解é”"
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr "解é”讨论"
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr "解é”æ­¤%{issuableDisplayName}å—?%{strongStart}所有人%{strongEnd}都将å¯ä»¥å‘表评论。"
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr "未é”定"
@@ -32651,15 +34191,27 @@ msgstr "æ›´æ–°"
msgid "Update %{sourcePath} file"
msgstr "更新%{sourcePath}文件"
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr "全部更新"
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr "更新批准规则"
msgid "Update approvers"
msgstr "更新核准人"
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr "更新失败"
@@ -32669,6 +34221,9 @@ msgstr "æ›´æ–°"
msgid "Update iteration"
msgstr "更新迭代"
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr "ç«‹å³æ›´æ–°"
@@ -32723,6 +34278,9 @@ msgstr "æ›´æ–°"
msgid "Updating"
msgstr "更新中"
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32738,9 +34296,6 @@ msgstr "å‡çº§æ‚¨çš„订阅计划以激活审计事件。"
msgid "Upgrade your plan to activate Group Webhooks."
msgstr "å‡çº§æ‚¨çš„订阅计划以å¯ç”¨ç¾¤ç»„Webhook。"
-msgid "Upgrade your plan to enable this feature of the Jira Integration."
-msgstr "å‡çº§æ‚¨çš„计划以å¯ç”¨æ­¤Jira集æˆåŠŸèƒ½ã€‚"
-
msgid "Upgrade your plan to improve merge requests."
msgstr ""
@@ -32969,13 +34524,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33068,9 +34623,21 @@ msgstr "为新建和改å的项目使用哈希存储路径。å¯ç”¨ä¸å¯å˜çš„
msgid "Use one line per URI"
msgstr "æ¯ä¸ªURIå ä¸€è¡Œ"
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr "使用模æ¿"
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33086,6 +34653,9 @@ msgstr "使用智能å¡å¯¹LDAPæœåŠ¡å™¨è¿›è¡Œèº«ä»½éªŒè¯ã€‚"
msgid "Used by members to sign in to your group in GitLab"
msgstr "ä¾›æˆå‘˜ç™»å½•æ‚¨çš„GitLab群组"
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr "使用的编程语言"
@@ -33362,6 +34932,9 @@ msgstr "用户åå¯ç”¨ã€‚"
msgid "Username or email"
msgstr "用户å或邮箱"
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr "用户å: %{username}"
@@ -33464,12 +35037,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
-msgstr "从首个æ交到议题关闭的中ä½æ•°æ—¶é—´ã€‚"
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
+msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr "从议题创建到关闭的中ä½æ•°æ—¶é—´ã€‚"
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33524,6 +35109,9 @@ msgstr "已验è¯"
msgid "Verify SAML Configuration"
msgstr "验è¯SAMLé…ç½®"
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr "验è¯é…ç½®"
@@ -33613,6 +35201,9 @@ msgstr "使用GitLab查看"
msgid "View job"
msgstr "查看作业"
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr "查看作业日志"
@@ -33661,21 +35252,18 @@ msgstr "查看支æŒçš„语言和框架"
msgid "View the documentation"
msgstr "查看文档"
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr "查看此环境最新æˆåŠŸéƒ¨ç½²"
msgid "View the performance dashboard at"
msgstr "查看性能仪表æ¿äºŽ"
+msgid "View usage details"
+msgstr ""
+
msgid "View users statistics"
msgstr "查看用户统计"
-msgid "View what jobs are needed for a job to run"
-msgstr ""
-
msgid "Viewed"
msgstr ""
@@ -33967,6 +35555,9 @@ msgstr "未修改的å“应是原始å“应没有对请求进行çªå˜çš„å“应"
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr "等待文件加载以å¤åˆ¶å…¶å†…容"
@@ -34024,6 +35615,9 @@ msgstr "我们在%{humanized_resource_name}检测到潜在滥用行为。请输å
msgid "We don't have enough data to show this stage."
msgstr "该阶段的数æ®ä¸è¶³ï¼Œæ— æ³•æ˜¾ç¤ºã€‚"
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr "我们å‘现以下错误:"
@@ -34054,6 +35648,12 @@ msgstr "我们è¦ç¡®å®šæ‚¨æ˜¯ä¸æ˜¯æœºå™¨äººã€‚"
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr "我们会通知%{inviter} ,您拒ç»äº†æ³¨å†ŒGitLab的邀请。您将ä¸ä¼šç»§ç»­æ”¶åˆ°æ醒。"
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr "我们在此通知您,您的GitLab ä¼ä¸šç‰ˆè®¢é˜…%{plan_name}已接近其用户上é™ã€‚您当å‰æœ‰%{active_user_count}个活跃用户,å³å°†è¾¾åˆ°%{maximum_user_count}的用户é™åˆ¶ã€‚"
@@ -34105,6 +35705,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr "Webhook"
@@ -34189,7 +35798,7 @@ msgstr "网å€"
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34216,7 +35825,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34240,6 +35849,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr "星期三"
@@ -34270,6 +35882,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr "欢迎æ¥åˆ°GitLab导览"
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr "您è¦æœç´¢ä»€ä¹ˆï¼Ÿ"
@@ -34291,6 +35906,15 @@ msgstr "您的工作èŒä½æ˜¯ä»€ä¹ˆï¼Ÿ(å¯é€‰)"
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr "您的体验水平是多少?"
@@ -34303,11 +35927,11 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr "当Runner被é”定时,ä¸èƒ½å°†å…¶åˆ†é…给其他项目"
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
-msgstr "å¯ç”¨åŽï¼Œä»»ä½•è®¿é—® %{host} 并创建å¸æˆ·çš„用户都必须ç»è¿‡ç®¡ç†å‘˜çš„明确许å¯æ‰èƒ½ç™»å½•ã€‚此设置仅在å¯ç”¨æ³¨å†ŒåŽæ‰æœ‰æ•ˆã€‚"
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
+msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
-msgstr "å¯ç”¨åŽï¼Œä»»ä½•è®¿é—®%{host}用户都å¯ä»¥åˆ›å»ºä¸€ä¸ªå¸æˆ·ã€‚"
+msgid "When disabled, an external authentication provider must be used."
+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 ""
@@ -34463,6 +36087,9 @@ msgstr "删除页é¢%{pageTitle}?"
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34478,9 +36105,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34496,9 +36135,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr "在这里编写您的内容或将文件拖动到此处..."
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr "Wiki"
@@ -34583,6 +36228,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr "写入里程碑æè¿°..."
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr "编写å‘行说明(Release Notes) 或将文件拖动到此处..."
@@ -34691,8 +36339,8 @@ msgstr "当å‰æ­£åœ¨è®¿é—®åªè¯» GitLab 实例。"
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr "您收到此消æ¯æ˜¯å› ä¸ºæ‚¨æ˜¯ %{url} çš„GitLab管ç†å‘˜ã€‚"
-msgid "You are signed into GitLab as %{user_link}"
-msgstr "您以%{user_link}登录到GitLab"
+msgid "You are signed in to GitLab as %{user_link}"
+msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
msgstr "您正在å°è¯•ä¸Šä¼ éžå›¾ç‰‡æ–‡ä»¶ã€‚请上传.pngã€.jpgã€.jpegã€.gifã€.bmpã€.tiff或.ico。"
@@ -34718,6 +36366,9 @@ msgstr "您å¯ä»¥åœ¨ %{lint_link_start}CI Lint%{lint_link_end} 中测试 %{gitla
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "您还å¯ä»¥æŒ‰ç…§ä»¥ä¸‹è¯´æ˜Žä»Žè®¡ç®—机中上传现有文件。"
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr "您也å¯ä»¥ç¨åŽç¼–辑此选项。"
@@ -34754,15 +36405,15 @@ msgstr "您å¯ä»¥åœ¨ä¸ªäººè®¿é—®ä»¤ç‰Œè®¾ç½®%{pat_link}中创建新的访问令ç
msgid "You can easily contribute to them by requesting to join these groups."
msgstr "您å¯ä»¥è¯·æ±‚加入这些群组,以便为群组项目åšå‡ºè´¡çŒ®ã€‚"
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
+msgstr ""
+
msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
msgstr "您å¯ä»¥é€šè¿‡å•å‡»å›¾è¡¨ä¸­çš„列æ¥æŒ‰â€œåˆå¹¶å¤©æ•°â€è¿›è¡Œç­›é€‰ã€‚"
msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr "您å¯ä»¥åœ¨%{subscriptions_doc_link}中找到更多关于GitLab订阅的信æ¯ã€‚"
-msgid "You can generate an access token scoped to this project for each application to use the GitLab API."
-msgstr "您å¯ä»¥ä¸ºæ¯ä¸ªåº”用程åºç”Ÿæˆé€‚用于此项目的访问令牌,以使用GitLab API。"
-
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
msgstr "您å¯ä»¥é€šè¿‡å…‹éš†ä»“库开始或开始以以下方å¼ä¹‹ä¸€æ·»åŠ æ–‡ä»¶ã€‚"
@@ -34793,6 +36444,9 @@ msgstr "您现在å¯ä»¥å…³é—­æ­¤çª—å£ã€‚"
msgid "You can now export your security dashboard to a CSV report."
msgstr "现在你å¯ä»¥å¯¼å‡ºå®‰å…¨ä»ªè¡¨æ¿åˆ°CSV报告。"
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr "您现在å¯ä»¥æ交åˆå¹¶è¯·æ±‚以将此更改å‘é€åˆ°æºåˆ†æ”¯ã€‚"
@@ -34853,9 +36507,6 @@ msgstr "您无法仿使用无法登录用户的身份"
msgid "You cannot impersonate an internal user"
msgstr "您无法使用内部用户的身份"
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr "您目å‰æ— æ³•è¿è¡Œæ­¤æµæ°´çº¿è®¡åˆ’。请ç¨å€™ã€‚"
@@ -34880,9 +36531,6 @@ msgstr "您没有有效的许å¯è¯"
msgid "You do not have any subscriptions yet"
msgstr "您当å‰å°šæœªè®¢é˜…任何计划"
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -34898,6 +36546,9 @@ msgstr "您没有更新此环境的æƒé™ã€‚"
msgid "You do not have permissions to run the import."
msgstr "您没有æƒé™è¿›è¡Œå¯¼å…¥ã€‚"
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr "您还没有注册任何U2F设备。"
@@ -34925,6 +36576,9 @@ msgstr "您没有任何å¯ç”¨çš„项目。"
msgid "You don't have any recent searches"
msgstr "您没有任何近期的æœç´¢"
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr "你没有足够的æƒé™æ¥æ‰§è¡Œæ­¤æ“作。"
@@ -34946,8 +36600,11 @@ msgstr "你已被授予 %{access_level} 访问 %{source_link} %{source_type} 的
msgid "You have been granted %{access_level} access to the %{source_name} %{source_type}."
msgstr "你已被授予 %{access_level} 访问 %{source_name} %{source_type} çš„æƒé™ã€‚"
-msgid "You have been granted %{member_human_access} access to %{title} %{name}."
-msgstr "你已被授予访问%{title}%{name}çš„%{member_human_access}æƒé™ã€‚"
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
+msgstr ""
msgid "You have been invited"
msgstr "您已被邀请"
@@ -35042,6 +36699,9 @@ msgstr "必须选择一个栈æ¥é…置您的云供应商。了解更多有关信
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr "当拖放到现有设计时,您必须上传具有相åŒæ–‡ä»¶å的文件。"
@@ -35180,7 +36840,7 @@ msgstr "您为%{strong}%{namespace_name}%{strong_close}的%{strong}%{plan_name}%
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr "您的%{strong}%{plan_name}%{strong_close}订阅将于%{strong}%{expires_on}%{strong_close}到期。此åŽï¼Œæ‚¨å°†æ— æ³•åˆ›å»ºè®®é¢˜æˆ–åˆå¹¶è¯·æ±‚,åŒæ—¶ä¹Ÿæ— æ³•è®¿é—®å…¶ä»–众多功能。"
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35210,6 +36870,9 @@ msgstr "您的GPG密钥 (%{count})"
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr "您的GitLabå¸æˆ·åˆ›å»ºè¯·æ±‚已被批准ï¼"
@@ -35240,12 +36903,18 @@ msgstr "您的公共电å­é‚®ä»¶å°†åœ¨æ‚¨çš„公开信æ¯ä¸­æ˜¾ç¤ºã€‚"
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr "您的SSH密钥已删除"
msgid "Your SSH keys (%{count})"
msgstr "您的SSH密钥(%{count})"
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35258,9 +36927,6 @@ msgstr "您的 U2F 设备没有å‘é€æœ‰æ•ˆçš„ JSON å“应。"
msgid "Your U2F device was registered!"
msgstr "您的 U2F 设备已注册ï¼"
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr "您的WebAuthn设备未å‘é€æœ‰æ•ˆçš„JSONå“应。"
@@ -35279,6 +36945,9 @@ msgstr "您的å¸å·å·²è¢«é”定。"
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr "您的å¸æˆ·ä½¿ç”¨ç¾¤ç»„“%{group_name}â€çš„专用凭æ®ï¼Œå¹¶ä¸”åªèƒ½é€šè¿‡SSO进行更新。"
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr "您的应用程åº(%{size})"
@@ -35369,9 +37038,6 @@ msgstr "您的许å¯è¯ä¸æ”¯æŒå¾…命计划"
msgid "Your license is valid from"
msgstr "您的许å¯è¯æœ‰æ•ˆæœŸè‡ª"
-msgid "Your license was successfully synced."
-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 "您的许å¯è¯å°†åŒ…å«åœ¨æ‚¨çš„GitLab备份中,且å‡çº§åŽä¾ç„¶æœ‰æ•ˆï¼Œ 所以在正常使用中,您一般ä¸éœ€è¦é‡æ–°ä¸Šä¼ %{code_open}gitlab-license%{code_close}文件。"
@@ -35390,6 +37056,9 @@ msgstr "您的新%{type}"
msgid "Your new SCIM token"
msgstr "您的新 SCIM 令牌"
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr "您的新个人访问令牌已创建。"
@@ -35568,6 +37237,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -35869,6 +37541,9 @@ msgstr "container_nameåªèƒ½åŒ…å«å°å†™å­—æ¯ï¼Œæ•°å­—,'-'å’Œ'.',并且必é
msgid "container_name cannot be larger than %{max_length} chars"
msgstr "container_nameä¸èƒ½è¶…过%{max_length}个字符"
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr "无法读å–ç§é’¥ï¼Œå¯†ç çŸ­è¯­æ˜¯å¦æ­£ç¡®ï¼Ÿ"
@@ -35887,6 +37562,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr "创建于%{timeAgo}"
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr "æ•°æ®"
@@ -36030,6 +37708,9 @@ msgid "from %d job"
msgid_plural "from %d jobs"
msgstr[0] "æ¥è‡ª%d个作业"
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr "群组"
@@ -36060,12 +37741,18 @@ msgstr "已完æˆã€‚"
msgid "help"
msgstr "帮助"
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr "http:"
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr "https://your-bitbucket-server"
@@ -36380,21 +38067,18 @@ msgstr "无法加载部署统计信æ¯"
msgid "mrWidget|Fast-forward merge is not possible. To merge this request, first rebase locally."
msgstr "无法进行快进å¼åˆå¹¶ã€‚è¦åˆå¹¶æ­¤è¯·æ±‚,请先在本地进行rebase。"
-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 %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "如果 %{missingBranchName} 分支存在于本地仓库中,则å¯ä»¥é€šè¿‡ä»¥ä¸‹å‘½ä»¤è¡Œæ‰‹åŠ¨åˆå¹¶è¯¥åˆå¹¶è¯·æ±‚。"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
+msgstr ""
+
msgid "mrWidget|Jump to first unresolved thread"
msgstr "跳转到第一个未解决的主题"
-msgid "mrWidget|Learn more about resolving conflicts"
-msgstr ""
-
msgid "mrWidget|Loading deployment statistics"
msgstr "加载部署统计信æ¯ä¸­"
@@ -36419,6 +38103,24 @@ msgstr "åˆå¹¶è¯·æ±‚已核准。"
msgid "mrWidget|Merged by"
msgstr "åˆå¹¶è€…:"
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr "更多信æ¯"
@@ -36509,21 +38211,18 @@ msgstr "æ­¤æ“作将在æµæ°´çº¿%{pipelineLink}æˆåŠŸæ—¶å°†åˆå¹¶è¯·æ±‚加入åˆ
msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr "æ­¤æ“作将在æµæ°´çº¿%{pipelineLink}æˆåŠŸæ—¶å¯åŠ¨åˆå¹¶åˆ—车。"
-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|To merge, a Jira issue key must be mentioned in the title or description."
+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 "使用%{linkStart}CIæµæ°´çº¿æµ‹è¯•ä½ çš„代ç %{linkEnd},åªéœ€ç®€å•åœ°å‘项目添加一个GitLab CIé…置文件。åªéœ€è¦ä¸€åˆ†é’Ÿï¼Œå°±å¯ä»¥ä½¿ä½ çš„代ç çš„更加安全å¯é ã€‚"
@@ -36578,6 +38277,9 @@ msgstr "å¿…é¡»åªåŒ…å«æœ‰æ•ˆçš„框架"
msgid "my-awesome-group"
msgstr "my-awesome-group"
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr "ä¸é€‚用"
@@ -36599,9 +38301,6 @@ msgstr "新建åˆå¹¶è¯·æ±‚"
msgid "no approvers"
msgstr "无核准人"
-msgid "no contributions"
-msgstr "无贡献"
-
msgid "no expiration"
msgstr "无过期"
@@ -36689,6 +38388,9 @@ msgid "point"
msgid_plural "points"
msgstr[0] "点"
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr "ç§æœ‰"
@@ -36729,6 +38431,12 @@ msgstr "项目"
msgid "quick actions"
msgstr "å¿«æ·æ“作"
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr "最近活动"
@@ -36747,6 +38455,9 @@ msgstr "移除"
msgid "remove due date"
msgstr "删除截止日期"
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr "移除æƒé‡"
@@ -36763,15 +38474,18 @@ msgstr[0] "æ¡å›žå¤"
msgid "repository:"
msgstr "仓库:"
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr "é‡ç½®å®ƒã€‚"
+msgid "restart"
+msgstr ""
+
msgid "revised"
msgstr "已修订"
-msgid "runners"
-msgstr ""
-
msgid "satisfied"
msgstr "满足"
@@ -36808,6 +38522,9 @@ msgstr "æ— "
msgid "severity|Unknown"
msgstr "未知"
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr "应该是%{object_name}对象的数组"
@@ -36880,6 +38597,9 @@ 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 "我们正在添加GitLab CIé…置文件,以将æµæ°´çº¿æ·»åŠ åˆ°é¡¹ç›®ä¸­ã€‚您也å¯ä»¥æ‰‹åŠ¨åˆ›å»ºï¼Œä½†æˆ‘们建议您从一个开箱å³ç”¨çš„GitLab模æ¿å¼€å§‹ã€‚"
+msgid "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr "标签å称"
@@ -36889,6 +38609,9 @@ msgstr "正确的格å¼ã€‚"
msgid "the following issue(s)"
msgstr "下列议题"
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr "此文档"
diff --git a/locale/zh_HK/gitlab.po b/locale/zh_HK/gitlab.po
index 4d326137ad0..f78e1288428 100644
--- a/locale/zh_HK/gitlab.po
+++ b/locale/zh_HK/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: zh-HK\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:10\n"
+"PO-Revision-Date: 2021-05-03 22:14\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr "請登入您的帳戶"
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr "請嘗試å†%{action}此檔案。"
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " 您需è¦åœ¨ %{grace_period_deadline} 之å‰åŸ·è¡Œæ­¤æ“作。"
@@ -82,6 +91,10 @@ msgid "%d Approval"
msgid_plural "%d Approvals"
msgstr[0] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -341,9 +354,6 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -468,12 +478,21 @@ msgstr "%{firstLabel} +%{labelCount} 更多"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -558,9 +577,6 @@ 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 ""
@@ -609,6 +625,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +664,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -748,9 +770,6 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr ""
@@ -837,9 +856,6 @@ msgstr ""
msgid "%{title} changes"
msgstr "%{title} 變更"
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -858,12 +874,12 @@ msgstr ""
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "%{usage_ping_link_start}了解更多%{usage_ping_link_end} 關於與GitLab Inc.共享的信æ¯"
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr ""
@@ -879,6 +895,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr ""
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -964,6 +989,9 @@ msgstr ""
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -973,6 +1001,9 @@ msgstr ""
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1235,6 +1266,9 @@ msgstr ""
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1349,6 +1383,9 @@ msgstr "一個有存å–原始分支權é™çš„使用者,é¸æ“‡äº†æ­¤é …ç›®"
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1364,7 +1401,7 @@ msgstr ""
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1388,6 +1425,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1451,10 +1491,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1508,6 +1554,12 @@ msgstr "濫用報告"
msgid "Abuse reports"
msgstr "濫用報告"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr ""
@@ -1517,6 +1569,9 @@ msgstr "接å—æ¢æ¬¾"
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "å­˜å–憑證 (access token)"
@@ -1643,6 +1698,9 @@ msgstr ""
msgid "Account and limit"
msgstr ""
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr ""
@@ -1658,9 +1716,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr "啟用"
@@ -1673,6 +1728,9 @@ msgstr ""
msgid "Activity"
msgstr "活動"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr "增加"
@@ -1709,9 +1767,6 @@ msgstr ""
msgid "Add README"
msgstr ""
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr ""
@@ -1793,6 +1848,9 @@ msgstr ""
msgid "Add bold text"
msgstr ""
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr ""
@@ -1898,6 +1956,9 @@ msgstr ""
msgid "Add to tree"
msgstr ""
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr ""
@@ -1919,21 +1980,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr ""
@@ -1973,6 +2028,9 @@ msgstr ""
msgid "Additional minutes"
msgstr "é¡å¤–的筆記"
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "附加文字"
@@ -2093,9 +2151,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2120,9 +2175,6 @@ msgstr "åœæ­¢ä»»å‹™å¤±æ•—"
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2159,9 +2211,6 @@ msgstr "刪除"
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr "刪除項目 %{projectName}?"
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr ""
@@ -2180,9 +2229,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2201,16 +2247,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2231,10 +2280,13 @@ 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."
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
-msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
msgstr ""
msgid "AdminStatistics|Active Users"
@@ -2246,7 +2298,7 @@ msgstr ""
msgid "AdminStatistics|Issues"
msgstr ""
-msgid "AdminStatistics|Merge Requests"
+msgid "AdminStatistics|Merge requests"
msgstr ""
msgid "AdminStatistics|Milestones"
@@ -2633,6 +2685,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] "æ示"
@@ -2802,10 +2860,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2832,19 +2887,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
+msgstr ""
+
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2865,18 +2926,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -2898,22 +2953,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -2925,6 +2980,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -2943,13 +3001,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -2961,22 +3022,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3114,9 +3172,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr ""
@@ -3144,6 +3199,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3246,12 +3304,12 @@ msgstr "切æ›è¨‚閱通知時發生錯誤"
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
-msgstr ""
-
msgid "An error occurred when updating the issue weight"
msgstr "更新議題權é‡æ™‚發生錯誤"
+msgid "An error occurred when updating the title"
+msgstr ""
+
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
msgstr ""
@@ -3510,9 +3568,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr "訂閱通知時出錯"
@@ -3522,7 +3577,7 @@ msgstr ""
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgid "An error occurred while trying to run a new pipeline for this merge request."
msgstr ""
msgid "An error occurred while unsubscribing to notifications."
@@ -3579,9 +3634,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3621,6 +3673,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3720,6 +3775,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr "應用程å¼"
@@ -3787,13 +3932,10 @@ msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
-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] ""
@@ -3811,6 +3953,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3823,9 +3968,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -3986,6 +4137,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr ""
@@ -3995,6 +4149,9 @@ msgstr ""
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr ""
@@ -4070,13 +4227,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4088,6 +4248,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4148,7 +4311,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4218,6 +4381,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr "拖放文件到此處或者 %{upload_link}"
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4288,9 +4454,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4345,6 +4517,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4507,9 +4682,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4603,25 +4787,25 @@ msgstr "您的徽章"
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4633,15 +4817,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr "從é¸å®šçš„變更紀錄開始"
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4732,12 +4928,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4753,6 +4955,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5035,9 +5240,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5092,6 +5294,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr "ç€è¦½ç›®éŒ„"
@@ -5173,9 +5378,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5266,9 +5468,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5372,6 +5571,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5456,6 +5658,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5480,6 +5685,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5501,6 +5709,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5528,6 +5739,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5681,15 +5913,9 @@ msgstr "將標題改為「%{title_param}ã€ã€‚"
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5753,6 +5979,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -5942,6 +6171,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6218,6 +6450,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6317,46 +6555,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
+msgstr ""
+
+msgid "CloudLicense|Activation code"
+msgstr ""
+
+msgid "CloudLicense|Billable users"
+msgstr ""
+
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|Start free trial"
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|Users in subscription"
+msgstr ""
+
+msgid "CloudLicense|Users over subscription"
+msgstr ""
+
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6563,6 +6828,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6728,6 +6996,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6839,7 +7110,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6866,6 +7137,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7493,6 +7773,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7550,6 +7833,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7698,6 +7984,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7743,6 +8032,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7821,7 +8113,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7881,6 +8173,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -7908,9 +8203,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -7941,6 +8251,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -7956,28 +8269,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8135,7 +8466,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8364,6 +8695,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8418,7 +8755,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8565,15 +8902,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8763,6 +9133,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr "建立分支"
@@ -8871,6 +9244,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9123,6 +9499,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9144,6 +9523,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9366,6 +9751,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9410,13 +9798,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9443,6 +9828,42 @@ msgstr ""
msgid "DNS"
msgstr ""
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9635,6 +10056,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9680,6 +10104,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9713,7 +10140,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9728,6 +10155,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9804,6 +10234,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9822,9 +10255,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9849,6 +10279,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9873,9 +10306,18 @@ msgstr "拒絕並登出"
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -9987,10 +10429,13 @@ msgstr "刪除留言"
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10038,6 +10483,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10077,6 +10525,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10089,18 +10540,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10305,9 +10750,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10419,22 +10861,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10666,15 +11093,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10717,7 +11147,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10747,7 +11177,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10762,10 +11192,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10783,6 +11219,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10825,6 +11270,12 @@ msgstr "目錄å稱"
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10867,7 +11318,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -10928,9 +11379,6 @@ msgstr[0] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -10958,7 +11406,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -10973,6 +11421,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr "Dockerfile"
@@ -10991,10 +11442,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11039,6 +11490,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11126,6 +11580,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "編輯"
@@ -11219,6 +11679,9 @@ msgstr "編輯議題"
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11237,6 +11700,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11255,6 +11721,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11318,21 +11787,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11378,9 +11844,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11393,13 +11856,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11441,6 +11910,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11456,6 +11928,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11474,6 +11955,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11483,9 +11967,6 @@ 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 ""
@@ -11537,6 +12018,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11564,9 +12051,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11603,6 +12099,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11705,6 +12204,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -11966,6 +12468,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -11984,7 +12489,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12299,6 +12804,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12488,6 +12996,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12599,6 +13110,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12614,6 +13128,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12626,10 +13143,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
+msgstr ""
+
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12677,9 +13197,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12692,6 +13209,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -12890,6 +13410,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -12902,9 +13425,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13164,6 +13693,13 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr "二月"
@@ -13383,10 +13919,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13500,6 +14039,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13587,6 +14129,9 @@ msgstr "從åˆä½µè«‹æ±‚çš„åˆä½µåˆ°éƒ¨ç½²è‡³ç”Ÿç”¢ç’°å¢ƒ"
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13623,9 +14168,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr ""
@@ -13773,6 +14333,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13794,6 +14357,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13833,6 +14399,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13842,6 +14411,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13857,9 +14429,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -13896,6 +14474,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -13911,6 +14492,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -13959,16 +14543,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14010,6 +14603,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14022,6 +14618,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14031,6 +14630,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14040,6 +14642,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14061,16 +14669,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14091,6 +14708,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14169,6 +14789,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14220,6 +14843,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14244,9 +14870,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14298,9 +14930,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14325,9 +14954,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14343,10 +14969,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14391,9 +15023,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14433,10 +15062,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14487,9 +15116,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14685,6 +15320,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14727,6 +15365,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14814,6 +15455,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14832,10 +15476,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14850,19 +15494,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -14901,10 +15542,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -14952,15 +15590,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -14991,7 +15626,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15042,9 +15677,6 @@ 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 group-level project templates."
msgstr ""
@@ -15066,7 +15698,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15105,6 +15746,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15282,9 +15926,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15324,6 +15974,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15342,9 +15995,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15422,12 +16084,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr "æ­·å²ç´€éŒ„"
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15467,6 +16135,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15476,10 +16150,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15563,9 +16234,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15611,6 +16288,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15623,6 +16306,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15644,9 +16333,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15668,6 +16354,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15683,6 +16372,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15706,6 +16401,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15754,6 +16452,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15857,9 +16558,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -15878,7 +16585,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -15908,7 +16615,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -15953,7 +16660,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -15986,9 +16693,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16010,6 +16714,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16073,7 +16780,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16088,7 +16795,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16115,16 +16825,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16145,7 +16861,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16199,6 +16915,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16307,6 +17026,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16316,19 +17038,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16424,9 +17143,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16445,6 +17170,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16539,6 +17279,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16548,16 +17291,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16566,6 +17318,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16590,6 +17345,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16599,6 +17357,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16617,7 +17378,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16629,6 +17390,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16653,6 +17417,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16665,7 +17432,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16674,13 +17441,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16689,6 +17456,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16773,9 +17543,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17001,24 +17768,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17127,15 +17882,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17208,19 +17960,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17229,7 +17999,7 @@ msgstr "議題"
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17310,6 +18080,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17325,6 +18098,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17385,6 +18203,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17397,6 +18218,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17427,10 +18251,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17451,16 +18278,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17493,16 +18317,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use Jira as this project's issue tracker."
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17517,7 +18353,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17526,9 +18362,6 @@ 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 ""
@@ -17547,6 +18380,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17658,12 +18494,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17673,6 +18521,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr "七月"
@@ -17694,6 +18548,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17787,6 +18644,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr ""
@@ -17908,6 +18768,9 @@ msgstr "最後æ交"
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -17938,6 +18801,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -17995,6 +18864,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18007,6 +18879,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18058,6 +18933,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18085,12 +18963,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18121,10 +19005,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18160,6 +19041,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18172,6 +19056,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr "退出群組"
@@ -18394,6 +19281,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18410,6 +19300,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18437,6 +19333,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18524,6 +19423,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr "鎖定"
@@ -18566,12 +19468,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18668,6 +19576,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr "管ç†ç¾¤çµ„標籤"
@@ -18680,7 +19591,7 @@ msgstr ""
msgid "Manage project labels"
msgstr "管ç†å°ˆæ¡ˆæ¨™ç±¤"
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18803,6 +19714,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -18860,6 +19780,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -18869,6 +19795,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -18923,6 +19855,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -18953,6 +19894,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -18974,9 +19918,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr "五月"
@@ -18989,15 +19939,24 @@ msgstr ""
msgid "Median"
msgstr "中ä½æ•¸"
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19052,10 +20011,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19151,9 +20110,6 @@ msgstr "åˆä½µè«‹æ±‚"
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr "åˆä½µè«‹æ±‚"
@@ -19202,12 +20158,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19388,6 +20350,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -19924,9 +20889,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20032,9 +20994,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20213,16 +21172,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20238,6 +21196,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20632,6 +21593,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20656,6 +21620,18 @@ msgstr ""
msgid "New project"
msgstr "新專案"
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20665,9 +21641,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -20929,6 +21902,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21263,10 +22242,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21305,6 +22281,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr ""
@@ -21365,6 +22347,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21377,6 +22362,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21398,6 +22386,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21410,12 +22401,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21467,10 +22467,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21603,7 +22621,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21747,9 +22765,6 @@ msgstr "æ“作"
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21771,6 +22786,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21816,6 +22837,9 @@ msgstr "所有者"
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22074,6 +23098,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22116,15 +23143,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22197,15 +23218,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22221,15 +23233,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22242,7 +23254,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22305,6 +23320,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22314,6 +23332,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22329,15 +23350,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22347,6 +23377,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22395,6 +23428,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22434,6 +23473,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22476,6 +23518,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr "總計:"
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22521,9 +23575,6 @@ msgstr "æµæ°´ç·š"
msgid "Pipelines charts"
msgstr "æµæ°´ç·šåœ–表"
-msgid "Pipelines emails"
-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 ""
@@ -22542,18 +23593,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22566,6 +23623,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22593,6 +23653,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22614,9 +23677,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22662,6 +23722,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22680,6 +23755,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22716,9 +23794,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22761,19 +23836,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22782,9 +23851,6 @@ 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 "階段"
@@ -22842,13 +23908,13 @@ msgstr "於階段"
msgid "Pipeline|with stages"
msgstr "於階段"
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -22863,6 +23929,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr ""
@@ -22950,7 +24019,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -22989,6 +24058,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23079,6 +24151,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23211,6 +24286,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23262,6 +24340,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23370,6 +24451,12 @@ msgstr "個人資料"
msgid "Profile Settings"
msgstr "個人資料設定"
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23484,6 +24571,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23499,7 +24592,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23514,6 +24607,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23523,6 +24619,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23568,6 +24673,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23592,9 +24700,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23682,9 +24787,6 @@ 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 ""
@@ -23775,6 +24877,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -23940,82 +25045,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24264,12 +25384,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24285,6 +25414,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24417,6 +25549,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24495,6 +25630,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24513,6 +25651,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24774,7 +25915,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -24960,9 +26101,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25017,6 +26164,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25110,6 +26260,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25125,9 +26278,6 @@ 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 ""
@@ -25158,6 +26308,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25191,15 +26344,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr "了解更多"
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25218,6 +26383,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25230,7 +26398,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25245,6 +26413,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25439,18 +26610,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr "ç¨å¾Œæ醒"
@@ -25502,12 +26676,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr "刪除截止日期"
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25523,6 +26703,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25535,6 +26718,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25562,6 +26751,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25583,6 +26775,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26019,6 +27214,9 @@ msgstr ""
msgid "Request Access"
msgstr "申請權é™"
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26031,6 +27229,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26061,7 +27262,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26070,6 +27271,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26120,6 +27324,9 @@ msgstr[0] "éœ€è¦ %d 個批准。"
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26132,6 +27339,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26150,6 +27360,12 @@ msgstr "é‡ç½®å¥åº·æª¢æŸ¥è¨ªå•ä»¤ç‰Œ"
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26252,9 +27468,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26404,6 +27617,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26419,12 +27638,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26464,25 +27677,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26497,6 +27710,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26506,33 +27722,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26542,9 +27776,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26602,6 +27848,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26614,6 +27863,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26671,6 +27923,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr "新建æµæ°´ç·šè¨ˆåŠƒ"
@@ -26958,6 +28216,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27027,6 +28288,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27084,7 +28348,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27111,6 +28375,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27270,6 +28537,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27315,6 +28585,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27330,12 +28603,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27582,6 +28858,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27753,12 +29038,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -27960,6 +29239,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28071,6 +29353,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28196,6 +29481,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28208,12 +29496,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr "登出"
@@ -28226,6 +29520,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28274,6 +29574,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28295,28 +29601,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28415,12 +29709,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28493,6 +29793,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28556,6 +29859,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28781,6 +30087,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -28838,6 +30147,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -28997,6 +30309,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29093,6 +30408,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29219,6 +30552,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29243,6 +30579,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29273,6 +30612,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29417,6 +30759,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29519,6 +30864,69 @@ msgstr ""
msgid "Sunday"
msgstr "星期日"
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29609,6 +31017,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr ""
@@ -29702,9 +31113,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30003,19 +31411,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30024,6 +31447,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30042,6 +31468,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30067,6 +31496,9 @@ msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30091,6 +31523,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30121,6 +31556,9 @@ msgstr "編碼階段概述了從第壹次æ交到創建åˆä½µè«‹æ±‚的時間。
msgid "The collection of events added to the data gathered for that stage."
msgstr "與該階段相關的事件。"
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30248,6 +31686,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30302,6 +31743,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30314,6 +31758,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30323,6 +31770,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30341,6 +31791,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr "項目生命週期中的å„個階段。"
@@ -30485,15 +31944,15 @@ msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
msgstr ""
+msgid "The username for the Jenkins server."
+msgstr ""
+
msgid "The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6."
msgstr "中ä½æ•¸æ˜¯å£¹å€‹æ•¸åˆ—中最中間的值。例如在 3ã€5ã€9 之間,中ä½æ•¸æ˜¯ 5。在 3ã€5ã€7ã€8 之間,中ä½æ•¸æ˜¯ (5 + 7)/ 2 = 6。"
msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
-msgid "The visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
-msgstr ""
-
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
msgstr ""
@@ -30527,6 +31986,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30602,6 +32064,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30629,12 +32094,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30707,9 +32184,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30722,6 +32196,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30806,9 +32283,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -30830,6 +32304,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -30896,6 +32373,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31016,6 +32496,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31061,9 +32544,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31238,6 +32718,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31274,6 +32757,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31304,15 +32790,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31322,6 +32799,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31337,18 +32817,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31418,6 +32913,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31562,6 +33060,9 @@ msgstr "時間追蹤"
msgid "Time until first merge request"
msgstr "創建第壹個åˆä½µè«‹æ±‚之å‰çš„時間"
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr "é ä¼°"
@@ -31732,6 +33233,9 @@ msgstr "秒"
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31798,6 +33302,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31813,6 +33320,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -31828,7 +33338,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -31840,7 +33350,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -31855,6 +33368,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32008,9 +33524,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32222,12 +33735,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32276,9 +33783,6 @@ 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 usage ping"
msgstr ""
@@ -32288,6 +33792,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32300,6 +33807,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32318,6 +33828,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32369,6 +33882,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32408,6 +33924,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32435,6 +33954,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32474,6 +33996,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32495,6 +34023,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32531,15 +34062,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32651,15 +34191,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32669,6 +34221,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32723,6 +34278,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32738,9 +34296,6 @@ 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 merge requests."
msgstr ""
@@ -32969,13 +34524,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33068,9 +34623,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33086,6 +34653,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33362,6 +34932,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33464,12 +35037,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33524,6 +35109,9 @@ msgstr "已驗證"
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33613,6 +35201,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33661,19 +35252,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -33967,6 +35555,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34024,6 +35615,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr "該階段的數據ä¸è¶³ï¼Œç„¡æ³•é¡¯ç¤ºã€‚"
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34054,6 +35648,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34105,6 +35705,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34189,7 +35798,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34216,7 +35825,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34240,6 +35849,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34270,6 +35882,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34291,6 +35906,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34303,10 +35927,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34463,6 +36087,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34478,9 +36105,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34496,9 +36135,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34583,6 +36228,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34691,7 +36339,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34718,6 +36366,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34754,13 +36405,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34793,6 +36444,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -34853,9 +36507,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -34880,9 +36531,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -34898,6 +36546,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -34925,6 +36576,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -34946,7 +36600,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35042,6 +36699,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35180,7 +36840,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35210,6 +36870,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35240,12 +36903,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35258,9 +36927,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35279,6 +36945,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35369,9 +37038,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35390,6 +37056,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35568,6 +37237,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -35869,6 +37541,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -35887,6 +37562,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36030,6 +37708,9 @@ msgid "from %d job"
msgid_plural "from %d jobs"
msgstr[0] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36060,12 +37741,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36380,19 +38067,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36419,6 +38103,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36509,21 +38211,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36578,6 +38277,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr ""
@@ -36599,9 +38301,6 @@ msgstr "æ–°åˆä½µè«‹æ±‚"
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36689,6 +38388,9 @@ msgid "point"
msgid_plural "points"
msgstr[0] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36729,6 +38431,12 @@ msgstr ""
msgid "quick actions"
msgstr "快速æ“作"
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36747,6 +38455,9 @@ msgstr ""
msgid "remove due date"
msgstr "刪除截止日期"
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr "移除權é‡"
@@ -36763,13 +38474,16 @@ msgstr[0] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -36808,6 +38522,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -36880,6 +38597,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -36889,6 +38609,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/locale/zh_TW/gitlab.po b/locale/zh_TW/gitlab.po
index 4b8fe0d4b77..7654046529f 100644
--- a/locale/zh_TW/gitlab.po
+++ b/locale/zh_TW/gitlab.po
@@ -14,7 +14,10 @@ msgstr ""
"X-Crowdin-Language: zh-TW\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2021-04-02 00:13\n"
+"PO-Revision-Date: 2021-05-03 22:17\n"
+
+msgid " %{name}, confirm your email address now! "
+msgstr ""
msgid " %{project_name}#%{issuable_iid} &middot; created %{issuable_created} by %{author} &middot; updated %{issuable_updated}"
msgstr ""
@@ -31,9 +34,15 @@ msgstr ""
msgid " Please sign in."
msgstr " 請登入。"
+msgid " Target Path"
+msgstr ""
+
msgid " Try to %{action} this file again."
msgstr " è«‹å†æ¬¡ %{action} 此檔案。"
+msgid " Type"
+msgstr ""
+
msgid " You need to do this before %{grace_period_deadline}."
msgstr " 您需è¦åœ¨ %{grace_period_deadline} 之å‰åŸ·è¡Œæ­¤å‹•ä½œã€‚"
@@ -82,6 +91,10 @@ msgid "%d Approval"
msgid_plural "%d Approvals"
msgstr[0] ""
+msgid "%d Module"
+msgid_plural "%d Modules"
+msgstr[0] ""
+
msgid "%d Other"
msgid_plural "%d Others"
msgstr[0] ""
@@ -341,9 +354,6 @@ msgstr "%{authorsName} 的話題"
msgid "%{board_target} not found"
msgstr ""
-msgid "%{codeStart}needs:%{codeEnd} relationships"
-msgstr ""
-
msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
@@ -468,12 +478,21 @@ msgstr "%{firstLabel} 還有 %{labelCount} 個"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgid "%{gitlab_experience_text}. Don't worry, this information isn't shared outside of your self-managed GitLab instance."
+msgstr ""
+
+msgid "%{gitlab_experience_text}. We won't share this information with anyone."
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_types}."
msgstr ""
msgid "%{group_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} activity"
+msgstr ""
+
msgid "%{group_name} group members"
msgstr ""
@@ -558,9 +577,6 @@ msgstr ""
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 ""
-
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)。"
@@ -609,6 +625,9 @@ msgstr ""
msgid "%{milliseconds}ms"
msgstr ""
+msgid "%{model_name} not found"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText},此議題將自動關閉。"
@@ -645,6 +664,9 @@ 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 "%{name}, confirm your email address now!"
+msgstr ""
+
msgid "%{no_of_days} day"
msgid_plural "%{no_of_days} days"
msgstr[0] ""
@@ -748,9 +770,6 @@ msgstr "%{spanStart}在行號%{spanEnd} %{errorLine}%{errorColumn}"
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr "%{spanStart}æ–¼%{spanEnd} %{errorFn}"
-msgid "%{startDate} - %{endDate}"
-msgstr ""
-
msgid "%{start} to %{end}"
msgstr "%{start} 到 %{end}"
@@ -837,9 +856,6 @@ msgstr "%{title} %{operator} %{threshold}"
msgid "%{title} changes"
msgstr "%{title} 變更"
-msgid "%{token}..."
-msgstr ""
-
msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)"
msgstr ""
@@ -858,12 +874,12 @@ msgstr "%{total} 開放議題權é‡"
msgid "%{total} warnings found: showing first %{warningsDisplayed}"
msgstr ""
+msgid "%{type} License"
+msgstr ""
+
msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
msgstr "%{usage_ping_link_start}了解更多%{usage_ping_link_end} 分享給 GitLab Inc. 的訊æ¯ã€‚"
-msgid "%{userLinkStart}%{user}%{linkEnd} created a %{mrLinkStart}merge request%{linkEnd}:"
-msgstr ""
-
msgid "%{userName} (cannot merge)"
msgstr "%{userName} (無法åˆä½µ)"
@@ -879,6 +895,15 @@ msgstr ""
msgid "%{username}'s avatar"
msgstr "%{username} 的大頭貼"
+msgid "%{user} created a merge request: %{mr_link}"
+msgstr ""
+
+msgid "%{user} created an epic: %{epic_link}"
+msgstr ""
+
+msgid "%{user} created an issue: %{issue_link}"
+msgstr ""
+
msgid "%{value} s"
msgstr ""
@@ -964,6 +989,9 @@ msgstr "(檢查進度)"
msgid "(deleted)"
msgstr ""
+msgid "(leave blank if you don't want to change it)"
+msgstr ""
+
msgid "(max size 15 MB)"
msgstr ""
@@ -973,6 +1001,9 @@ msgstr "(已刪除)"
msgid "(revoked)"
msgstr ""
+msgid "(we need your current password to confirm your changes)"
+msgstr ""
+
msgid "* * * * *"
msgstr ""
@@ -1235,6 +1266,9 @@ msgstr "使用 AWS Lambdaã€AWS API é–˜é“åŠ GitLab Pages 的基本é é¢å’Œç„¡
msgid "A basic template for developing Linux programs using Kotlin Native"
msgstr ""
+msgid "A blocked user cannot:"
+msgstr ""
+
msgid "A complete DevOps platform"
msgstr ""
@@ -1349,6 +1383,9 @@ msgstr "有ä½å…·æœ‰ä¾†æºåˆ†æ”¯å¯«å…¥æ¬Šé™çš„使用者é¸æ“‡äº†æ­¤é¸é …"
msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'"
msgstr ""
+msgid "API"
+msgstr ""
+
msgid "API Fuzzing"
msgstr ""
@@ -1364,7 +1401,7 @@ msgstr "API 權æ–"
msgid "API key"
msgstr ""
-msgid "API version"
+msgid "API?"
msgstr ""
msgid "APIFuzzing|$VariableWithPassword"
@@ -1388,6 +1425,9 @@ msgstr ""
msgid "APIFuzzing|Choose a profile"
msgstr ""
+msgid "APIFuzzing|Code snippet could not be generated. Try again later."
+msgstr ""
+
msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
msgstr ""
@@ -1451,10 +1491,16 @@ msgstr ""
msgid "APIFuzzing|Target URL"
msgstr ""
-msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgid "APIFuzzing|There are two ways to perform scans."
msgstr ""
-msgid "APIFuzzing|There are two ways to perform scans."
+msgid "APIFuzzing|Tip: Insert the following variables anywhere below stages and include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all include"
+msgstr ""
+
+msgid "APIFuzzing|Tip: Insert this part below all stages"
msgstr ""
msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
@@ -1508,6 +1554,12 @@ msgstr "濫用報告"
msgid "Abuse reports"
msgstr "濫用報告"
+msgid "Abuse reports notification email"
+msgstr ""
+
+msgid "Abuse reports will be sent to this address if it is set. Abuse reports are always available in the admin area."
+msgstr ""
+
msgid "Accept invitation"
msgstr "接å—邀請"
@@ -1517,6 +1569,9 @@ msgstr "接å—æœå‹™æ¢æ¬¾"
msgid "Acceptable for use in this project"
msgstr ""
+msgid "Access Git repositories"
+msgstr ""
+
msgid "Access Tokens"
msgstr "å­˜å–憑證"
@@ -1643,6 +1698,9 @@ msgstr "帳戶 ID"
msgid "Account and limit"
msgstr "帳戶和é™åˆ¶"
+msgid "Account:"
+msgstr ""
+
msgid "Account: %{account}"
msgstr "帳戶:%{account}"
@@ -1658,9 +1716,6 @@ msgstr ""
msgid "Activate Service Desk"
msgstr "啟用æœå‹™å°"
-msgid "Activate user activity analysis"
-msgstr ""
-
msgid "Active"
msgstr "使用中"
@@ -1673,6 +1728,9 @@ msgstr "使用中的工作階段"
msgid "Activity"
msgstr "å‹•æ…‹"
+msgid "Activity|An error occured while retrieving activity. Reload the page to try again."
+msgstr ""
+
msgid "Add"
msgstr "加入"
@@ -1709,9 +1767,6 @@ msgstr ""
msgid "Add README"
msgstr "加入說明檔案"
-msgid "Add Variable"
-msgstr ""
-
msgid "Add Zoom meeting"
msgstr "加入 Zoom 會議"
@@ -1793,6 +1848,9 @@ msgstr ""
msgid "Add bold text"
msgstr "加入粗體文字"
+msgid "Add broadcast message"
+msgstr ""
+
msgid "Add child epic to an epic"
msgstr "加入å­å²è©©åˆ°å²è©©"
@@ -1898,6 +1956,9 @@ msgstr "加入待審閱"
msgid "Add to tree"
msgstr "加入到樹"
+msgid "Add trigger"
+msgstr ""
+
msgid "Add user(s) to the group:"
msgstr "å‘群組加入使用者:"
@@ -1919,21 +1980,15 @@ msgstr ""
msgid "AddContextCommits|Add/remove"
msgstr ""
-msgid "AddMember|Already a member of %{source_name}"
+msgid "AddMember|Emails cannot be blank"
msgstr ""
-msgid "AddMember|Email cannot be blank"
+msgid "AddMember|Invite email is invalid"
msgstr ""
msgid "AddMember|Invite limit of %{daily_invites} per day exceeded"
msgstr ""
-msgid "AddMember|Member already invited to %{source_name}"
-msgstr ""
-
-msgid "AddMember|Member cannot be invited because they already requested to join %{source_name}"
-msgstr ""
-
msgid "AddMember|No users specified."
msgstr "未指定使用者。"
@@ -1973,6 +2028,9 @@ msgstr ""
msgid "Additional minutes"
msgstr "é¡å¤–分é˜"
+msgid "Additional minutes:"
+msgstr ""
+
msgid "Additional text"
msgstr "附加文字"
@@ -2093,9 +2151,6 @@ msgstr ""
msgid "AdminArea|New user"
msgstr ""
-msgid "AdminArea|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
-msgstr ""
-
msgid "AdminArea|Owner"
msgstr ""
@@ -2120,9 +2175,6 @@ msgstr "åœæ­¢ä½œæ¥­å¤±æ•—"
msgid "AdminArea|Total users"
msgstr ""
-msgid "AdminArea|User cap"
-msgstr ""
-
msgid "AdminArea|Users"
msgstr ""
@@ -2159,9 +2211,6 @@ msgstr "刪除"
msgid "AdminProjects|Delete Project %{projectName}?"
msgstr "刪除專案 %{projectName}?"
-msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
-
msgid "AdminSettings|Auto DevOps domain"
msgstr "Auto DevOps 網域"
@@ -2180,9 +2229,6 @@ 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|Keep the latest artifacts for all jobs in the latest successful pipelines"
msgstr ""
@@ -2201,16 +2247,19 @@ msgstr ""
msgid "AdminSettings|Required pipeline configuration"
msgstr "強制æµæ°´ç·šè¨­å®š"
+msgid "AdminSettings|See affected service templates"
+msgstr ""
+
msgid "AdminSettings|Select a pipeline configuration file"
msgstr "é¸æ“‡æµæ°´ç·šè¨­å®šæª”"
msgid "AdminSettings|Select a template"
msgstr "é¸æ“‡ç¯„本"
-msgid "AdminSettings|Service Templates will soon be deprecated."
+msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
-msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgid "AdminSettings|Service templates are deprecated and will be removed in GitLab 14.0."
msgstr ""
msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
@@ -2231,12 +2280,15 @@ 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 "建立新的環境變數時,它會被é è¨­ä¿è­·ã€‚"
+msgid "AdminSettings|You can't add new templates. To migrate or remove a Service template, create a new integration at %{settings_link_start}Settings &gt; Integrations%{link_end}. Learn more about %{doc_link_start}Project integration management%{link_end}."
+msgstr ""
+
+msgid "AdminSettings|You should migrate to %{doc_link_start}Project integration management%{link_end}, available at %{settings_link_start}Settings &gt; Integrations.%{link_end}"
+msgstr ""
+
msgid "AdminStatistics|Active Users"
msgstr "æ´»èºä½¿ç”¨è€…"
@@ -2246,8 +2298,8 @@ msgstr "分å‰"
msgid "AdminStatistics|Issues"
msgstr "議題"
-msgid "AdminStatistics|Merge Requests"
-msgstr "åˆä½µè«‹æ±‚"
+msgid "AdminStatistics|Merge requests"
+msgstr ""
msgid "AdminStatistics|Milestones"
msgstr "里程碑"
@@ -2633,6 +2685,12 @@ msgstr ""
msgid "After that, you will not be able to use merge approvals or epics as well as many security features."
msgstr ""
+msgid "After you've reviewed these contribution guidelines, you'll be all set to"
+msgstr ""
+
+msgid "Akismet API Key"
+msgstr ""
+
msgid "Alert"
msgid_plural "Alerts"
msgstr[0] "警示"
@@ -2802,10 +2860,7 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "AlertSettings|A URL and authorization key have been created for your integration. You will need them to setup a webhook and authorize your endpoint to send alerts to GitLab."
-msgstr ""
-
-msgid "AlertSettings|A webhook URL and authorization key will be generated for the integration. Both will be visible after saving the integration in the “View credentials†tab."
+msgid "AlertSettings|A webhook URL and authorization key is generated for the integration. After you save the integration, both are visible under the “View credentials†tab."
msgstr ""
msgid "AlertSettings|Add new integration"
@@ -2832,19 +2887,25 @@ msgstr ""
msgid "AlertSettings|Enable integration"
msgstr ""
+msgid "AlertSettings|Enter an example payload from your selected monitoring tool. This supports sending alerts to a GitLab endpoint."
+msgstr ""
+
msgid "AlertSettings|Enter integration name"
msgstr ""
-msgid "AlertSettings|HTTP Endpoint"
+msgid "AlertSettings|Free versions of GitLab are limited to one integration per type. To add more, %{linkStart}upgrade your subscription%{linkEnd}."
msgstr ""
-msgid "AlertSettings|If you edit the payload, the stored mapping will be reset, and you'll need to re-map the fields."
+msgid "AlertSettings|GitLab has created a URL and authorization key for your integration. You can use them to set up a webhook and authorize your endpoint to send alerts to GitLab."
+msgstr ""
+
+msgid "AlertSettings|HTTP Endpoint"
msgstr ""
-msgid "AlertSettings|If you intend to create a custom mapping, provide an example payload from your monitoring tool and click the \"parse payload fields\" button to continue. The sample payload is required for completing the custom mapping; if you want to skip the mapping step, progress straight to saving your integration."
+msgid "AlertSettings|If you edit the payload, you must re-map the fields again."
msgstr ""
-msgid "AlertSettings|In free versions of GitLab, only one integration for each type can be added. %{linkStart}Upgrade your subscription%{linkEnd} to add additional integrations."
+msgid "AlertSettings|If you reset the authorization key for this project, you must update the key in every enabled alert source."
msgstr ""
msgid "AlertSettings|Integration successfully saved"
@@ -2865,18 +2926,12 @@ msgstr ""
msgid "AlertSettings|Prometheus API base URL"
msgstr ""
-msgid "AlertSettings|Provide an example payload from the monitoring tool you intend to integrate with. This will allow you to send an alert to an active GitLab alerting point."
-msgstr ""
-
msgid "AlertSettings|Reset Key"
msgstr ""
msgid "AlertSettings|Reset the mapping"
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|Sample payload has been parsed. You can now map the fields."
msgstr ""
@@ -2898,22 +2953,22 @@ msgstr ""
msgid "AlertSettings|Send without saving"
msgstr ""
-msgid "AlertSettings|The default GitLab alert fields are listed below. If you choose to map your payload keys to GitLab's, please make a selection in the dropdowns below. You may also opt to leave the fields unmapped and move straight to saving your integration."
-msgstr ""
-
msgid "AlertSettings|The form has unsaved changes"
msgstr ""
msgid "AlertSettings|The form has unsaved changes. How would you like to proceed?"
msgstr ""
-msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgid "AlertSettings|To create a custom mapping, enter an example payload from your monitoring tool, in JSON format. Select the \"Parse payload fields\" button to continue."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http: or https:."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize Prometheus to send alerts to GitLab. Review the Prometheus documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how Prometheus sends alerts to GitLab. Review the %{linkStart}GitLab documentation%{linkEnd} to learn how to configure your endpoint."
msgstr ""
-msgid "AlertSettings|Utilize the URL and authorization key below to authorize an external service to send alerts to GitLab. Review your external service's documentation to learn where to add these details, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgid "AlertSettings|Use the URL and authorization key below to configure how an external service sends alerts to GitLab. %{linkStart}How do I configure the endpoint?%{linkEnd}"
msgstr ""
msgid "AlertSettings|View URL and authorization key"
@@ -2925,6 +2980,9 @@ msgstr ""
msgid "AlertSettings|Webhook URL"
msgstr ""
+msgid "AlertSettings|You can map default GitLab alert fields to your payload keys in the dropdowns below."
+msgstr ""
+
msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated."
msgstr ""
@@ -2943,13 +3001,16 @@ msgstr ""
msgid "AlertsIntegrations|Current integrations"
msgstr ""
+msgid "AlertsIntegrations|If you delete the %{integrationName} integration, alerts are no longer sent from this endpoint. This action cannot be undone."
+msgstr ""
+
msgid "AlertsIntegrations|Integration Name"
msgstr ""
msgid "AlertsIntegrations|Integration payload is invalid."
msgstr ""
-msgid "AlertsIntegrations|No integrations have been added yet"
+msgid "AlertsIntegrations|No integrations have been added yet."
msgstr ""
msgid "AlertsIntegrations|The current integration could not be updated. Please try again."
@@ -2961,22 +3022,19 @@ msgstr ""
msgid "AlertsIntegrations|The integration could not be deleted. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully removed."
+msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
msgstr ""
-msgid "AlertsIntegrations|The integration has been successfully saved."
+msgid "AlertsIntegrations|The integration is deleted."
msgstr ""
-msgid "AlertsIntegrations|The integration is currently inactive. Enable the integration to send the test alert."
+msgid "AlertsIntegrations|The integration is saved."
msgstr ""
msgid "AlertsIntegrations|The integration token could not be reset. Please try again."
msgstr ""
-msgid "AlertsIntegrations|The test alert has been successfully sent, and should now be visible on your alerts list."
-msgstr ""
-
-msgid "AlertsIntegrations|You have opted to delete the %{integrationName} integration. Do you want to proceed? It means you will no longer receive alerts from this endpoint in your alert list, and this action cannot be undone."
+msgid "AlertsIntegrations|The test alert should now be visible in your alerts list."
msgstr ""
msgid "Algorithm"
@@ -3114,9 +3172,6 @@ msgstr ""
msgid "Allowed Geo IP"
msgstr ""
-msgid "Allowed domains for sign-ups"
-msgstr ""
-
msgid "Allowed email domain restriction only permitted for top-level groups"
msgstr "åªå…許頂層群組使用電å­éƒµä»¶ç¶²åŸŸé™åˆ¶"
@@ -3144,6 +3199,9 @@ msgstr ""
msgid "Already blocked"
msgstr ""
+msgid "Already have login and password?"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr "也稱為「簽發者ã€æˆ–「信任憑證者信任識別碼ã€"
@@ -3246,12 +3304,12 @@ msgstr "切æ›é€šçŸ¥è¨‚閱時發生錯誤"
msgid "An error occurred when updating the issue due date"
msgstr ""
-msgid "An error occurred when updating the issue title"
-msgstr ""
-
msgid "An error occurred when updating the issue weight"
msgstr "更新議題權é‡æ™‚發生錯誤"
+msgid "An error occurred when updating the title"
+msgstr ""
+
msgid "An error occurred while acknowledging the notification. Refresh the page and try again."
msgstr ""
@@ -3510,9 +3568,6 @@ msgstr ""
msgid "An error occurred while saving changes: %{error}"
msgstr ""
-msgid "An error occurred while searching users."
-msgstr ""
-
msgid "An error occurred while subscribing to notifications."
msgstr "訂閱通知時發生錯誤。"
@@ -3522,8 +3577,8 @@ msgstr "觸發作業時發生錯誤。"
msgid "An error occurred while trying to generate the report. Please try again later."
msgstr ""
-msgid "An error occurred while trying to run a new pipeline for this Merge Request."
-msgstr "嘗試執行此åˆä½µè«‹æ±‚çš„æ–°æµæ°´ç·šæ™‚發生錯誤。"
+msgid "An error occurred while trying to run a new pipeline for this merge request."
+msgstr ""
msgid "An error occurred while unsubscribing to notifications."
msgstr "å–消訂閱通知時發生錯誤。"
@@ -3579,9 +3634,6 @@ msgstr ""
msgid "An issue already exists"
msgstr ""
-msgid "An issue title is required"
-msgstr ""
-
msgid "An unauthenticated user"
msgstr ""
@@ -3621,6 +3673,9 @@ msgstr ""
msgid "Analyze your source code for known vulnerabilities."
msgstr ""
+msgid "Analyzing file…"
+msgstr ""
+
msgid "Ancestors"
msgstr ""
@@ -3720,6 +3775,96 @@ msgstr ""
msgid "Application: %{name}"
msgstr ""
+msgid "ApplicationSettings|After sign up text"
+msgstr ""
+
+msgid "ApplicationSettings|Allowed domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Approve all users in the pending approval status?"
+msgstr ""
+
+msgid "ApplicationSettings|Approve users"
+msgstr ""
+
+msgid "ApplicationSettings|By making this change, you will automatically approve all users in pending approval status."
+msgstr ""
+
+msgid "ApplicationSettings|Denied domains for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|Domain denylist"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions"
+msgstr ""
+
+msgid "ApplicationSettings|Email restrictions for sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable domain denylist for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enable email restrictions for sign ups"
+msgstr ""
+
+msgid "ApplicationSettings|Enter denylist manually"
+msgstr ""
+
+msgid "ApplicationSettings|Markdown enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Minimum password length (number of characters)"
+msgstr ""
+
+msgid "ApplicationSettings|ONLY users with e-mail addresses that match these domain(s) will be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Once the instance reaches the user cap, any user who is added or requests access will have to be approved by an admin. Leave the field empty for unlimited."
+msgstr ""
+
+msgid "ApplicationSettings|Require admin approval for new sign-ups"
+msgstr ""
+
+msgid "ApplicationSettings|Restricts sign-ups for email addresses that match the given regex. See the %{linkStart}supported syntax%{linkEnd} for more information."
+msgstr ""
+
+msgid "ApplicationSettings|Save changes"
+msgstr ""
+
+msgid "ApplicationSettings|See GitLab's %{linkStart}Password Policy Guidelines%{linkEnd}"
+msgstr ""
+
+msgid "ApplicationSettings|Send confirmation email on sign-up"
+msgstr ""
+
+msgid "ApplicationSettings|Sign-up enabled"
+msgstr ""
+
+msgid "ApplicationSettings|Upload denylist file"
+msgstr ""
+
+msgid "ApplicationSettings|User cap"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines for multiple entries. Ex: domain.com, *.domain.com"
+msgstr ""
+
+msgid "ApplicationSettings|Users with e-mail addresses that match these domain(s) will NOT be able to sign-up. Wildcards allowed. Use separate lines or commas for multiple entries."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgstr ""
+
+msgid "ApplicationSettings|When enabled, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "ApplicationSettings|domain.com"
+msgstr ""
+
msgid "Applications"
msgstr ""
@@ -3787,13 +3932,10 @@ msgid "ApprovalRuleRemove|%d member"
msgid_plural "ApprovalRuleRemove|%d members"
msgstr[0] ""
-msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
-msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} member%{strongEnd}. Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{strongStart}%{count} members%{strongEnd}. Approvals from these members are not revoked."
msgstr[0] ""
-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] ""
@@ -3811,6 +3953,9 @@ msgstr ""
msgid "ApprovalRule|Approvals required"
msgstr ""
+msgid "ApprovalRule|Approver Type"
+msgstr ""
+
msgid "ApprovalRule|Approvers"
msgstr ""
@@ -3823,9 +3968,15 @@ msgstr ""
msgid "ApprovalRule|Rule name"
msgstr ""
+msgid "ApprovalRule|Status check"
+msgstr ""
+
msgid "ApprovalRule|Target branch"
msgstr ""
+msgid "ApprovalRule|Users or groups"
+msgstr ""
+
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
msgstr ""
@@ -3986,6 +4137,9 @@ msgstr ""
msgid "Are you sure you want to reindex?"
msgstr ""
+msgid "Are you sure you want to remove %{email}?"
+msgstr ""
+
msgid "Are you sure you want to remove %{group_name}?"
msgstr "您確定è¦ç§»é™¤ %{group_name} 嗎?"
@@ -3995,6 +4149,9 @@ msgstr "您確定è¦ç§»é™¤æ­¤é™„件嗎?"
msgid "Are you sure you want to remove the license?"
msgstr ""
+msgid "Are you sure you want to remove this deploy key? If anything is still using this key, it will stop working."
+msgstr ""
+
msgid "Are you sure you want to remove this identity?"
msgstr "您確定è¦ç§»é™¤é€™å€‹èº«ä»½è­˜åˆ¥å—Žï¼Ÿ"
@@ -4070,13 +4227,16 @@ msgstr ""
msgid "Artifacts"
msgstr ""
+msgid "Artifacts maximum size"
+msgstr ""
+
msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}."
msgstr ""
msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):"
msgstr ""
-msgid "AsanaService|Add commit messages as comments to Asana tasks"
+msgid "AsanaService|Add commit messages as comments to Asana tasks."
msgstr ""
msgid "AsanaService|Comma-separated list of branches to be automatically inspected. Leave blank to include all branches."
@@ -4088,6 +4248,9 @@ msgstr ""
msgid "Ascending"
msgstr ""
+msgid "Ask again later"
+msgstr ""
+
msgid "Ask your group maintainer to set up a group runner."
msgstr ""
@@ -4148,7 +4311,7 @@ msgstr ""
msgid "Assigned Issues"
msgstr ""
-msgid "Assigned Merge Requests"
+msgid "Assigned merge requests"
msgstr ""
msgid "Assigned projects"
@@ -4218,6 +4381,9 @@ msgstr ""
msgid "Attach a file by drag &amp; drop or %{upload_link}"
msgstr ""
+msgid "Attaching File - %{progress}"
+msgstr ""
+
msgid "Attaching a file"
msgid_plural "Attaching %d files"
msgstr[0] ""
@@ -4288,9 +4454,15 @@ msgstr ""
msgid "Authenticate with GitHub"
msgstr ""
+msgid "Authenticated API rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated API request rate limit"
msgstr ""
+msgid "Authenticated web rate limit period in seconds"
+msgstr ""
+
msgid "Authenticated web request rate limit"
msgstr ""
@@ -4345,6 +4517,9 @@ msgstr ""
msgid "Authorization required"
msgstr ""
+msgid "Authorization token duration (minutes)"
+msgstr ""
+
msgid "Authorization was granted by entering your username and password in the application."
msgstr ""
@@ -4507,9 +4682,18 @@ msgstr ""
msgid "Average per day: %{average}"
msgstr ""
+msgid "Award added"
+msgstr ""
+
+msgid "Award removed"
+msgstr ""
+
msgid "AwardEmoji|No emojis found."
msgstr ""
+msgid "Back"
+msgstr ""
+
msgid "Back to page %{number}"
msgstr ""
@@ -4603,25 +4787,25 @@ msgstr ""
msgid "Balsamiq file could not be loaded."
msgstr ""
-msgid "BambooService|A continuous integration and build server"
+msgid "BambooService|Atlassian Bamboo"
msgstr ""
-msgid "BambooService|A user with API access, if applicable"
+msgid "BambooService|Bamboo URL"
msgstr ""
-msgid "BambooService|Atlassian Bamboo CI"
+msgid "BambooService|Bamboo build plan key."
msgstr ""
-msgid "BambooService|Bamboo URL"
+msgid "BambooService|Bamboo service root URL."
msgstr ""
-msgid "BambooService|Bamboo build plan key like KEY"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo."
msgstr ""
-msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgid "BambooService|Run CI/CD pipelines with Atlassian Bamboo. You must set up automatic revision labeling and a repository trigger in Bamboo. %{docs_link}"
msgstr ""
-msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgid "BambooService|The user with API access to the Bamboo server."
msgstr ""
msgid "Based on"
@@ -4633,15 +4817,27 @@ msgstr ""
msgid "Be careful. Renaming a project's repository can have unintended side effects."
msgstr ""
+msgid "Before enabling this integration, create a webhook for the room in Google Chat where you want to receive notifications from this project. %{docs_link}"
+msgstr ""
+
+msgid "Before inserting code, be sure to read the comment that separated each code group."
+msgstr ""
+
msgid "Before this can be merged, a Jira issue must be linked in the title or description"
msgstr ""
msgid "Begin with the selected commit"
msgstr ""
+msgid "Below are the current settings regarding"
+msgstr ""
+
msgid "Below are the fingerprints for the current instance SSH host keys."
msgstr ""
+msgid "Below are the settings for %{link_to_gitlab_pages}."
+msgstr ""
+
msgid "Below you will find all the groups that are public."
msgstr ""
@@ -4732,12 +4928,18 @@ msgstr ""
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
+msgid "Billing|An error occurred while getting a billable member details"
+msgstr ""
+
msgid "Billing|An error occurred while loading billable members list"
msgstr ""
msgid "Billing|An error occurred while removing a billable member"
msgstr ""
+msgid "Billing|Direct memberships"
+msgstr ""
+
msgid "Billing|Enter at least three characters to search."
msgstr ""
@@ -4753,6 +4955,9 @@ msgstr ""
msgid "Billing|Remove user %{username} from your subscription"
msgstr ""
+msgid "Billing|Toggle seat details"
+msgstr ""
+
msgid "Billing|Type %{username} to confirm"
msgstr ""
@@ -5035,9 +5240,6 @@ msgstr ""
msgid "Branches|Show stale branches"
msgstr ""
-msgid "Branches|Sort by"
-msgstr ""
-
msgid "Branches|Stale"
msgstr ""
@@ -5092,6 +5294,9 @@ msgstr ""
msgid "Broadcast Messages"
msgstr ""
+msgid "Broadcast messages are displayed for every user and can be used to notify users about scheduled maintenance, recent upgrades and more."
+msgstr ""
+
msgid "Browse Directory"
msgstr ""
@@ -5173,9 +5378,6 @@ msgstr ""
msgid "Burndown chart"
msgstr ""
-msgid "Burndown charts are now fixed. This means that removing issues from a milestone after it has expired won't affect the chart. You can view the old chart using the %{strongStart}Legacy burndown chart%{strongEnd} button."
-msgstr ""
-
msgid "BurndownChartLabel|Open issue weight"
msgstr ""
@@ -5266,9 +5468,6 @@ msgstr ""
msgid "CI/CD for external repo"
msgstr ""
-msgid "CI/CD settings"
-msgstr ""
-
msgid "CICDAnalytics|%{percent}%{percentSymbol}"
msgstr ""
@@ -5372,6 +5571,9 @@ msgstr ""
msgid "Can be manually deployed to"
msgstr ""
+msgid "Can create groups:"
+msgstr ""
+
msgid "Can't apply as the source branch was deleted."
msgstr ""
@@ -5456,6 +5658,9 @@ msgstr ""
msgid "Cancel this job"
msgstr ""
+msgid "Cancel your account"
+msgstr ""
+
msgid "Cancel, keep project"
msgstr ""
@@ -5480,6 +5685,9 @@ msgstr ""
msgid "Cannot create the abuse report. This user has been blocked."
msgstr ""
+msgid "Cannot delete %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot enable shared runners because parent group does not allow it"
msgstr ""
@@ -5501,6 +5709,9 @@ msgstr ""
msgid "Cannot merge"
msgstr ""
+msgid "Cannot modify %{profile_name} referenced in security policy"
+msgstr ""
+
msgid "Cannot modify managed Kubernetes cluster"
msgstr ""
@@ -5528,6 +5739,27 @@ msgstr ""
msgid "Capacity threshold"
msgstr ""
+msgid "CascadingSettings|Enforce for all subgroups"
+msgstr ""
+
+msgid "CascadingSettings|Setting enforced"
+msgstr ""
+
+msgid "CascadingSettings|Subgroups cannot change this setting."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an instance admin."
+msgstr ""
+
+msgid "CascadingSettings|This setting has been enforced by an owner of %{link}."
+msgstr ""
+
+msgid "CascadingSettings|cannot be changed because it is locked by an ancestor"
+msgstr ""
+
+msgid "CascadingSettings|cannot be nil when locking the attribute"
+msgstr ""
+
msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}"
msgstr ""
@@ -5681,15 +5913,9 @@ msgstr ""
msgid "Changes to the title have not been saved"
msgstr ""
-msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
-msgstr ""
-
msgid "Changing group URL can have unintended side effects."
msgstr ""
-msgid "Channel handle (e.g. town-square)"
-msgstr ""
-
msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
msgstr ""
@@ -5753,6 +5979,9 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
+msgid "Check the current instance configuration "
+msgstr ""
+
msgid "Check the elasticsearch.log file to debug why the migration was halted and make any changes before retrying the migration. When you fix the cause of the failure, click \"Retry migration\", and the migration will be scheduled to be retried in the background."
msgstr ""
@@ -5942,6 +6171,9 @@ msgstr ""
msgid "Chinese language support using"
msgstr ""
+msgid "Choose File..."
+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 ""
@@ -6218,6 +6450,12 @@ msgstr ""
msgid "Click the button below."
msgstr ""
+msgid "Click the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Click the link below to confirm your email address."
+msgstr ""
+
msgid "Click to expand it."
msgstr ""
@@ -6317,46 +6555,73 @@ msgstr ""
msgid "Closes this %{quick_action_target}."
msgstr ""
-msgid "Cloud License"
+msgid "Cloud licenses can not be removed."
msgstr ""
msgid "CloudLicense|Activate"
msgstr ""
-msgid "CloudLicense|ID"
+msgid "CloudLicense|Activate subscription"
msgstr ""
-msgid "CloudLicense|Last Sync"
+msgid "CloudLicense|Activation code"
msgstr ""
-msgid "CloudLicense|Licensed to"
+msgid "CloudLicense|Billable users"
msgstr ""
-msgid "CloudLicense|Manage"
+msgid "CloudLicense|Buy subscription"
+msgstr ""
+
+msgid "CloudLicense|Free trial"
+msgstr ""
+
+msgid "CloudLicense|Get help for the most common connectivity issues by %{linkStart}troubleshooting the activation code%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|I agree that my use of the GitLab Software is subject to the Subscription Agreement located at the %{linkStart}Terms of Service%{linkEnd}, unless otherwise agreed to in writing with GitLab."
+msgstr ""
+
+msgid "CloudLicense|Learn how to %{linkStart}activate your subscription%{linkEnd}."
+msgstr ""
+
+msgid "CloudLicense|Maximum users"
msgstr ""
msgid "CloudLicense|Paste your activation code"
msgstr ""
-msgid "CloudLicense|Paste your activation code below"
+msgid "CloudLicense|Ready to get started? A GitLab plan is ideal for scaling organizations and for multi team usage."
+msgstr ""
+
+msgid "CloudLicense|Start free trial"
+msgstr ""
+
+msgid "CloudLicense|Subscription"
msgstr ""
-msgid "CloudLicense|Plan"
+msgid "CloudLicense|This is the highest peak of users on your installation since the license started."
msgstr ""
-msgid "CloudLicense|Renews"
+msgid "CloudLicense|This is the number of %{billableUsersLinkStart}billable users%{billableUsersLinkEnd} on your installation, and this is the minimum number you need to purchase when you renew your license."
msgstr ""
-msgid "CloudLicense|Started"
+msgid "CloudLicense|To activate your subscription, connect to GitLab servers through the %{linkStart}Cloud Sync service%{linkEnd}, a hassle-free way to manage your subscription."
msgstr ""
-msgid "CloudLicense|Subscription details"
+msgid "CloudLicense|Users in subscription"
msgstr ""
-msgid "CloudLicense|Sync Subscription details"
+msgid "CloudLicense|Users over subscription"
msgstr ""
-msgid "CloudLicense|This instance is currently using the %{planName} plan."
+msgid "CloudLicense|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 "CloudLicense|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "CloudLicense|You'll be charged for %{trueUpLinkStart}users over license%{trueUpLinkEnd} on a quarterly or annual basis, depending on the terms of your agreement."
msgstr ""
msgid "Cluster"
@@ -6563,6 +6828,9 @@ msgstr ""
msgid "ClusterIntegration|Base domain"
msgstr ""
+msgid "ClusterIntegration|Before you enable this integration, follow the %{link_start}documented process%{link_end}."
+msgstr ""
+
msgid "ClusterIntegration|Blocking mode"
msgstr ""
@@ -6728,6 +6996,9 @@ msgstr ""
msgid "ClusterIntegration|Enable Cloud Run for Anthos"
msgstr ""
+msgid "ClusterIntegration|Enable Prometheus integration"
+msgstr ""
+
msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
msgstr ""
@@ -6839,7 +7110,7 @@ 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."
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first enable Prometheus in the Integrations tab."
msgstr ""
msgid "ClusterIntegration|Ingress"
@@ -6866,6 +7137,15 @@ msgstr ""
msgid "ClusterIntegration|Integrate with a cluster certificate"
msgstr ""
+msgid "ClusterIntegration|Integration disabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integration enabled"
+msgstr ""
+
+msgid "ClusterIntegration|Integrations enable you to integrate your cluster as part of your GitLab workflow."
+msgstr ""
+
msgid "ClusterIntegration|Issuer Email"
msgstr ""
@@ -7493,6 +7773,9 @@ msgstr ""
msgid "Code owners"
msgstr ""
+msgid "Code snippet copied. Insert it in the correct location in the YAML file."
+msgstr ""
+
msgid "CodeIntelligence|This is the definition"
msgstr ""
@@ -7550,6 +7833,9 @@ msgstr ""
msgid "ComboSearch is not defined"
msgstr ""
+msgid "Comma-separated list of email addresses."
+msgstr ""
+
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
msgstr ""
@@ -7698,6 +7984,9 @@ msgstr ""
msgid "Compare Git revisions"
msgstr ""
+msgid "Compare GitLab editions"
+msgstr ""
+
msgid "Compare Revisions"
msgstr ""
@@ -7743,6 +8032,9 @@ msgstr ""
msgid "CompareRevisions|Select target project"
msgstr ""
+msgid "CompareRevisions|Swap revisions"
+msgstr ""
+
msgid "CompareRevisions|Tags"
msgstr ""
@@ -7821,7 +8113,7 @@ msgstr ""
msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
msgstr ""
-msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
+msgid "ComplianceFrameworks|Once a compliance framework is added it will appear here."
msgstr ""
msgid "ComplianceFrameworks|Regulated"
@@ -7881,6 +8173,9 @@ msgstr ""
msgid "ComplianceFramework|This project is regulated by %{framework}."
msgstr ""
+msgid "Component"
+msgstr ""
+
msgid "Confidence"
msgstr ""
@@ -7908,9 +8203,24 @@ msgstr ""
msgid "Configure Prometheus"
msgstr ""
+msgid "Configure SAST in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings."
+msgstr ""
+
+msgid "Configure SAST in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml` using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/secret_detection/#customizing-settings) to customize Secret Detection settings."
+msgstr ""
+
+msgid "Configure Secret Detection in `.gitlab-ci.yml`, creating this file if it does not already exist"
+msgstr ""
+
msgid "Configure Tracing"
msgstr ""
+msgid "Configure What's new drawer and content."
+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 ""
@@ -7941,6 +8251,9 @@ msgstr ""
msgid "Configure repository mirroring."
msgstr ""
+msgid "Configure specific limits for Packages API requests that supersede the general user and IP rate limits."
+msgstr ""
+
msgid "Configure storage path settings."
msgstr ""
@@ -7956,28 +8269,46 @@ msgstr ""
msgid "Confirm"
msgstr ""
+msgid "Confirm new password"
+msgstr ""
+
+msgid "Confirm user"
+msgstr ""
+
+msgid "Confirm your account"
+msgstr ""
+
+msgid "Confirm your email address"
+msgstr ""
+
msgid "Confirmation email sent to %{email}"
msgstr ""
msgid "Confirmation required"
msgstr ""
+msgid "Confirmed at:"
+msgstr ""
+
+msgid "Confirmed:"
+msgstr ""
+
msgid "Confluence"
msgstr ""
-msgid "ConfluenceService|Confluence Workspace"
+msgid "Confluence Cloud Workspace URL"
msgstr ""
-msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab"
+msgid "ConfluenceService|Confluence Workspace"
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"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar."
msgstr ""
-msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgid "ConfluenceService|Link to a Confluence Workspace from the sidebar. Enabling this integration replaces the \"Wiki\" sidebar link with a link to the Confluence Workspace. The GitLab wiki is still available at the original URL."
msgstr ""
-msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgid "ConfluenceService|Your GitLab wiki is still available at %{wiki_link}. To re-enable the link to the GitLab wiki, disable this integration."
msgstr ""
msgid "Congratulations, your free trial is activated."
@@ -8135,7 +8466,7 @@ msgstr ""
msgid "ContainerRegistry|Delete image repository?"
msgstr ""
-msgid "ContainerRegistry|Delete selected"
+msgid "ContainerRegistry|Delete selected tags"
msgstr ""
msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
@@ -8364,6 +8695,12 @@ msgstr ""
msgid "Contains %{count} blobs of images (%{size})"
msgstr ""
+msgid "Content parsed with %{link}."
+msgstr ""
+
+msgid "ContentEditor|You have to provide a renderMarkdown function or a custom serializer"
+msgstr ""
+
msgid "Contents of .gitlab-ci.yml"
msgstr ""
@@ -8418,7 +8755,7 @@ msgstr ""
msgid "ContributionAnalytics|Last week"
msgstr ""
-msgid "ContributionAnalytics|Merge Requests"
+msgid "ContributionAnalytics|Merge requests"
msgstr ""
msgid "ContributionAnalytics|No issues for the selected time period."
@@ -8565,15 +8902,48 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "Corpus Management|Are you sure you want to delete the corpus?"
+msgstr ""
+
+msgid "CorpusManagement|Actions"
+msgstr ""
+
+msgid "CorpusManagement|Corpus are used in fuzz testing as mutation source to Improve future testing."
+msgstr ""
+
+msgid "CorpusManagement|Corpus name"
+msgstr ""
+
msgid "CorpusManagement|Fuzz testing corpus management"
msgstr ""
-msgid "CorpusManagement|New corpus"
+msgid "CorpusManagement|Last updated"
+msgstr ""
+
+msgid "CorpusManagement|Last used"
+msgstr ""
+
+msgid "CorpusManagement|Latest Job:"
+msgstr ""
+
+msgid "CorpusManagement|New corpus needs to be a upload in *.zip format. Maximum 10Gib"
+msgstr ""
+
+msgid "CorpusManagement|New upload"
+msgstr ""
+
+msgid "CorpusManagement|Not Set"
+msgstr ""
+
+msgid "CorpusManagement|Target"
msgstr ""
msgid "CorpusManagement|Total Size: %{totalSize}"
msgstr ""
+msgid "CorpusMnagement|New corpus"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8763,6 +9133,9 @@ msgstr ""
msgid "Create blank project"
msgstr ""
+msgid "Create blank project/repository"
+msgstr ""
+
msgid "Create branch"
msgstr ""
@@ -8871,6 +9244,9 @@ msgstr ""
msgid "Create tag %{tagName}"
msgstr ""
+msgid "Create user"
+msgstr ""
+
msgid "Create wildcard: %{searchTerm}"
msgstr ""
@@ -9123,6 +9499,9 @@ msgstr ""
msgid "Crossplane"
msgstr ""
+msgid "Crowd"
+msgstr ""
+
msgid "Current"
msgstr ""
@@ -9144,6 +9523,12 @@ msgstr ""
msgid "Current password"
msgstr ""
+msgid "Current sign-in IP:"
+msgstr ""
+
+msgid "Current sign-in at:"
+msgstr ""
+
msgid "Current vulnerabilities count"
msgstr ""
@@ -9366,6 +9751,9 @@ msgstr ""
msgid "CycleAnalytics|All stages"
msgstr ""
+msgid "CycleAnalytics|Average days to completion"
+msgstr ""
+
msgid "CycleAnalytics|Date"
msgstr ""
@@ -9410,13 +9798,10 @@ msgstr ""
msgid "CycleAnalytics|Tasks by type"
msgstr ""
-msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgid "CycleAnalytics|The average time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
msgstr ""
-msgid "CycleAnalytics|The total time spent in the selected stage for the items that were completed on each date. Data limited to the last 500 items."
-msgstr ""
-
-msgid "CycleAnalytics|Total days to completion"
+msgid "CycleAnalytics|The given date range is larger than 180 days"
msgstr ""
msgid "CycleAnalytics|Type of work"
@@ -9443,6 +9828,42 @@ msgstr ""
msgid "DNS"
msgstr "DNS"
+msgid "DORA4Metrics|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "DORA4Metrics|Date"
+msgstr ""
+
+msgid "DORA4Metrics|Days from merge to deploy"
+msgstr ""
+
+msgid "DORA4Metrics|Deployment frequency"
+msgstr ""
+
+msgid "DORA4Metrics|Lead time"
+msgstr ""
+
+msgid "DORA4Metrics|Median lead time"
+msgstr ""
+
+msgid "DORA4Metrics|No merge requests were deployed during this period"
+msgstr ""
+
+msgid "DORA4Metrics|Number of deployments"
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting deployment frequency data."
+msgstr ""
+
+msgid "DORA4Metrics|Something went wrong while getting lead time data."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the frequency of deployments to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
+msgid "DORA4Metrics|The chart displays the median time between a merge request being merged and deployed to production environment(s) that are based on the %{linkStart}deployment_tier%{linkEnd} value."
+msgstr ""
+
msgid "Dashboard"
msgstr ""
@@ -9635,6 +10056,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Rest API"
+msgstr ""
+
msgid "DastProfiles|Run scan"
msgstr ""
@@ -9680,6 +10104,9 @@ msgstr ""
msgid "DastProfiles|Site name"
msgstr ""
+msgid "DastProfiles|Site type"
+msgstr ""
+
msgid "DastProfiles|Spider timeout"
msgstr ""
@@ -9713,7 +10140,7 @@ msgstr ""
msgid "DastProfiles|URL"
msgstr ""
-msgid "DastProfiles|URLs to skip during the authenticated scan. Use regular expression syntax to match multiple URLs."
+msgid "DastProfiles|URLs to skip during the authenticated scan."
msgstr ""
msgid "DastProfiles|Username"
@@ -9728,6 +10155,9 @@ msgstr ""
msgid "DastProfiles|Validation status"
msgstr ""
+msgid "DastProfiles|Website"
+msgstr ""
+
msgid "DastSiteValidation|Copy HTTP header to clipboard"
msgstr ""
@@ -9804,6 +10234,9 @@ msgstr ""
msgid "Data is still calculating..."
msgstr ""
+msgid "Data type"
+msgstr ""
+
msgid "Database update failed"
msgstr ""
@@ -9822,9 +10255,6 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
-msgid "Date range is greater than %{quarter_days} days"
-msgstr ""
-
msgid "Date range must be shorter than %{max_range} days."
msgstr ""
@@ -9849,6 +10279,9 @@ msgstr ""
msgid "Days to merge"
msgstr ""
+msgid "Deactivate this user"
+msgstr ""
+
msgid "Dear Administrator,"
msgstr ""
@@ -9873,9 +10306,18 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
+msgid "Decrease"
+msgstr ""
+
+msgid "Default"
+msgstr ""
+
msgid "Default CI configuration path"
msgstr ""
+msgid "Default Timeout Period"
+msgstr ""
+
msgid "Default artifacts expiration"
msgstr ""
@@ -9987,10 +10429,13 @@ msgstr ""
msgid "Delete domain"
msgstr ""
+msgid "Delete image repository"
+msgstr ""
+
msgid "Delete label"
msgstr ""
-msgid "Delete label: %{label_name} ?"
+msgid "Delete label: %{labelName}"
msgstr ""
msgid "Delete pipeline"
@@ -10038,6 +10483,9 @@ msgstr ""
msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator."
msgstr ""
+msgid "DeleteProject|Failed to remove webhooks. Please try again or contact administrator."
+msgstr ""
+
msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator."
msgstr ""
@@ -10077,6 +10525,9 @@ 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 a user has the following effects:"
+msgstr ""
+
msgid "Deleting the project will delete its repository and all related resources including issues, merge requests, etc."
msgstr ""
@@ -10089,18 +10540,12 @@ msgstr ""
msgid "Denied authorization of chat nickname %{user_name}."
msgstr ""
-msgid "Denied domains for sign-ups"
-msgstr ""
-
msgid "Deny"
msgstr ""
msgid "Deny access request"
msgstr ""
-msgid "Denylist file"
-msgstr ""
-
msgid "Dependencies"
msgstr ""
@@ -10305,9 +10750,6 @@ msgstr ""
msgid "DeployKeys|Read access only"
msgstr ""
-msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
-msgstr ""
-
msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
msgstr ""
@@ -10419,22 +10861,7 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
-msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Date"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments charts"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
+msgid "Deployment frequency"
msgstr ""
msgid "Deployments"
@@ -10666,15 +11093,18 @@ msgstr ""
msgid "DevOps Report"
msgstr ""
-msgid "DevopsAdoption|Add / remove groups"
-msgstr ""
-
msgid "DevopsAdoption|Add Group"
msgstr ""
msgid "DevopsAdoption|Add a group to get started"
msgstr ""
+msgid "DevopsAdoption|Add/remove groups"
+msgstr ""
+
+msgid "DevopsAdoption|Add/remove sub-groups"
+msgstr ""
+
msgid "DevopsAdoption|Adopted"
msgstr ""
@@ -10717,7 +11147,7 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
+msgid "DevopsAdoption|Feature adoption is based on usage in the current calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
@@ -10747,7 +11177,7 @@ msgstr ""
msgid "DevopsAdoption|Remove Group"
msgstr ""
-msgid "DevopsAdoption|Remove Group from the table"
+msgid "DevopsAdoption|Remove Group from the table."
msgstr ""
msgid "DevopsAdoption|Runner configured for project/group"
@@ -10762,10 +11192,16 @@ msgstr ""
msgid "DevopsAdoption|Scanning"
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page to try again."
+msgid "DevopsAdoption|There was an error enabling the current group. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Group adoption data. Please refresh the page."
+msgstr ""
+
+msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page."
msgstr ""
-msgid "DevopsAdoption|There was an error fetching Groups. Please refresh the page to try again."
+msgid "DevopsAdoption|You cannot remove the group you are currently in."
msgstr ""
msgid "DevopsReport|Adoption"
@@ -10783,6 +11219,15 @@ msgstr ""
msgid "DevopsReport|Score"
msgstr ""
+msgid "Didn't receive a confirmation email?"
+msgstr ""
+
+msgid "Didn't receive confirmation instructions?"
+msgstr ""
+
+msgid "Didn't receive unlock instructions?"
+msgstr ""
+
msgid "Diff content limits"
msgstr ""
@@ -10825,6 +11270,12 @@ msgstr ""
msgid "Disable"
msgstr ""
+msgid "Disable Two-factor Authentication"
+msgstr ""
+
+msgid "Disable What's new"
+msgstr ""
+
msgid "Disable for this project"
msgstr ""
@@ -10867,7 +11318,7 @@ msgstr ""
msgid "DiscordService|Discord Notifications"
msgstr ""
-msgid "DiscordService|Receive event notifications in Discord"
+msgid "DiscordService|Send notifications about project events to a Discord channel."
msgstr ""
msgid "Discover GitLab Geo"
@@ -10928,9 +11379,6 @@ msgstr[0] ""
msgid "Dismiss DevOps Report introduction"
msgstr ""
-msgid "Dismiss Merge Request promotion"
-msgstr ""
-
msgid "Dismiss Value Stream Analytics introduction box"
msgstr ""
@@ -10958,7 +11406,7 @@ msgstr ""
msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}"
msgstr ""
-msgid "Display alerts from all your monitoring tools directly within GitLab."
+msgid "Display alerts from all configured monitoring tools."
msgstr ""
msgid "Display name"
@@ -10973,6 +11421,9 @@ msgstr ""
msgid "Do not display offers from third parties within GitLab"
msgstr ""
+msgid "Do you want to remove this deploy key?"
+msgstr ""
+
msgid "Dockerfile"
msgstr ""
@@ -10991,10 +11442,10 @@ msgstr ""
msgid "Domain"
msgstr ""
-msgid "Domain cannot be deleted while associated to one or more clusters."
+msgid "Domain Name"
msgstr ""
-msgid "Domain denylist"
+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"
@@ -11039,6 +11490,9 @@ msgstr ""
msgid "Download %{name} artifact"
msgstr ""
+msgid "Download (%{size})"
+msgstr ""
+
msgid "Download CSV"
msgstr ""
@@ -11126,6 +11580,12 @@ msgstr ""
msgid "Dynamic Application Security Testing (DAST)"
msgstr ""
+msgid "E-mail:"
+msgstr ""
+
+msgid "Each project can also have an issue tracker and a wiki."
+msgstr ""
+
msgid "Edit"
msgstr "編輯"
@@ -11219,6 +11679,9 @@ msgstr ""
msgid "Edit iteration"
msgstr ""
+msgid "Edit iteration cadence"
+msgstr ""
+
msgid "Edit public deploy key"
msgstr ""
@@ -11237,6 +11700,9 @@ msgstr ""
msgid "Edit title and description"
msgstr ""
+msgid "Edit user: %{user_name}"
+msgstr ""
+
msgid "Edit wiki page"
msgstr ""
@@ -11255,6 +11721,9 @@ msgstr ""
msgid "Editor Lite instance is required to set up an extension."
msgstr ""
+msgid "Elapsed time"
+msgstr ""
+
msgid "Elasticsearch AWS IAM credentials"
msgstr ""
@@ -11318,21 +11787,18 @@ 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."
+msgid "Email the pipeline status to a list of recipients."
msgstr ""
msgid "Email updates (optional)"
msgstr ""
+msgid "Email:"
+msgstr ""
+
msgid "Email: %{email}"
msgstr ""
@@ -11378,9 +11844,6 @@ msgstr ""
msgid "Emails sent to %{email} are also supported."
msgstr ""
-msgid "Emails separated by comma"
-msgstr ""
-
msgid "EmailsOnPushService|Disable code diffs"
msgstr ""
@@ -11393,13 +11856,19 @@ msgstr ""
msgid "EmailsOnPushService|Emails on push"
msgstr ""
-msgid "EmailsOnPushService|Emails separated by whitespace"
+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})."
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain matches the domain used by your GitLab instance (such as %{domains})."
+msgstr ""
+
+msgid "EmailsOnPushService|can't exceed %{recipients_limit}"
+msgstr ""
+
+msgid "EmailsOnPushService|tanuki@example.com gitlab@example.com"
msgstr ""
msgid "Embed"
@@ -11441,6 +11910,9 @@ msgstr ""
msgid "Enable PlantUML"
msgstr ""
+msgid "Enable Prometheus Metrics"
+msgstr ""
+
msgid "Enable Pseudonymizer data collection"
msgstr ""
@@ -11456,6 +11928,15 @@ msgstr ""
msgid "Enable Spam Check via external API endpoint"
msgstr ""
+msgid "Enable What's new: All tiers"
+msgstr ""
+
+msgid "Enable What's new: Current tier only"
+msgstr ""
+
+msgid "Enable a Prometheus metrics endpoint at %{metrics_path} to expose a variety of statistics on the health and performance of GitLab. Additional information on authenticating and connecting to the metrics endpoint is available %{link}."
+msgstr ""
+
msgid "Enable access to Grafana"
msgstr ""
@@ -11474,6 +11955,9 @@ msgstr ""
msgid "Enable and disable Service Desk. Some additional configuration might be required. %{link_start}Learn more%{link_end}."
msgstr ""
+msgid "Enable authenticated API request rate limit"
+msgstr ""
+
msgid "Enable automatic repository housekeeping (git repack, git gc)"
msgstr ""
@@ -11483,9 +11967,6 @@ 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 ""
@@ -11537,6 +12018,12 @@ msgstr ""
msgid "Enable proxy"
msgstr ""
+msgid "Enable reCAPTCHA"
+msgstr ""
+
+msgid "Enable reCAPTCHA for login"
+msgstr ""
+
msgid "Enable reCAPTCHA, Invisible Captcha, Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
msgstr ""
@@ -11564,9 +12051,18 @@ msgstr ""
msgid "Enable two-factor authentication"
msgstr ""
+msgid "Enable unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Enable unauthenticated request rate limit"
+msgstr ""
+
msgid "Enable usage ping"
msgstr ""
+msgid "Enable version check"
+msgstr ""
+
msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}."
msgstr ""
@@ -11603,6 +12099,9 @@ msgstr ""
msgid "End Time"
msgstr ""
+msgid "Ends"
+msgstr ""
+
msgid "Ends at (UTC)"
msgstr ""
@@ -11705,6 +12204,9 @@ msgstr ""
msgid "Environment scope"
msgstr ""
+msgid "Environment variable %{code_start}%{environment_variable}%{code_end} does not exist or is not pointing to a valid directory."
+msgstr ""
+
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
msgstr ""
@@ -11966,6 +12468,9 @@ msgstr ""
msgid "Epic cannot be found."
msgstr ""
+msgid "Epic details"
+msgstr ""
+
msgid "Epic events"
msgstr ""
@@ -11984,7 +12489,7 @@ msgstr ""
msgid "Epics let you manage your portfolio of projects more efficiently and with less effort"
msgstr ""
-msgid "Epics, Issues, and Merge Requests"
+msgid "Epics, issues, and merge requests"
msgstr ""
msgid "Epics|%{startDate} – %{dueDate}"
@@ -12299,6 +12804,9 @@ msgstr ""
msgid "ErrorTracking|Connection failed. Check Auth Token and try again."
msgstr ""
+msgid "ErrorTracking|Enable error tracking"
+msgstr ""
+
msgid "ErrorTracking|If you self-host Sentry, enter your Sentry instance's full URL. If you use Sentry's hosted solution, enter https://sentry.io"
msgstr ""
@@ -12488,6 +12996,9 @@ msgstr ""
msgid "Expand panel"
msgstr ""
+msgid "Expand pipeline"
+msgstr ""
+
msgid "Expand sidebar"
msgstr ""
@@ -12599,6 +13110,9 @@ msgstr ""
msgid "External URL"
msgstr ""
+msgid "External User:"
+msgstr ""
+
msgid "External authentication"
msgstr ""
@@ -12614,6 +13128,9 @@ msgstr ""
msgid "External storage authentication token"
msgstr ""
+msgid "External url has already been taken"
+msgstr ""
+
msgid "ExternalAuthorizationService|Classification label"
msgstr ""
@@ -12626,10 +13143,13 @@ msgstr ""
msgid "ExternalWikiService|External wiki URL"
msgstr ""
-msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgid "ExternalWikiService|Link to an external wiki from the sidebar."
msgstr ""
-msgid "ExternalWikiService|The URL of the external wiki"
+msgid "ExternalWikiService|https://example.com/xxx/wiki/..."
+msgstr ""
+
+msgid "Externally installed"
msgstr ""
msgid "Facebook"
@@ -12677,9 +13197,6 @@ msgstr ""
msgid "Failed to clone this issue: wrong parameters."
msgstr ""
-msgid "Failed to create Merge Request. Please try again."
-msgstr ""
-
msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
@@ -12692,6 +13209,9 @@ msgstr ""
msgid "Failed to create import label for jira import."
msgstr ""
+msgid "Failed to create merge request. Please try again."
+msgstr ""
+
msgid "Failed to create new project access token: %{token_response_message}"
msgstr ""
@@ -12890,6 +13410,9 @@ msgstr ""
msgid "False positive"
msgstr ""
+msgid "Fast Timeout Period"
+msgstr ""
+
msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
msgstr ""
@@ -12902,9 +13425,15 @@ msgstr ""
msgid "Faster releases. Better code. Less pain."
msgstr ""
+msgid "Favicon"
+msgstr ""
+
msgid "Favicon was successfully removed."
msgstr ""
+msgid "Favicon will be removed. Are you sure?"
+msgstr ""
+
msgid "Feature Flags"
msgstr ""
@@ -13164,6 +13693,13 @@ msgstr ""
msgid "FeatureFlag|User List"
msgstr ""
+msgid "FeatureHighlight|%{daysRemaining} day remaining to enjoy %{featureName}"
+msgid_plural "FeatureHighlight|%{daysRemaining} days remaining to enjoy %{featureName}"
+msgstr[0] ""
+
+msgid "FeatureHighlight|Enjoying your GitLab %{planNameForTrial} trial? To continue using %{featureName} after your trial ends, upgrade to GitLab %{planNameForUpgrade}."
+msgstr ""
+
msgid "Feb"
msgstr "2月"
@@ -13383,10 +13919,13 @@ msgstr ""
msgid "Flags"
msgstr ""
-msgid "FlowdockService|Flowdock Git source token"
+msgid "FlowdockService|1b609b52537..."
msgstr ""
-msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows."
+msgstr ""
+
+msgid "FlowdockService|Send event notifications from GitLab to Flowdock flows. %{docs_link}"
msgstr ""
msgid "Focus filter bar"
@@ -13500,6 +14039,9 @@ msgstr ""
msgid "ForkProject|Internal"
msgstr ""
+msgid "ForkProject|Please select a namespace"
+msgstr ""
+
msgid "ForkProject|Private"
msgstr ""
@@ -13587,6 +14129,9 @@ msgstr ""
msgid "From the Kubernetes cluster details view, applications list, install GitLab Runner."
msgstr ""
+msgid "Full"
+msgstr ""
+
msgid "Full name"
msgstr ""
@@ -13623,9 +14168,24 @@ msgstr ""
msgid "Generate new token"
msgstr ""
+msgid "Generate project access tokens scoped to this project for your applications that need access to the GitLab API."
+msgstr ""
+
+msgid "Generate site and private keys at"
+msgstr ""
+
msgid "Generic package file size in bytes"
msgstr ""
+msgid "GenericReport|After"
+msgstr ""
+
+msgid "GenericReport|Before"
+msgstr ""
+
+msgid "GenericReport|Diff"
+msgstr ""
+
msgid "Geo"
msgstr "Geo"
@@ -13773,6 +14333,9 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{component} synced"
+msgstr ""
+
msgid "Geo|%{itemTitle} checksum progress"
msgstr ""
@@ -13794,6 +14357,9 @@ msgstr ""
msgid "Geo|%{name} is scheduled for re-verify"
msgstr ""
+msgid "Geo|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
msgid "Geo|%{title} checksum progress"
msgstr ""
@@ -13833,6 +14399,9 @@ msgstr ""
msgid "Geo|Connection timeout should be between 1-120"
msgstr ""
+msgid "Geo|Consult Geo troubleshooting information"
+msgstr ""
+
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr ""
@@ -13842,6 +14411,9 @@ msgstr ""
msgid "Geo|Data replication lag"
msgstr ""
+msgid "Geo|Data type"
+msgstr ""
+
msgid "Geo|Discover GitLab Geo"
msgstr ""
@@ -13857,9 +14429,15 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Geo nodes are paused using a command run on the node"
+msgstr ""
+
msgid "Geo|Geo sites"
msgstr ""
+msgid "Geo|Geo supports replication of many data types."
+msgstr ""
+
msgid "Geo|Go to the primary site"
msgstr ""
@@ -13896,6 +14474,9 @@ msgstr ""
msgid "Geo|Learn more about Geo"
msgstr ""
+msgid "Geo|Learn more about Geo node statuses"
+msgstr ""
+
msgid "Geo|Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos."
msgstr ""
@@ -13911,6 +14492,9 @@ msgstr ""
msgid "Geo|Node name should be between 1 and 255 characters"
msgstr ""
+msgid "Geo|Node's status was updated %{timeAgo}."
+msgstr ""
+
msgid "Geo|Not synced yet"
msgstr ""
@@ -13959,16 +14543,25 @@ msgstr ""
msgid "Geo|Remove entry"
msgstr ""
+msgid "Geo|Remove node"
+msgstr ""
+
+msgid "Geo|Remove secondary node"
+msgstr ""
+
msgid "Geo|Remove tracking database entry"
msgstr ""
-msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgid "Geo|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
msgstr ""
-msgid "Geo|Replication Details"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums"
msgstr ""
-msgid "Geo|Replication counts"
+msgid "Geo|Replicated data is verified with the secondary node(s) using checksums."
+msgstr ""
+
+msgid "Geo|Replication Details"
msgstr ""
msgid "Geo|Replication details"
@@ -14010,6 +14603,9 @@ msgstr ""
msgid "Geo|Secondary site"
msgstr ""
+msgid "Geo|Selective (%{syncLabel})"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -14022,6 +14618,9 @@ msgstr ""
msgid "Geo|Synced at"
msgstr ""
+msgid "Geo|Synchronization"
+msgstr ""
+
msgid "Geo|Synchronization failed - %{error}"
msgstr ""
@@ -14031,6 +14630,9 @@ msgstr ""
msgid "Geo|Synchronization settings"
msgstr ""
+msgid "Geo|Synchronization status"
+msgstr ""
+
msgid "Geo|The database is currently %{db_lag} behind the primary node."
msgstr ""
@@ -14040,6 +14642,12 @@ msgstr ""
msgid "Geo|There are no %{replicable_type} to show"
msgstr ""
+msgid "Geo|There was an error deleting the Geo Node"
+msgstr ""
+
+msgid "Geo|There was an error fetching the Geo Nodes"
+msgstr ""
+
msgid "Geo|Tracking database entry will be removed. Are you sure?"
msgstr ""
@@ -14061,16 +14669,25 @@ msgstr ""
msgid "Geo|Unknown state"
msgstr ""
+msgid "Geo|Updated %{timeAgo}"
+msgstr ""
+
+msgid "Geo|Verification"
+msgstr ""
+
msgid "Geo|Verification failed - %{error}"
msgstr ""
+msgid "Geo|Verification status"
+msgstr ""
+
msgid "Geo|Verificaton information"
msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere."
+msgid "Geo|With GitLab Geo, you can install a special read-only and replicated instance anywhere. %{linkStart}Learn more%{linkEnd}"
msgstr ""
msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
@@ -14091,6 +14708,9 @@ msgstr ""
msgid "Get a free instance review"
msgstr ""
+msgid "Get a support subscription"
+msgstr ""
+
msgid "Get started"
msgstr ""
@@ -14169,6 +14789,9 @@ msgstr ""
msgid "GitLab Billing Team."
msgstr ""
+msgid "GitLab CI"
+msgstr ""
+
msgid "GitLab Import"
msgstr ""
@@ -14220,6 +14843,9 @@ msgstr ""
msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later."
msgstr ""
+msgid "GitLab is open source software to collaborate on code."
+msgstr ""
+
msgid "GitLab is undergoing maintenance and is operating in a read-only mode."
msgstr ""
@@ -14244,9 +14870,15 @@ msgstr ""
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr ""
+msgid "GitLab uses %{linkStart}Sidekiq%{linkEnd} to process background jobs"
+msgstr ""
+
msgid "GitLab version"
msgstr ""
+msgid "GitLab will inform you if a new version is available."
+msgstr ""
+
msgid "GitLab will periodically run %{link_to_git_fsck} in all project and wiki repositories to look for silent disk corruption issues."
msgstr ""
@@ -14298,9 +14930,6 @@ msgstr ""
msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment."
msgstr ""
-msgid "GitLabPages|Learn more."
-msgstr ""
-
msgid "GitLabPages|Maximum size of pages (MB)"
msgstr ""
@@ -14325,9 +14954,6 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
-msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
-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 ""
@@ -14343,10 +14969,16 @@ 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."
+msgid "GitLabPages|When enabled, all attempts to visit your website through HTTP are automatically redirected to HTTPS using a response with status code 301. Requires a valid certificate for all domains. %{docs_link_start}Learn more.%{link_end}"
msgstr ""
-msgid "GitLabPages|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."
+msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static website directly from your GitLab repository. %{docs_link_start}Learn more.%{link_end}"
+msgstr ""
+
+msgid "GitLabPages|Your Pages site is not configured yet. See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also take some inspiration from the %{samples_link_start}sample Pages projects%{link_end}."
msgstr ""
msgid "GitLabPages|Your pages are served under:"
@@ -14391,9 +15023,6 @@ msgstr ""
msgid "GithubIntegration|This requires mirroring your GitHub repository to this project. %{docs_link}"
msgstr ""
-msgid "Gitlab Pages"
-msgstr ""
-
msgid "Gitpod"
msgstr ""
@@ -14433,10 +15062,10 @@ msgstr ""
msgid "Go back (while searching for files)"
msgstr ""
-msgid "Go full screen"
+msgid "Go back to configuration"
msgstr ""
-msgid "Go to Integrations"
+msgid "Go full screen"
msgstr ""
msgid "Go to Webhooks"
@@ -14487,9 +15116,15 @@ msgstr ""
msgid "Go to metrics"
msgstr ""
+msgid "Go to next page"
+msgstr ""
+
msgid "Go to parent"
msgstr ""
+msgid "Go to previous page"
+msgstr ""
+
msgid "Go to project"
msgstr ""
@@ -14685,6 +15320,9 @@ msgstr ""
msgid "Group is required when cluster_type is :group"
msgstr ""
+msgid "Group jobs by"
+msgstr ""
+
msgid "Group maintainers can register group runners in the %{link}"
msgstr ""
@@ -14727,6 +15365,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group projects"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -14814,6 +15455,9 @@ msgstr ""
msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline"
msgstr ""
+msgid "GroupRoadmap|To make your epics appear in the roadmap, add start or due dates to them."
+msgstr ""
+
msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}."
msgstr ""
@@ -14832,10 +15476,10 @@ msgstr ""
msgid "GroupSAML|Before enforcing SSO, enable SAML authentication."
msgstr ""
-msgid "GroupSAML|Certificate fingerprint"
+msgid "GroupSAML|Before enforcing SSO-only authentication for Git activity, enable SSO-only authentication for web activity."
msgstr ""
-msgid "GroupSAML|Check SSO on git activity"
+msgid "GroupSAML|Certificate fingerprint"
msgstr ""
msgid "GroupSAML|Configuration"
@@ -14850,19 +15494,16 @@ msgstr ""
msgid "GroupSAML|Default membership role"
msgstr ""
-msgid "GroupSAML|Enable SAML authentication for this group."
+msgid "GroupSAML|Enable SAML authentication for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-access for Git in this group."
+msgid "GroupSAML|Enforce SSO-only authentication for Git activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group."
+msgid "GroupSAML|Enforce SSO-only authentication for web activity for this group"
msgstr ""
-msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
-msgstr ""
-
-msgid "GroupSAML|Enforced SSO"
+msgid "GroupSAML|Enforce users to have dedicated group-managed accounts for this group"
msgstr ""
msgid "GroupSAML|Generate a SCIM token"
@@ -14901,10 +15542,7 @@ msgstr ""
msgid "GroupSAML|No active SAML group links"
msgstr ""
-msgid "GroupSAML|Prohibit outer forks"
-msgstr ""
-
-msgid "GroupSAML|Prohibit outer forks for this group."
+msgid "GroupSAML|Prohibit outer forks for this group"
msgstr ""
msgid "GroupSAML|Role to assign members of this SAML group."
@@ -14952,15 +15590,12 @@ msgstr ""
msgid "GroupSAML|This will be set as the access level of users added to the group."
msgstr ""
-msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+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 ""
@@ -14991,7 +15626,7 @@ msgstr ""
msgid "GroupSelect|Select a group"
msgstr ""
-msgid "GroupSettings|Apply integration settings to all Projects"
+msgid "GroupSettings|Allow project access token creation"
msgstr ""
msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
@@ -15042,9 +15677,6 @@ 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 group-level project templates."
msgstr ""
@@ -15066,7 +15698,16 @@ 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"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. Inherited by subgroups."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings."
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{link_start}customized by an admin%{link_end} in instance settings. Inherited by subgroups."
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -15105,6 +15746,9 @@ msgstr ""
msgid "GroupSettings|Transfer group"
msgstr ""
+msgid "GroupSettings|Users can create %{link_start}project access tokens%{link_end} for projects in this group."
+msgstr ""
+
msgid "GroupSettings|What are badges?"
msgstr ""
@@ -15282,9 +15926,15 @@ msgstr ""
msgid "Hashed storage can't be disabled anymore for new projects"
msgstr ""
+msgid "Header logo"
+msgstr ""
+
msgid "Header logo was successfully removed."
msgstr ""
+msgid "Header logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Header message"
msgstr ""
@@ -15324,6 +15974,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{name}!"
+msgstr ""
+
msgid "Hello, %{username}!"
msgstr ""
@@ -15342,9 +15995,18 @@ msgstr ""
msgid "Helps prevent bots from creating accounts."
msgstr ""
+msgid "Helps prevent bots from creating issues"
+msgstr ""
+
+msgid "Helps prevent malicious users hide their activity"
+msgstr ""
+
msgid "Helps reduce alert volume (e.g. if creating too many issues)"
msgstr ""
+msgid "Helps reduce request volume (e.g. from crawlers or abusive bots)"
+msgstr ""
+
msgid "Helps reduce request volume for protected paths"
msgstr ""
@@ -15422,12 +16084,18 @@ msgstr ""
msgid "HighlightBar|Time to SLA:"
msgstr ""
+msgid "HipChat endpoint is deprecated and should not be created or modified."
+msgstr ""
+
msgid "History"
msgstr ""
msgid "History of authentications"
msgstr ""
+msgid "Home page URL"
+msgstr ""
+
msgid "Homepage"
msgstr ""
@@ -15467,6 +16135,12 @@ msgstr ""
msgid "How do I mirror repositories?"
msgstr ""
+msgid "How do I set up a Google Chat webhook?"
+msgstr ""
+
+msgid "How do I set up this service?"
+msgstr ""
+
msgid "How does cleanup work?"
msgstr ""
@@ -15476,10 +16150,7 @@ 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."
+msgid "How many seconds an IP will be counted towards the limit"
msgstr ""
msgid "How many users will be evaluating the trial?"
@@ -15563,9 +16234,15 @@ msgstr ""
msgid "IP Address"
msgstr ""
+msgid "IP expiration time"
+msgstr ""
+
msgid "IP subnet restriction only allowed for top-level groups"
msgstr ""
+msgid "IPs per user"
+msgstr ""
+
msgid "Identifier"
msgstr ""
@@ -15611,6 +16288,12 @@ 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 email was added in error, you can remove it here:"
+msgstr ""
+
+msgid "If this email was added in error, you can remove it here: %{profile_emails_url}"
+msgstr ""
+
msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}."
msgstr ""
@@ -15623,6 +16306,12 @@ msgstr ""
msgid "If you add %{codeStart}needs%{codeEnd} to jobs in your pipeline you'll be able to view the %{codeStart}needs%{codeEnd} relationships between jobs in this tab as a %{linkStart}Directed Acyclic Graph (DAG)%{linkEnd}."
msgstr ""
+msgid "If you did not initiate this change, please contact your administrator immediately."
+msgstr ""
+
+msgid "If you did not perform this request, you can safely ignore this email."
+msgstr ""
+
msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}."
msgstr ""
@@ -15644,9 +16333,6 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr ""
-msgid "If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
-msgstr ""
-
msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}"
msgstr ""
@@ -15668,6 +16354,9 @@ msgstr ""
msgid "Image details"
msgstr ""
+msgid "ImageAltText|Sparkling golden tanuki logo"
+msgstr ""
+
msgid "ImageDiffViewer|2-up"
msgstr ""
@@ -15683,6 +16372,12 @@ msgstr ""
msgid "ImageViewerDimensions|W"
msgstr ""
+msgid "Images with incorrect dimensions are not resized automatically, and may result in unexpected behavior."
+msgstr ""
+
+msgid "Impersonate"
+msgstr ""
+
msgid "Impersonation Tokens"
msgstr ""
@@ -15706,6 +16401,9 @@ msgstr ""
msgid "Import Projects from Gitea"
msgstr ""
+msgid "Import a project"
+msgstr ""
+
msgid "Import an exported GitLab project"
msgstr ""
@@ -15754,6 +16452,9 @@ msgstr ""
msgid "Import project members"
msgstr ""
+msgid "Import project/repository"
+msgstr ""
+
msgid "Import projects from Bitbucket"
msgstr ""
@@ -15857,9 +16558,15 @@ msgstr ""
msgid "In case of pull mirroring, your user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
msgstr ""
+msgid "In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
msgid "In progress"
msgstr ""
+msgid "In this page you will find information about the settings that are used in your current instance."
+msgstr ""
+
msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
msgstr ""
@@ -15878,7 +16585,7 @@ msgstr ""
msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
msgstr ""
-msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgid "InProductMarketing|...and you can get a free trial of GitLab Ultimate"
msgstr ""
msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
@@ -15908,7 +16615,7 @@ msgstr ""
msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
msgstr ""
-msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Ultimate and enable these features in less than 5 minutes with no credit card required."
msgstr ""
msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
@@ -15953,7 +16660,7 @@ msgstr ""
msgid "InProductMarketing|Get started today"
msgstr ""
-msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgid "InProductMarketing|Get started today with a 30-day GitLab Ultimate trial, no credit card required."
msgstr ""
msgid "InProductMarketing|Get started with GitLab CI/CD"
@@ -15986,9 +16693,6 @@ msgstr ""
msgid "InProductMarketing|Go farther with GitLab"
msgstr ""
-msgid "InProductMarketing|Go for the gold!"
-msgstr ""
-
msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
msgstr ""
@@ -16010,6 +16714,9 @@ msgstr ""
msgid "InProductMarketing|How to build and test faster"
msgstr ""
+msgid "InProductMarketing|If you don't want to receive marketing emails directly from GitLab, %{marketing_preference_link}."
+msgstr ""
+
msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
msgstr ""
@@ -16073,7 +16780,7 @@ msgstr ""
msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
msgstr ""
-msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgid "InProductMarketing|Start a GitLab Ultimate trial today in less than one minute, no credit card required."
msgstr ""
msgid "InProductMarketing|Start a free trial of GitLab Ultimate – no CC required"
@@ -16088,7 +16795,10 @@ msgstr ""
msgid "InProductMarketing|Start by importing your projects"
msgstr ""
-msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgid "InProductMarketing|Start with a GitLab Ultimate free trial"
+msgstr ""
+
+msgid "InProductMarketing|Start your trial now!"
msgstr ""
msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
@@ -16115,16 +16825,22 @@ msgstr ""
msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
msgstr ""
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series. To disable notification emails sent by your local GitLab instance, either contact your administrator or %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
msgstr ""
msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
msgstr ""
+msgid "InProductMarketing|To opt out of these onboarding emails, %{unsubscribe_link}."
+msgstr ""
+
msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
msgstr ""
-msgid "InProductMarketing|Try GitLab Gold for free"
+msgid "InProductMarketing|Try GitLab Ultimate for free"
msgstr ""
msgid "InProductMarketing|Try it out"
@@ -16145,7 +16861,7 @@ msgstr ""
msgid "InProductMarketing|Use GitLab CI/CD"
msgstr ""
-msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Ultimate and your teams will be on it from day one."
msgstr ""
msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
@@ -16199,6 +16915,9 @@ msgstr ""
msgid "InProductMarketing|unsubscribe"
msgstr ""
+msgid "InProductMarketing|update your preferences"
+msgstr ""
+
msgid "InProductMarketing|using a CI/CD template"
msgstr ""
@@ -16307,6 +17026,9 @@ msgstr ""
msgid "IncidentSettings|Incidents"
msgstr ""
+msgid "IncidentSettings|Introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer starts automatically when the incident is created, and sets a time limit for resolving the incident. When activated, the time to SLA countdown appears on all new incidents."
+msgstr ""
+
msgid "IncidentSettings|PagerDuty integration"
msgstr ""
@@ -16316,19 +17038,16 @@ msgstr ""
msgid "IncidentSettings|Time limit"
msgstr ""
-msgid "IncidentSettings|Time limit must be a multiple of 15 minutes"
+msgid "IncidentSettings|Time limit must be a multiple of 15 minutes."
msgstr ""
-msgid "IncidentSettings|Time limit must be a valid number"
+msgid "IncidentSettings|Time limit must be a valid number."
msgstr ""
-msgid "IncidentSettings|Time limit must be greater than 0"
+msgid "IncidentSettings|Time limit must be greater than 0."
msgstr ""
-msgid "IncidentSettings|When activated, this will apply to all new incidents within the project"
-msgstr ""
-
-msgid "IncidentSettings|You may choose to introduce a countdown timer in incident issues to better track Service Level Agreements (SLAs). The timer is automatically started when the incident is created, and sets a time limit for the incident to be resolved in. When activated, \"time to SLA\" countdown will appear on all new incidents."
+msgid "IncidentSettings|When activated, this applies to all new incidents in the project."
msgstr ""
msgid "IncidentSettings|hours"
@@ -16424,9 +17143,15 @@ msgstr ""
msgid "Incomplete"
msgstr ""
+msgid "Increase"
+msgstr ""
+
msgid "Indent"
msgstr ""
+msgid "Index"
+msgstr ""
+
msgid "Index all projects"
msgstr ""
@@ -16445,6 +17170,21 @@ msgstr ""
msgid "Infrastructure Registry"
msgstr ""
+msgid "InfrastructureRegistry|Infrastructure Registry"
+msgstr ""
+
+msgid "InfrastructureRegistry|Publish and share your modules. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform"
+msgstr ""
+
+msgid "InfrastructureRegistry|Terraform modules are the main way to package and reuse resource configurations with Terraform. Learn more about how to %{noPackagesLinkStart}create Terraform modules%{noPackagesLinkEnd} in GitLab."
+msgstr ""
+
+msgid "InfrastructureRegistry|You have no Terraform modules in your project"
+msgstr ""
+
msgid "Inherited"
msgstr ""
@@ -16539,6 +17279,9 @@ msgstr ""
msgid "Instance overview"
msgstr ""
+msgid "Insufficient permissions"
+msgstr ""
+
msgid "Integration"
msgstr ""
@@ -16548,16 +17291,25 @@ msgstr ""
msgid "Integrations"
msgstr ""
+msgid "Integrations|%{integrationTitle}: active"
+msgstr ""
+
msgid "Integrations|%{integration} settings saved and active."
msgstr ""
msgid "Integrations|%{integration} settings saved, but not active."
msgstr ""
+msgid "Integrations|Active integrations"
+msgstr ""
+
+msgid "Integrations|Add an integration"
+msgstr ""
+
msgid "Integrations|Add namespace"
msgstr ""
-msgid "Integrations|Adding a namespace currently works only in browsers that allow cross‑site cookies. Please make sure to use %{firefox_link_start}Firefox%{firefox_link_end} or enable cross‑site cookies in your browser when adding a namespace."
+msgid "Integrations|Adding a namespace works only in browsers that allow cross‑site cookies. Use %{firefox_link_start}Firefox%{firefox_link_end}, or enable cross‑site cookies in your browser, when adding a namespace."
msgstr ""
msgid "Integrations|All details"
@@ -16566,6 +17318,9 @@ msgstr ""
msgid "Integrations|All projects inheriting these settings will also be reset."
msgstr ""
+msgid "Integrations|As a GitLab administrator, you can set default configuration parameters for a given integration that all projects can inherit and use. When you set these parameters, your changes update the integration for all projects that are not already using custom settings. Learn more about %{integrations_link_start}Project integration management%{link_end}."
+msgstr ""
+
msgid "Integrations|Browser limitations"
msgstr ""
@@ -16590,6 +17345,9 @@ msgstr ""
msgid "Integrations|Default settings are inherited from the instance level."
msgstr ""
+msgid "Integrations|Enable GitLab.com slash commands in a Slack workspace."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr ""
@@ -16599,6 +17357,9 @@ msgstr ""
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
+msgid "Integrations|Failed to unlink namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
msgstr ""
@@ -16617,7 +17378,7 @@ msgstr ""
msgid "Integrations|Namespace successfully linked"
msgstr ""
-msgid "Integrations|Namespaces are your GitLab groups and subgroups that will be linked to this Jira instance."
+msgid "Integrations|Namespaces are the GitLab groups and subgroups you link to this Jira instance."
msgstr ""
msgid "Integrations|No available namespaces."
@@ -16629,6 +17390,9 @@ msgstr ""
msgid "Integrations|Note: this integration only works with accounts on GitLab.com (SaaS)."
msgstr ""
+msgid "Integrations|Project integration management"
+msgstr ""
+
msgid "Integrations|Projects using custom settings will not be affected."
msgstr ""
@@ -16653,6 +17417,9 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Send notifications about project events to Unify Circuit."
+msgstr ""
+
msgid "Integrations|Sign in to add namespaces"
msgstr ""
@@ -16665,7 +17432,7 @@ msgstr ""
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
-msgid "Integrations|Update your projects on Packagist, the main Composer repository"
+msgid "Integrations|Update your Packagist projects."
msgstr ""
msgid "Integrations|Use custom settings"
@@ -16674,13 +17441,13 @@ msgstr ""
msgid "Integrations|Use default settings"
msgstr ""
-msgid "Integrations|Use the GitLab Slack application"
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) is created."
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."
+msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
msgstr ""
-msgid "Integrations|You can now close this window and return to the GitLab for Jira application."
+msgid "Integrations|You haven't activated any integrations yet."
msgstr ""
msgid "Integrations|You must have owner or maintainer permissions to link namespaces."
@@ -16689,6 +17456,9 @@ msgstr ""
msgid "Integrations|You should now see GitLab.com activity inside your Jira Cloud issues. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "Integrations|You've activated every integration 🎉"
+msgstr ""
+
msgid "Interactive mode"
msgstr ""
@@ -16773,9 +17543,6 @@ msgstr ""
msgid "Invalid login or password"
msgstr ""
-msgid "Invalid period"
-msgstr ""
-
msgid "Invalid pin code"
msgstr ""
@@ -17001,24 +17768,12 @@ msgstr ""
msgid "InviteMember|Invited users will be added with developer level permissions. %{linkStart}View the documentation%{linkEnd} to see how to change this later."
msgstr ""
-msgid "InviteMember|Oops, this feature isn't ready yet"
-msgstr ""
-
-msgid "InviteMember|See who can invite members for you"
-msgstr ""
-
msgid "InviteMember|Send invitations"
msgstr ""
msgid "InviteMember|Skip this for now"
msgstr ""
-msgid "InviteMember|Until then, ask an owner to invite new project members for you"
-msgstr ""
-
-msgid "InviteMember|We're working to allow everyone to invite new members, making it easier for teams to get started with GitLab"
-msgstr ""
-
msgid "InviteReminderEmail|%{inviter} is still waiting for you to join GitLab"
msgstr ""
@@ -17127,15 +17882,12 @@ msgstr ""
msgid "Issue label"
msgstr ""
-msgid "Issue or Merge Request ID is required"
+msgid "Issue or merge request ID is required"
msgstr ""
msgid "Issue published on status page."
msgstr ""
-msgid "Issue title"
-msgstr ""
-
msgid "Issue types"
msgstr ""
@@ -17208,19 +17960,37 @@ msgstr ""
msgid "IssueBoards|Switch board"
msgstr ""
-msgid "IssueTracker|Bugzilla issue tracker"
+msgid "IssueTracker|Custom issue tracker"
msgstr ""
-msgid "IssueTracker|Custom issue tracker"
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use Bugzilla as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use IBM Engineering Workflow Management as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use Redmine as the issue tracker. %{docs_link}"
msgstr ""
-msgid "IssueTracker|EWM work items tracker"
+msgid "IssueTracker|Use Redmine as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|Redmine issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker."
msgstr ""
-msgid "IssueTracker|YouTrack issue tracker"
+msgid "IssueTracker|Use YouTrack as this project's issue tracker. %{docs_link}"
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker as this project's issue tracker."
+msgstr ""
+
+msgid "IssueTracker|Use a custom issue tracker that is not in the integration list. %{docs_link}"
msgstr ""
msgid "Issues"
@@ -17229,7 +17999,7 @@ msgstr ""
msgid "Issues Rate Limits"
msgstr ""
-msgid "Issues and Merge Requests"
+msgid "Issues and merge requests"
msgstr ""
msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
@@ -17310,6 +18080,9 @@ msgstr ""
msgid "Iteration"
msgstr ""
+msgid "Iteration cadences"
+msgstr ""
+
msgid "Iteration changed to"
msgstr ""
@@ -17325,6 +18098,51 @@ msgstr ""
msgid "Iterations"
msgstr ""
+msgid "Iterations|Automated scheduling"
+msgstr ""
+
+msgid "Iterations|Cadence name"
+msgstr ""
+
+msgid "Iterations|Create cadence"
+msgstr ""
+
+msgid "Iterations|Duration"
+msgstr ""
+
+msgid "Iterations|Future iterations"
+msgstr ""
+
+msgid "Iterations|Iteration scheduling will be handled automatically"
+msgstr ""
+
+msgid "Iterations|New iteration cadence"
+msgstr ""
+
+msgid "Iterations|Number of future iterations you would like to have scheduled"
+msgstr ""
+
+msgid "Iterations|Select duration"
+msgstr ""
+
+msgid "Iterations|Select number"
+msgstr ""
+
+msgid "Iterations|Select start date"
+msgstr ""
+
+msgid "Iterations|Start date"
+msgstr ""
+
+msgid "Iterations|The duration for each iteration (in weeks)"
+msgstr ""
+
+msgid "Iterations|The start date of your first iteration"
+msgstr ""
+
+msgid "Iterations|Title"
+msgstr ""
+
msgid "Iteration|Dates cannot overlap with other existing Iterations within this group"
msgstr ""
@@ -17385,6 +18203,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
msgstr ""
+msgid "JiraService|%{jiraDocsLinkStart}Enable the Jira integration%{jiraDocsLinkEnd} to view your Jira issues in GitLab."
+msgstr ""
+
msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab."
msgstr ""
@@ -17397,6 +18218,9 @@ msgstr ""
msgid "JiraService|Automatically transitions Jira issues to the \"Done\" category. %{linkStart}Learn more%{linkEnd}"
msgstr ""
+msgid "JiraService|Base URL of the Jira instance."
+msgstr ""
+
msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
msgstr ""
@@ -17427,10 +18251,13 @@ msgstr ""
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|For example, AB"
+msgstr ""
+
msgid "JiraService|GitLab for Jira Configuration"
msgstr ""
-msgid "JiraService|If different from Web URL"
+msgid "JiraService|If different from Web URL."
msgstr ""
msgid "JiraService|Issue List"
@@ -17451,16 +18278,13 @@ 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 issue type"
msgstr ""
msgid "JiraService|Jira project key"
msgstr ""
-msgid "JiraService|Leave blank to use your current password or API token"
+msgid "JiraService|Leave blank to use your current password or API token."
msgstr ""
msgid "JiraService|Move to Done"
@@ -17493,16 +18317,28 @@ msgstr ""
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This is a Premium feature"
+msgstr ""
+
+msgid "JiraService|This is an Ultimate feature"
+msgstr ""
+
msgid "JiraService|This issue is synchronized with Jira"
msgstr ""
msgid "JiraService|Transition Jira issues to their final state:"
msgstr ""
-msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgid "JiraService|Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "JiraService|Use Jira as this project's issue tracker."
msgstr ""
-msgid "JiraService|Use a username for server version and an email for cloud version"
+msgid "JiraService|Use a password for server version and an API token for cloud version."
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version."
msgstr ""
msgid "JiraService|Use custom transitions"
@@ -17517,7 +18353,7 @@ 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."
+msgid "JiraService|Warning: All GitLab users that have access to this GitLab project are able to view all issues from the Jira project specified below."
msgstr ""
msgid "JiraService|Web URL"
@@ -17526,9 +18362,6 @@ 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 ""
@@ -17547,6 +18380,9 @@ msgstr ""
msgid "Job artifacts"
msgstr ""
+msgid "Job dependencies"
+msgstr ""
+
msgid "Job has been erased"
msgstr ""
@@ -17658,12 +18494,24 @@ msgstr ""
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
msgstr ""
+msgid "Job|allowed to fail"
+msgstr ""
+
+msgid "Job|delayed"
+msgstr ""
+
msgid "Job|for"
msgstr ""
msgid "Job|into"
msgstr ""
+msgid "Job|manual"
+msgstr ""
+
+msgid "Job|triggered"
+msgstr ""
+
msgid "Job|with"
msgstr ""
@@ -17673,6 +18521,12 @@ msgstr ""
msgid "Joined %{time_ago}"
msgstr ""
+msgid "Joined %{user_created_time}"
+msgstr ""
+
+msgid "Joined projects (%{projects_count})"
+msgstr ""
+
msgid "Jul"
msgstr "7月"
@@ -17694,6 +18548,9 @@ msgstr ""
msgid "K8s pod health"
msgstr ""
+msgid "KEY"
+msgstr ""
+
msgid "Keep artifacts from most recent successful jobs"
msgstr ""
@@ -17787,6 +18644,9 @@ msgstr ""
msgid "LDAP synchronizations"
msgstr ""
+msgid "LDAP uid:"
+msgstr ""
+
msgid "LFS"
msgstr "LFS"
@@ -17908,6 +18768,9 @@ msgstr ""
msgid "Last contact"
msgstr ""
+msgid "Last edit"
+msgstr ""
+
msgid "Last edited %{date}"
msgstr ""
@@ -17938,6 +18801,12 @@ msgstr ""
msgid "Last sign-in"
msgstr ""
+msgid "Last sign-in IP:"
+msgstr ""
+
+msgid "Last sign-in at:"
+msgstr ""
+
msgid "Last successful sync"
msgstr ""
@@ -17995,6 +18864,9 @@ msgstr ""
msgid "Lead Time"
msgstr ""
+msgid "Lead time"
+msgstr ""
+
msgid "Learn CI/CD syntax"
msgstr ""
@@ -18007,6 +18879,9 @@ msgstr ""
msgid "Learn GitLab|Trial only"
msgstr ""
+msgid "Learn More"
+msgstr ""
+
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
msgstr ""
@@ -18058,6 +18933,9 @@ msgstr ""
msgid "Learn more about group-level project templates"
msgstr ""
+msgid "Learn more about shards and replicas in the %{configuration_link_start}Advanced search configuration%{configuration_link_end} documentation. Changes won't take place until the index is %{recreated_link_start}recreated%{recreated_link_end}."
+msgstr ""
+
msgid "Learn more about signing commits"
msgstr ""
@@ -18085,12 +18963,18 @@ msgstr ""
msgid "LearnGitLab|Create a workflow for your new workspace, and learn how GitLab features work together:"
msgstr ""
+msgid "LearnGitLab|Create an issue"
+msgstr ""
+
msgid "LearnGitLab|Create or import a repository"
msgstr ""
msgid "LearnGitLab|Create or import your first repository into your new project."
msgstr ""
+msgid "LearnGitLab|Create/import issues (tickets) to collaborate on ideas and plan work."
+msgstr ""
+
msgid "LearnGitLab|Deploy"
msgstr ""
@@ -18121,10 +19005,7 @@ msgstr ""
msgid "LearnGitLab|Route code reviews to the right reviewers, every time."
msgstr ""
-msgid "LearnGitLab|Run a Security scan"
-msgstr ""
-
-msgid "LearnGitLab|Run a security scan"
+msgid "LearnGitLab|Run a Security scan using CI/CD"
msgstr ""
msgid "LearnGitLab|Save time by automating your integration and deployment tasks."
@@ -18160,6 +19041,9 @@ msgstr ""
msgid "LearnGitLab|Use your new GitLab workflow to deploy your application, monitor its health, and keep it secure:"
msgstr ""
+msgid "LearnGitlab|Trial only"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -18172,6 +19056,9 @@ msgstr ""
msgid "Leave edit mode? All unsaved changes will be lost."
msgstr ""
+msgid "Leave feedback"
+msgstr ""
+
msgid "Leave group"
msgstr ""
@@ -18394,6 +19281,9 @@ msgstr ""
msgid "Limit namespaces and projects that can be indexed"
msgstr ""
+msgid "Limit sign in from multiple ips"
+msgstr ""
+
msgid "Limit the number of concurrent operations this secondary node can run in the background."
msgstr ""
@@ -18410,6 +19300,12 @@ msgstr ""
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
+msgid "Link Sentry to GitLab to discover and view the errors your application generates."
+msgstr ""
+
+msgid "Link an external wiki from the project's sidebar. %{docs_link}"
+msgstr ""
+
msgid "Link copied"
msgstr ""
@@ -18437,6 +19333,9 @@ msgstr ""
msgid "LinkedIn"
msgstr ""
+msgid "LinkedIn:"
+msgstr ""
+
msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
msgstr ""
@@ -18524,6 +19423,9 @@ msgstr ""
msgid "Location"
msgstr ""
+msgid "Location:"
+msgstr ""
+
msgid "Lock"
msgstr "鎖定"
@@ -18566,12 +19468,18 @@ msgstr ""
msgid "Locks the discussion."
msgstr ""
+msgid "Log in"
+msgstr ""
+
msgid "Login with smartcard"
msgstr ""
msgid "Logo was successfully removed."
msgstr ""
+msgid "Logo will be removed. Are you sure?"
+msgstr ""
+
msgid "Logs"
msgstr ""
@@ -18668,6 +19576,9 @@ msgstr ""
msgid "Manage applications that you've authorized to use your account."
msgstr ""
+msgid "Manage git repositories with fine-grained access controls that keep your code secure."
+msgstr ""
+
msgid "Manage group labels"
msgstr ""
@@ -18680,7 +19591,7 @@ msgstr ""
msgid "Manage project labels"
msgstr ""
-msgid "Manage storage usage"
+msgid "Manage projects."
msgstr ""
msgid "Manage two-factor authentication"
@@ -18803,6 +19714,15 @@ msgstr ""
msgid "Match not found; try refining your search query."
msgstr ""
+msgid "Mattermost"
+msgstr ""
+
+msgid "Mattermost URL:"
+msgstr ""
+
+msgid "Mattermost notifications"
+msgstr ""
+
msgid "MattermostService|Add to Mattermost"
msgstr ""
@@ -18860,6 +19780,12 @@ msgstr ""
msgid "Max access level"
msgstr ""
+msgid "Max authenticated API requests per period per user"
+msgstr ""
+
+msgid "Max authenticated web requests per period per user"
+msgstr ""
+
msgid "Max file size is 200 KB."
msgstr ""
@@ -18869,6 +19795,12 @@ msgstr ""
msgid "Max role"
msgstr ""
+msgid "Max session time"
+msgstr ""
+
+msgid "Max unauthenticated requests per period per IP"
+msgstr ""
+
msgid "MaxBuilds"
msgstr ""
@@ -18923,6 +19855,15 @@ msgstr ""
msgid "Maximum file size indexed (KiB)"
msgstr ""
+msgid "Maximum file size is 1MB. Image size must be 32x32px. Allowed image formats are %{favicon_extension_whitelist}."
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 28px tall header logo"
+msgstr ""
+
+msgid "Maximum file size is 1MB. Pages are optimized for a 640x360 px logo."
+msgstr ""
+
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr ""
@@ -18953,6 +19894,9 @@ msgstr ""
msgid "Maximum number of projects."
msgstr ""
+msgid "Maximum number of unique IPs per user"
+msgstr ""
+
msgid "Maximum page reached"
msgstr ""
@@ -18974,9 +19918,15 @@ msgstr ""
msgid "Maximum size of individual attachments in comments."
msgstr ""
+msgid "Maximum size of pages (MB)"
+msgstr ""
+
msgid "Maximum time between updates that a mirror can have when scheduled to synchronize."
msgstr ""
+msgid "Maximum time for web terminal websocket connection (in seconds). 0 for unlimited."
+msgstr ""
+
msgid "May"
msgstr "5月"
@@ -18989,15 +19939,24 @@ msgstr ""
msgid "Median"
msgstr ""
+msgid "Medium Timeout Period"
+msgstr ""
+
msgid "Medium vulnerabilities present"
msgstr ""
msgid "Member lock"
msgstr ""
+msgid "Member since"
+msgstr ""
+
msgid "Member since %{date}"
msgstr ""
+msgid "Member since:"
+msgstr ""
+
msgid "MemberInviteEmail|%{member_name} invited you to join GitLab"
msgstr ""
@@ -19052,10 +20011,10 @@ msgstr ""
msgid "Members|Are you sure you want to remove \"%{groupName}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\""
+msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"?"
msgstr ""
-msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\""
+msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"?"
msgstr ""
msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\""
@@ -19151,9 +20110,6 @@ msgstr ""
msgid "Merge Request Analytics"
msgstr ""
-msgid "Merge Request Commits"
-msgstr ""
-
msgid "Merge Requests"
msgstr ""
@@ -19202,12 +20158,18 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request analytics"
+msgstr ""
+
msgid "Merge request approval settings have been updated."
msgstr ""
msgid "Merge request approvals"
msgstr ""
+msgid "Merge request commits"
+msgstr ""
+
msgid "Merge request dependencies"
msgstr ""
@@ -19388,6 +20350,9 @@ msgstr ""
msgid "Method"
msgstr ""
+msgid "Method Call Threshold (ms)"
+msgstr ""
+
msgid "Metric was successfully added."
msgstr ""
@@ -19924,9 +20889,6 @@ msgstr ""
msgid "Minimum interval in days"
msgstr ""
-msgid "Minimum password length (number of characters)"
-msgstr ""
-
msgid "Minutes"
msgstr ""
@@ -20032,9 +20994,6 @@ msgstr ""
msgid "More Information"
msgstr ""
-msgid "More Information."
-msgstr ""
-
msgid "More Slack commands"
msgstr ""
@@ -20213,16 +21172,15 @@ msgstr ""
msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
msgstr ""
-msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} project. To unlock it, please purchase additional storage"
-msgid_plural "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{locked_project_count} projects. To unlock them, please purchase additional storage"
-msgstr[0] ""
-
-msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To learn more about reducing storage capacity please visit our docs."
+msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on one or more projects."
msgstr ""
msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines."
msgstr ""
+msgid "NamespaceStorageSize|push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines. To learn more about reducing storage capacity please visit our docs."
+msgstr ""
+
msgid "Namespaces"
msgstr ""
@@ -20238,6 +21196,9 @@ msgstr ""
msgid "Navigate to the project to close the milestone."
msgstr ""
+msgid "Navigation bar"
+msgstr ""
+
msgid "Nav|Help"
msgstr ""
@@ -20632,6 +21593,9 @@ msgstr ""
msgid "New iteration"
msgstr ""
+msgid "New iteration cadence"
+msgstr ""
+
msgid "New iteration created"
msgstr ""
@@ -20656,6 +21620,18 @@ msgstr ""
msgid "New project"
msgstr ""
+msgid "New project page"
+msgstr ""
+
+msgid "New project pages"
+msgstr ""
+
+msgid "New project/repository"
+msgstr ""
+
+msgid "New public deploy key"
+msgstr ""
+
msgid "New release"
msgstr ""
@@ -20665,9 +21641,6 @@ msgstr ""
msgid "New response for issue #%{issue_iid}:"
msgstr ""
-msgid "New runner. Has not connected yet"
-msgstr ""
-
msgid "New runners registration token has been generated!"
msgstr ""
@@ -20929,6 +21902,12 @@ msgstr ""
msgid "No prioritized labels with such name or description"
msgstr ""
+msgid "No profiles found"
+msgstr ""
+
+msgid "No projects found"
+msgstr ""
+
msgid "No public groups"
msgstr ""
@@ -21263,10 +22242,7 @@ msgstr ""
msgid "Number of %{itemTitle}"
msgstr ""
-msgid "Number of Elasticsearch replicas"
-msgstr ""
-
-msgid "Number of Elasticsearch shards"
+msgid "Number of Elasticsearch shards and replicas (per index)"
msgstr ""
msgid "Number of Git pushes after which 'git gc' is run."
@@ -21305,6 +22281,12 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
+msgid "Number of replicas"
+msgstr ""
+
+msgid "Number of shards"
+msgstr ""
+
msgid "OK"
msgstr "確定"
@@ -21365,6 +22347,9 @@ msgstr ""
msgid "OnCallSchedules|Add a schedule"
msgstr ""
+msgid "OnCallSchedules|Add an additional schedule to your project"
+msgstr ""
+
msgid "OnCallSchedules|Add rotation"
msgstr ""
@@ -21377,6 +22362,9 @@ msgstr ""
msgid "OnCallSchedules|Are you sure you want to delete the \"%{deleteSchedule}\" schedule? This action cannot be undone."
msgstr ""
+msgid "OnCallSchedules|Collapse schedule"
+msgstr ""
+
msgid "OnCallSchedules|Create on-call schedules in GitLab"
msgstr ""
@@ -21398,6 +22386,9 @@ msgstr ""
msgid "OnCallSchedules|Enable end date"
msgstr ""
+msgid "OnCallSchedules|Expand schedule"
+msgstr ""
+
msgid "OnCallSchedules|Failed to add rotation"
msgstr ""
@@ -21410,12 +22401,21 @@ msgstr ""
msgid "OnCallSchedules|For this rotation, on-call will be:"
msgstr ""
+msgid "OnCallSchedules|On-call schedule %{schedule} in Project %{project}"
+msgstr ""
+
msgid "OnCallSchedules|On-call schedules"
msgstr ""
msgid "OnCallSchedules|Please note, rotations with shifts that are less than four hours are currently not supported in the weekly view."
msgstr ""
+msgid "OnCallSchedules|Removing this user may put their on-call team at risk of missing a notification."
+msgstr ""
+
+msgid "OnCallSchedules|Removing yourself may put your on-call team at risk of missing a notification."
+msgstr ""
+
msgid "OnCallSchedules|Restrict to time intervals"
msgstr ""
@@ -21467,10 +22467,28 @@ msgstr ""
msgid "OnCallSchedules|The schedule could not be updated. Please try again."
msgstr ""
+msgid "OnCallSchedules|To create an escalation policy that defines which schedule is used when, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
+msgid "OnCallSchedules|To create an escalation policy using this schedule, visit the %{linkStart}escalation policy%{linkEnd} page."
+msgstr ""
+
msgid "OnCallSchedules|Try adding a rotation"
msgstr ""
-msgid "OnCallSchedules|Your schedule has been successfully created and all alerts from this project will now be routed to this schedule. Currently, only one schedule can be created per project. More coming soon! To add individual users to this schedule, use the add a rotation button."
+msgid "OnCallSchedules|User %{name} is currently part of:"
+msgstr ""
+
+msgid "OnCallSchedules|View next timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|View previous timeframe"
+msgstr ""
+
+msgid "OnCallSchedules|You are currently a part of:"
+msgstr ""
+
+msgid "OnCallSchedules|Your schedule has been successfully created. To add individual users to this schedule, use the add a rotation button."
msgstr ""
msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later."
@@ -21603,7 +22621,7 @@ msgstr ""
msgid "Only 1 appearances row can exist"
msgstr ""
-msgid "Only Issue ID or Merge Request ID is required"
+msgid "Only Issue ID or merge request ID is required"
msgstr ""
msgid "Only Project Members"
@@ -21747,9 +22765,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Order jobs by"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -21771,6 +22786,12 @@ msgstr ""
msgid "Other visibility settings have been disabled by the administrator."
msgstr ""
+msgid "Otherwise, click the link below to complete the process."
+msgstr ""
+
+msgid "Otherwise, click the link below to complete the process:"
+msgstr ""
+
msgid "Our documentation includes an example DevOps Score report."
msgstr ""
@@ -21816,6 +22837,9 @@ msgstr ""
msgid "Package Registry"
msgstr ""
+msgid "Package Registry Rate Limits"
+msgstr ""
+
msgid "Package already exists"
msgstr ""
@@ -22074,6 +23098,9 @@ msgstr ""
msgid "PackageRegistry|Show PyPi commands"
msgstr ""
+msgid "PackageRegistry|Show Yarn commands"
+msgstr ""
+
msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr ""
@@ -22116,15 +23143,9 @@ msgstr ""
msgid "PackageRegistry|npm"
msgstr ""
-msgid "PackageRegistry|npm command"
-msgstr ""
-
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn command"
-msgstr ""
-
msgid "Packages"
msgstr ""
@@ -22197,15 +23218,6 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
-msgid "Parameter `from` must be specified"
-msgstr ""
-
-msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
-msgstr ""
-
-msgid "Parameter `to` is before the `from` date"
-msgstr ""
-
msgid "Parent"
msgstr ""
@@ -22221,15 +23233,15 @@ msgstr ""
msgid "Part of merge request changes"
msgstr ""
-msgid "Partial token for reference only"
-msgstr ""
-
msgid "Participants"
msgstr ""
msgid "Pass job variables"
msgstr ""
+msgid "Pass the header %{codeOpen} X-Profile-Token: %{profile_token} %{codeClose} to profile the request"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -22242,7 +23254,10 @@ msgstr ""
msgid "Password (optional)"
msgstr ""
-msgid "Password Policy Guidelines"
+msgid "Password authentication enabled for Git over HTTP(S)"
+msgstr ""
+
+msgid "Password authentication enabled for web interface"
msgstr ""
msgid "Password authentication is unavailable."
@@ -22305,6 +23320,9 @@ msgstr ""
msgid "Pause replication"
msgstr ""
+msgid "Paused"
+msgstr ""
+
msgid "Paused runners don't accept new jobs"
msgstr ""
@@ -22314,6 +23332,9 @@ msgstr ""
msgid "Pending comments"
msgstr ""
+msgid "Pending sync…"
+msgstr ""
+
msgid "People without permission will never get a notification and won't be able to comment."
msgstr ""
@@ -22329,15 +23350,24 @@ msgstr ""
msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
msgstr ""
+msgid "Perform code reviews and enhance collaboration with merge requests."
+msgstr ""
+
msgid "Perform common operations on GitLab project"
msgstr ""
msgid "Performance optimization"
msgstr ""
+msgid "PerformanceBar|Backend"
+msgstr ""
+
msgid "PerformanceBar|Bullet notifications"
msgstr ""
+msgid "PerformanceBar|DOM Content Loaded"
+msgstr ""
+
msgid "PerformanceBar|Download"
msgstr ""
@@ -22347,6 +23377,9 @@ msgstr ""
msgid "PerformanceBar|External Http calls"
msgstr ""
+msgid "PerformanceBar|First Contentful Paint"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -22395,6 +23428,12 @@ msgstr ""
msgid "Personal project creation is not allowed. Please contact your administrator with questions"
msgstr ""
+msgid "Personal projects"
+msgstr ""
+
+msgid "Personal projects limit:"
+msgstr ""
+
msgid "Phabricator Server Import"
msgstr ""
@@ -22434,6 +23473,9 @@ msgstr ""
msgid "Pipeline ran in fork of project"
msgstr ""
+msgid "Pipeline status emails"
+msgstr ""
+
msgid "Pipeline subscriptions"
msgstr ""
@@ -22476,6 +23518,18 @@ msgstr ""
msgid "PipelineCharts|Total:"
msgstr ""
+msgid "PipelineEditor|The CI/CD configuration is continuously validated. Errors and warnings are displayed when the CI/CD configuration file is not empty."
+msgstr ""
+
+msgid "PipelineEditor|The merged YAML view is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|The pipeline visualization is displayed when the CI/CD configuration file has valid syntax."
+msgstr ""
+
+msgid "PipelineEditor|This tab will be usable when the CI/CD configuration file is populated with valid syntax."
+msgstr ""
+
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
msgstr ""
@@ -22521,9 +23575,6 @@ msgstr ""
msgid "Pipelines charts"
msgstr ""
-msgid "Pipelines emails"
-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 ""
@@ -22542,18 +23593,24 @@ msgstr ""
msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?"
msgstr ""
-msgid "Pipelines|CI Lint"
+msgid "Pipelines|CI lint"
+msgstr ""
+
+msgid "Pipelines|CI/CD template to test and deploy your %{name} project."
msgstr ""
msgid "Pipelines|Child pipeline"
msgstr ""
-msgid "Pipelines|Clear Runner Caches"
+msgid "Pipelines|Clear runner caches"
msgstr ""
msgid "Pipelines|Copy trigger token"
msgstr ""
+msgid "Pipelines|Could not load artifacts."
+msgstr ""
+
msgid "Pipelines|Could not load merged YAML content"
msgstr ""
@@ -22566,6 +23623,9 @@ msgstr ""
msgid "Pipelines|Editor"
msgstr ""
+msgid "Pipelines|Get familiar with GitLab CI/CD syntax by starting with a simple pipeline that runs a “Hello world†script."
+msgstr ""
+
msgid "Pipelines|Get started with CI/CD"
msgstr ""
@@ -22593,6 +23653,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Loading pipelines"
+msgstr ""
+
msgid "Pipelines|Merged YAML is view only"
msgstr ""
@@ -22614,9 +23677,6 @@ msgstr ""
msgid "Pipelines|Revoke"
msgstr ""
-msgid "Pipelines|Run Pipeline"
-msgstr ""
-
msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr ""
@@ -22662,6 +23722,21 @@ msgstr ""
msgid "Pipelines|Trigger user has insufficient permissions to project"
msgstr ""
+msgid "Pipelines|Use a CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a sample %{codeStart}.gitlab-ci.yml%{codeEnd} template file to explore how CI/CD works."
+msgstr ""
+
+msgid "Pipelines|Use a sample CI/CD template"
+msgstr ""
+
+msgid "Pipelines|Use a template based on your project's language or framework to get started with GitLab CI/CD."
+msgstr ""
+
+msgid "Pipelines|Use template"
+msgstr ""
+
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
@@ -22680,6 +23755,9 @@ msgstr ""
msgid "Pipelines|parent"
msgstr ""
+msgid "Pipelines|“Hello world†with GitLab CI/CD"
+msgstr ""
+
msgid "Pipeline|Actions"
msgstr ""
@@ -22716,9 +23794,6 @@ msgstr ""
msgid "Pipeline|Duration"
msgstr ""
-msgid "Pipeline|Existing branch name or tag"
-msgstr ""
-
msgid "Pipeline|Failed"
msgstr ""
@@ -22761,19 +23836,13 @@ 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|Run for branch name or tag"
msgstr ""
-msgid "Pipeline|Running"
+msgid "Pipeline|Run pipeline"
msgstr ""
-msgid "Pipeline|Search branches"
+msgid "Pipeline|Running"
msgstr ""
msgid "Pipeline|Skipped"
@@ -22782,9 +23851,6 @@ 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 ""
@@ -22842,13 +23908,13 @@ msgstr ""
msgid "Pipeline|with stages"
msgstr ""
-msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgid "PivotalTrackerService|Add commit messages as comments to PivotalTracker stories."
msgstr ""
-msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
msgstr ""
-msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgid "PivotalTrackerService|Pivotal Tracker API token."
msgstr ""
msgid "Plain diff"
@@ -22863,6 +23929,9 @@ msgstr ""
msgid "PlantUML"
msgstr ""
+msgid "PlantUML URL"
+msgstr ""
+
msgid "Play"
msgstr "執行"
@@ -22950,7 +24019,7 @@ msgstr ""
msgid "Please enter a valid number"
msgstr ""
-msgid "Please enter or upload a license."
+msgid "Please enter or upload a valid license."
msgstr ""
msgid "Please fill in a descriptive name for your group."
@@ -22989,6 +24058,9 @@ msgstr ""
msgid "Please provide attributes to update"
msgstr ""
+msgid "Please provide your username or email address."
+msgstr ""
+
msgid "Please reach out if you have any questions and we'll be happy to assist."
msgstr ""
@@ -23079,6 +24151,9 @@ msgstr ""
msgid "Popularity"
msgstr ""
+msgid "Port"
+msgstr ""
+
msgid "Postman collection"
msgstr ""
@@ -23211,6 +24286,9 @@ msgstr ""
msgid "Prevent adding new members to project membership within this group"
msgstr ""
+msgid "Prevent approval of merge requests by merge request committers."
+msgstr ""
+
msgid "Prevent environment from auto-stopping"
msgstr ""
@@ -23262,6 +24340,9 @@ msgstr ""
msgid "Primary"
msgstr ""
+msgid "Primary Action"
+msgstr ""
+
msgid "Print codes"
msgstr ""
@@ -23370,6 +24451,12 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
+msgid "Profile image guideline"
+msgstr ""
+
+msgid "Profile page:"
+msgstr ""
+
msgid "ProfileSession|on"
msgstr ""
@@ -23484,6 +24571,12 @@ msgstr ""
msgid "Profiles|Enter your name, so people you know can recognize you"
msgstr ""
+msgid "Profiles|Expired key is not valid."
+msgstr ""
+
+msgid "Profiles|Expired:"
+msgstr ""
+
msgid "Profiles|Expires at"
msgstr ""
@@ -23499,7 +24592,7 @@ msgstr ""
msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
-msgid "Profiles|Give your individual key a title."
+msgid "Profiles|Give your individual key a title. This will be publicly visible."
msgstr ""
msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
@@ -23514,6 +24607,9 @@ msgstr ""
msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
msgstr ""
+msgid "Profiles|Invalid key."
+msgstr ""
+
msgid "Profiles|Invalid password"
msgstr ""
@@ -23523,6 +24619,15 @@ msgstr ""
msgid "Profiles|Key"
msgstr ""
+msgid "Profiles|Key can still be used after expiration."
+msgstr ""
+
+msgid "Profiles|Key usable beyond expiration date."
+msgstr ""
+
+msgid "Profiles|Key will be deleted on this date."
+msgstr ""
+
msgid "Profiles|Last used:"
msgstr ""
@@ -23568,6 +24673,9 @@ msgstr ""
msgid "Profiles|Public email"
msgstr ""
+msgid "Profiles|Publicly visible private SSH keys can compromise your system."
+msgstr ""
+
msgid "Profiles|Remove avatar"
msgstr ""
@@ -23592,9 +24700,6 @@ 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? It will be publicly visible."
-msgstr ""
-
msgid "Profiles|This email will be displayed on your public profile"
msgstr ""
@@ -23682,9 +24787,6 @@ 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 ""
@@ -23775,6 +24877,9 @@ msgstr ""
msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
+msgid "Project access token creation is disabled in this group. You can still use and manage existing tokens. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "Project already deleted"
msgstr ""
@@ -23940,82 +25045,97 @@ msgstr ""
msgid "ProjectSelect|Search for project"
msgstr ""
-msgid "ProjectService|%{service_title}: status off"
+msgid "ProjectService|Drone server URL"
msgstr ""
-msgid "ProjectService|%{service_title}: status on"
+msgid "ProjectService|Enter new API key"
msgstr ""
-msgid "ProjectService|Drone URL"
+msgid "ProjectService|Enter new password"
msgstr ""
-msgid "ProjectService|Enter new API key"
+msgid "ProjectService|Enter new password."
msgstr ""
-msgid "ProjectService|Enter new password"
+msgid "ProjectService|Issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a commit is created or updated."
+msgid "ProjectService|Jenkins server URL"
msgstr ""
-msgid "ProjectService|Event triggered when a confidential issue is created, updated, or closed."
+msgid "ProjectService|Leave blank to use your current API key"
msgstr ""
-msgid "ProjectService|Event triggered when a deployment starts or finishes."
+msgid "ProjectService|Leave blank to use your current password"
msgstr ""
-msgid "ProjectService|Event triggered when a merge request is created, updated, or merged."
+msgid "ProjectService|Leave blank to use your current password."
msgstr ""
-msgid "ProjectService|Event triggered when a new tag is pushed to the repository."
+msgid "ProjectService|Mock service URL"
msgstr ""
-msgid "ProjectService|Event triggered when a new, unique alert is recorded."
+msgid "ProjectService|Must have permission to trigger a manual build in TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when a pipeline status changes."
+msgid "ProjectService|New issue URL"
msgstr ""
-msgid "ProjectService|Event triggered when a wiki page is created or updated."
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
msgstr ""
-msgid "ProjectService|Event triggered when an issue is created, updated, or closed."
+msgid "ProjectService|Run CI/CD pipelines with Drone."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment on a confidential issue."
+msgid "ProjectService|Run CI/CD pipelines with JetBrains TeamCity."
msgstr ""
-msgid "ProjectService|Event triggered when someone adds a comment."
+msgid "ProjectService|TeamCity server URL"
msgstr ""
-msgid "ProjectService|Event triggered when someone pushes to the repository."
+msgid "ProjectService|The build configuration ID of the TeamCity project."
msgstr ""
-msgid "ProjectService|Issue URL"
+msgid "ProjectService|To configure this integration, you should:"
msgstr ""
-msgid "ProjectService|Jenkins URL"
+msgid "ProjectService|Token for the Drone project."
msgstr ""
-msgid "ProjectService|Leave blank to use your current API key"
+msgid "ProjectService|Trigger event for new comments on confidential issues."
msgstr ""
-msgid "ProjectService|Leave blank to use your current password"
+msgid "ProjectService|Trigger event for new comments."
msgstr ""
-msgid "ProjectService|Mock service URL"
+msgid "ProjectService|Trigger event for new tags pushed to the repository."
msgstr ""
-msgid "ProjectService|New issue URL"
+msgid "ProjectService|Trigger event for pushes to the repository."
msgstr ""
-msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgid "ProjectService|Trigger event when a commit is created or updated."
msgstr ""
-msgid "ProjectService|TeamCity URL"
+msgid "ProjectService|Trigger event when a confidential issue is created, updated, or closed."
msgstr ""
-msgid "ProjectService|To configure this integration, you should:"
+msgid "ProjectService|Trigger event when a deployment starts or finishes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a merge request is created, updated, or merged."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a new, unique alert is recorded."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a pipeline status changes."
+msgstr ""
+
+msgid "ProjectService|Trigger event when a wiki page is created or updated."
+msgstr ""
+
+msgid "ProjectService|Trigger event when an issue is created, updated, or closed."
msgstr ""
msgid "ProjectSettings|%{link_start}What are description templates?%{link_end}"
@@ -24264,12 +25384,21 @@ msgstr ""
msgid "ProjectSettings|Supported variables:"
msgstr ""
+msgid "ProjectSettings|Target project"
+msgstr ""
+
msgid "ProjectSettings|The commit message used when applying merge request suggestions. %{link_start}Learn more about suggestions.%{link_end}"
msgstr ""
+msgid "ProjectSettings|The default target project for merge requests created in this fork project."
+msgstr ""
+
msgid "ProjectSettings|These checks must pass before merge requests can be merged."
msgstr ""
+msgid "ProjectSettings|This project"
+msgstr ""
+
msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
msgstr ""
@@ -24285,6 +25414,9 @@ msgstr ""
msgid "ProjectSettings|Transfer project"
msgstr ""
+msgid "ProjectSettings|Upstream project"
+msgstr ""
+
msgid "ProjectSettings|Used for every new merge request."
msgstr ""
@@ -24417,6 +25549,9 @@ msgstr ""
msgid "Projects are graded based on the highest severity vulnerability present"
msgstr ""
+msgid "Projects contributed to"
+msgstr ""
+
msgid "Projects shared with %{group_name}"
msgstr ""
@@ -24495,6 +25630,9 @@ msgstr ""
msgid "ProjectsNew|Create blank project"
msgstr ""
+msgid "ProjectsNew|Create blank project/repository"
+msgstr ""
+
msgid "ProjectsNew|Create from template"
msgstr ""
@@ -24513,6 +25651,9 @@ msgstr ""
msgid "ProjectsNew|Import project"
msgstr ""
+msgid "ProjectsNew|Import project/repository"
+msgstr ""
+
msgid "ProjectsNew|Initialize repository with a README"
msgstr ""
@@ -24774,7 +25915,7 @@ msgstr ""
msgid "Promotions|Not now, thanks!"
msgstr ""
-msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgid "Promotions|See the other features in the %{subscription_link_start}Premium plan%{subscription_link_end}"
msgstr ""
msgid "Promotions|Start GitLab Ultimate trial"
@@ -24960,9 +26101,15 @@ msgstr ""
msgid "Protocol"
msgstr ""
+msgid "Provide feedback"
+msgstr ""
+
msgid "Provider"
msgstr ""
+msgid "Provisioned by:"
+msgstr ""
+
msgid "Proxy support for this API is not available currently"
msgstr ""
@@ -25017,6 +26164,9 @@ msgstr ""
msgid "Purchase more storage"
msgstr ""
+msgid "PurchaseStep|An error occured in the purchase step. If the problem persists please contact support@gitlab.com."
+msgstr ""
+
msgid "Push"
msgstr ""
@@ -25110,6 +26260,9 @@ msgstr ""
msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
msgstr ""
+msgid "PushoverService|Get real-time notifications on your device."
+msgstr ""
+
msgid "PushoverService|High Priority"
msgstr ""
@@ -25125,9 +26278,6 @@ 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 ""
@@ -25158,6 +26308,9 @@ msgstr ""
msgid "Quick actions can be used in the issues description and comment boxes."
msgstr ""
+msgid "Quick help"
+msgstr ""
+
msgid "Quick range"
msgstr ""
@@ -25191,15 +26344,27 @@ msgstr ""
msgid "Re-verification interval"
msgstr ""
+msgid "Reactivate this user"
+msgstr ""
+
+msgid "Read documentation"
+msgstr ""
+
msgid "Read more"
msgstr ""
+msgid "Read more about GitLab at %{link_to_promo}."
+msgstr ""
+
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
msgstr ""
msgid "Read more about related issues"
msgstr ""
+msgid "Ready to get started with GitLab? Follow these steps to set up your workspace, plan and commit changes, and deploy your project."
+msgstr ""
+
msgid "Real-time features"
msgstr ""
@@ -25218,6 +26383,9 @@ msgstr ""
msgid "Rebase source branch on the target branch."
msgstr ""
+msgid "Recaptcha verified?"
+msgstr ""
+
msgid "Receive alerts from manually configured Prometheus servers."
msgstr ""
@@ -25230,7 +26398,7 @@ msgstr ""
msgid "Recent"
msgstr ""
-msgid "Recent Activity"
+msgid "Recent Deliveries"
msgstr ""
msgid "Recent Project Activity"
@@ -25245,6 +26413,9 @@ msgstr ""
msgid "Recent searches"
msgstr ""
+msgid "Recently used"
+msgstr ""
+
msgid "Reconfigure"
msgstr ""
@@ -25439,18 +26610,21 @@ msgstr ""
msgid "Releases|New Release"
msgstr ""
-msgid "Release|Something went wrong while creating a new release"
+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"
+msgid "Release|Something went wrong while saving the release details."
msgstr ""
msgid "Remediations"
msgstr ""
+msgid "Remember me"
+msgstr ""
+
msgid "Remind later"
msgstr ""
@@ -25502,12 +26676,18 @@ msgstr ""
msgid "Remove child epic from an epic"
msgstr ""
+msgid "Remove deploy key"
+msgstr ""
+
msgid "Remove description history"
msgstr ""
msgid "Remove due date"
msgstr ""
+msgid "Remove favicon"
+msgstr ""
+
msgid "Remove file"
msgstr ""
@@ -25523,6 +26703,9 @@ msgstr ""
msgid "Remove group"
msgstr ""
+msgid "Remove header logo"
+msgstr ""
+
msgid "Remove iteration"
msgstr ""
@@ -25535,6 +26718,12 @@ msgstr ""
msgid "Remove list"
msgstr ""
+msgid "Remove log"
+msgstr ""
+
+msgid "Remove logo"
+msgstr ""
+
msgid "Remove member"
msgstr ""
@@ -25562,6 +26751,9 @@ msgstr ""
msgid "Remove runner"
msgstr ""
+msgid "Remove secondary email"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -25583,6 +26775,9 @@ msgstr ""
msgid "Remove user from group"
msgstr ""
+msgid "Remove user from project"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -26019,6 +27214,9 @@ msgstr ""
msgid "Request Access"
msgstr ""
+msgid "Request a new one"
+msgstr ""
+
msgid "Request details"
msgstr ""
@@ -26031,6 +27229,9 @@ msgstr ""
msgid "Request review from"
msgstr ""
+msgid "Request time"
+msgstr ""
+
msgid "Request to link SAML account must be authorized"
msgstr ""
@@ -26061,7 +27262,7 @@ msgstr ""
msgid "Require additional authentication for administrative tasks"
msgstr ""
-msgid "Require admin approval for new sign-ups"
+msgid "Require all users in this group to setup Two-factor authentication"
msgstr ""
msgid "Require all users in this group to setup two-factor authentication"
@@ -26070,6 +27271,9 @@ msgstr ""
msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
msgstr ""
+msgid "Require all users to set up two-factor authentication"
+msgstr ""
+
msgid "Require new approvals when new commits are added to an MR."
msgstr ""
@@ -26120,6 +27324,9 @@ msgstr[0] ""
msgid "Requires values to meet regular expression requirements."
msgstr ""
+msgid "Resend"
+msgstr ""
+
msgid "Resend Request"
msgstr ""
@@ -26132,6 +27339,9 @@ msgstr ""
msgid "Resend it"
msgstr ""
+msgid "Resend unlock instructions"
+msgstr ""
+
msgid "Reset"
msgstr ""
@@ -26150,6 +27360,12 @@ msgstr ""
msgid "Reset key"
msgstr ""
+msgid "Reset link will be generated and sent to the user. %{break} User will be forced to set the password on first sign in."
+msgstr ""
+
+msgid "Reset password"
+msgstr ""
+
msgid "Reset registration token"
msgstr ""
@@ -26252,9 +27468,6 @@ msgstr ""
msgid "Restricted shift times are not available for hourly shifts"
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 ""
@@ -26404,6 +27617,12 @@ msgstr ""
msgid "Run CI/CD pipelines for external repositories"
msgstr ""
+msgid "Run CI/CD pipelines with Jenkins when you push to a repository, or when a merge request is created, updated, or merged. %{docs_link}"
+msgstr ""
+
+msgid "Run CI/CD pipelines with Jenkins."
+msgstr ""
+
msgid "Run housekeeping"
msgstr ""
@@ -26419,12 +27638,6 @@ msgstr ""
msgid "Runner API"
msgstr ""
-msgid "Runner is %{status}, last contact was %{runner_contact} ago"
-msgstr ""
-
-msgid "Runner token"
-msgstr ""
-
msgid "Runner tokens"
msgstr ""
@@ -26464,25 +27677,25 @@ msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
-msgid "Runners|Copy instructions"
+msgid "Runners|Command to register runner"
msgstr ""
-msgid "Runners|Description"
+msgid "Runners|Copy instructions"
msgstr ""
-msgid "Runners|Download Latest Binary"
+msgid "Runners|Description"
msgstr ""
-msgid "Runners|Download and Install Binary"
+msgid "Runners|Download and install binary"
msgstr ""
-msgid "Runners|Group"
+msgid "Runners|Download latest binary"
msgstr ""
msgid "Runners|IP Address"
msgstr ""
-msgid "Runners|Install a Runner"
+msgid "Runners|Install a runner"
msgstr ""
msgid "Runners|Last contact"
@@ -26497,6 +27710,9 @@ msgstr ""
msgid "Runners|Name"
msgstr ""
+msgid "Runners|New runner, has not connected yet"
+msgstr ""
+
msgid "Runners|Platform"
msgstr ""
@@ -26506,33 +27722,51 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
-msgid "Runners|Register Runner"
+msgid "Runners|Revision"
msgstr ""
-msgid "Runners|Revision"
+msgid "Runners|Runner"
msgstr ""
msgid "Runners|Runner #%{runner_id}"
msgstr ""
-msgid "Runners|Shared"
+msgid "Runners|Runner is offline, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Show Runner installation instructions"
+msgid "Runners|Runner is online, last contact was %{runner_contact} ago"
msgstr ""
-msgid "Runners|Specific"
+msgid "Runners|Runner is paused, last contact was %{runner_contact} ago"
+msgstr ""
+
+msgid "Runners|Shared runners are available to every project in a GitLab instance. If you want a runner to build only specific projects, restrict the project in the table below. After you restrict a runner to a project, you cannot change it back to a shared runner."
+msgstr ""
+
+msgid "Runners|Show Runner installation instructions"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|This runner is associated with specific projects."
+msgstr ""
+
+msgid "Runners|This runner is available to all groups and projects in your GitLab instance."
+msgstr ""
+
+msgid "Runners|This runner is available to all projects and subgroups in a group."
+msgstr ""
+
msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
msgstr ""
msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
msgstr ""
+msgid "Runners|Use Group runners when you want all projects in a group to have access to a set of runners."
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
@@ -26542,9 +27776,21 @@ msgstr ""
msgid "Runners|View installation instructions"
msgstr ""
+msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
+msgid "Runners|group"
+msgstr ""
+
+msgid "Runners|shared"
+msgstr ""
+
+msgid "Runners|specific"
+msgstr ""
+
msgid "Running"
msgstr ""
@@ -26602,6 +27848,9 @@ msgstr ""
msgid "SSH key"
msgstr ""
+msgid "SSH keys"
+msgstr ""
+
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr ""
@@ -26614,6 +27863,9 @@ msgstr ""
msgid "SSL verification"
msgstr ""
+msgid "SVG illustration"
+msgstr ""
+
msgid "Satisfied"
msgstr ""
@@ -26671,6 +27923,12 @@ msgstr ""
msgid "Scanner"
msgstr ""
+msgid "Scanner profile failed to delete"
+msgstr ""
+
+msgid "Scanner profile not found for given parameters"
+msgstr ""
+
msgid "Schedule a new pipeline"
msgstr ""
@@ -26958,6 +28216,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Secondary email:"
+msgstr ""
+
msgid "Seconds"
msgstr ""
@@ -27027,6 +28288,9 @@ msgstr ""
msgid "SecurityConfiguration|Configure via Merge Request"
msgstr ""
+msgid "SecurityConfiguration|Configure via merge request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -27084,7 +28348,7 @@ msgstr ""
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
msgstr ""
-msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to speficy security policies that are important to you and enforce them with every commit."
+msgid "SecurityOrchestration|A security policy project can be used enforce policies for a given project, group, or instance. It allows you to specify security policies that are important to you and enforce them with every commit."
msgstr ""
msgid "SecurityOrchestration|Create a policy"
@@ -27111,6 +28375,9 @@ msgstr ""
msgid "SecurityReports|Although it's rare to have no vulnerabilities, it can happen. Check your settings to make sure you've set up your dashboard correctly."
msgstr ""
+msgid "SecurityReports|At GitLab, we're all about iteration and feedback. That's why we are reaching out to customers like you to help guide what we work on this year for Vulnerability Management. We have a lot of exciting ideas and ask that you assist us by taking a short survey %{boldStart}no longer than 10 minutes%{boldEnd} to evaluate a few of our potential features."
+msgstr ""
+
msgid "SecurityReports|Change status"
msgstr ""
@@ -27270,6 +28537,9 @@ msgstr ""
msgid "SecurityReports|Status"
msgstr ""
+msgid "SecurityReports|Take survey"
+msgstr ""
+
msgid "SecurityReports|There was an error adding the comment."
msgstr ""
@@ -27315,6 +28585,9 @@ msgstr ""
msgid "SecurityReports|Upgrade to manage vulnerabilities"
msgstr ""
+msgid "SecurityReports|Vulnerability Management feature survey"
+msgstr ""
+
msgid "SecurityReports|Vulnerability Report"
msgstr ""
@@ -27330,12 +28603,15 @@ msgstr ""
msgid "SecurityReports|You must sign in as an authorized user to see this report"
msgstr ""
-msgid "See GitLab's %{password_policy_guidelines}"
+msgid "SecurityReports|Your feedback is important to us! We will ask again in a week."
msgstr ""
msgid "See metrics"
msgstr ""
+msgid "See our website for getting help"
+msgstr ""
+
msgid "See the affected projects in the GitLab admin panel"
msgstr ""
@@ -27582,6 +28858,15 @@ msgstr ""
msgid "Send message"
msgstr ""
+msgid "Send notifications about project events to Mattermost channels."
+msgstr ""
+
+msgid "Send notifications about project events to Mattermost channels. %{docs_link}"
+msgstr ""
+
+msgid "Send notifications about project events to a Discord channel. %{docs_link}"
+msgstr ""
+
msgid "Send report"
msgstr ""
@@ -27753,12 +29038,6 @@ 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 description template to be used for new issues. %{link_start}What are description templates?%{link_end}"
msgstr ""
@@ -27960,6 +29239,9 @@ msgstr ""
msgid "Sets weight to %{weight}."
msgstr ""
+msgid "Setting"
+msgstr ""
+
msgid "Setting this to 0 means using the system default timeout value."
msgstr ""
@@ -28071,6 +29353,9 @@ msgstr ""
msgid "Show complete raw log"
msgstr ""
+msgid "Show dependencies"
+msgstr ""
+
msgid "Show details"
msgstr ""
@@ -28196,6 +29481,9 @@ msgstr ""
msgid "Sign in / Register"
msgstr ""
+msgid "Sign in preview"
+msgstr ""
+
msgid "Sign in to \"%{group_name}\""
msgstr ""
@@ -28208,12 +29496,18 @@ msgstr ""
msgid "Sign in via 2FA code"
msgstr ""
+msgid "Sign in with"
+msgstr ""
+
msgid "Sign in with Single Sign-On"
msgstr ""
msgid "Sign in with smart card"
msgstr ""
+msgid "Sign in/Sign up pages"
+msgstr ""
+
msgid "Sign out"
msgstr ""
@@ -28226,6 +29520,12 @@ msgstr ""
msgid "Sign up was successful! Please confirm your email to sign in."
msgstr ""
+msgid "Sign-in count:"
+msgstr ""
+
+msgid "Sign-in page"
+msgstr ""
+
msgid "Sign-in restrictions"
msgstr ""
@@ -28274,6 +29574,12 @@ msgstr ""
msgid "Single or combined queries"
msgstr ""
+msgid "Site profile failed to delete"
+msgstr ""
+
+msgid "Site profile not found for given parameters"
+msgstr ""
+
msgid "Size"
msgstr ""
@@ -28295,28 +29601,16 @@ msgstr ""
msgid "Skipped deployment to"
msgstr ""
-msgid "Slack application"
+msgid "Skype:"
msgstr ""
-msgid "Slack channels (e.g. general, development)"
+msgid "Slack application"
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:"
+msgid "SlackIntegration|Sends notifications about project events to Slack channels."
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -28415,12 +29709,18 @@ msgstr ""
msgid "Someone edited this test case at the same time you did. The description has been updated and you will need to make your changes again."
msgstr ""
+msgid "Someone, hopefully you, has requested to reset the password for your GitLab account on %{link_to_gitlab}."
+msgstr ""
+
msgid "Something went wrong"
msgstr ""
msgid "Something went wrong on our end"
msgstr ""
+msgid "Something went wrong on our end while loading the code quality diff."
+msgstr ""
+
msgid "Something went wrong on our end."
msgstr ""
@@ -28493,6 +29793,9 @@ msgstr ""
msgid "Something went wrong while fetching description changes. Please try again."
msgstr ""
+msgid "Something went wrong while fetching details"
+msgstr ""
+
msgid "Something went wrong while fetching group member contributions"
msgstr ""
@@ -28556,6 +29859,9 @@ msgstr ""
msgid "Something went wrong while resolving this discussion. Please try again."
msgstr ""
+msgid "Something went wrong while setting %{issuableType} %{dateType} date."
+msgstr ""
+
msgid "Something went wrong while setting %{issuableType} confidentiality."
msgstr ""
@@ -28781,6 +30087,9 @@ msgstr ""
msgid "Source Branch"
msgstr ""
+msgid "Source IP"
+msgstr ""
+
msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}"
msgstr ""
@@ -28838,6 +30147,9 @@ msgstr ""
msgid "SourcegraphPreferences|Uses a custom %{linkStart}Sourcegraph instance%{linkEnd}."
msgstr ""
+msgid "Spam Check API Key"
+msgstr ""
+
msgid "Spam Logs"
msgstr ""
@@ -28997,6 +30309,9 @@ msgstr ""
msgid "Starting..."
msgstr ""
+msgid "Starts"
+msgstr ""
+
msgid "Starts %{startsIn}"
msgstr ""
@@ -29093,6 +30408,24 @@ msgstr ""
msgid "Status: %{title}"
msgstr ""
+msgid "StatusCheck|API to check"
+msgstr ""
+
+msgid "StatusCheck|Invoke an external API as part of the approvals"
+msgstr ""
+
+msgid "StatusCheck|Remove status check"
+msgstr ""
+
+msgid "StatusCheck|Remove status check?"
+msgstr ""
+
+msgid "StatusCheck|Status to check"
+msgstr ""
+
+msgid "StatusCheck|You are about to remove the %{name} status check."
+msgstr ""
+
msgid "StatusPage|AWS %{docsLink}"
msgstr ""
@@ -29219,6 +30552,9 @@ msgstr ""
msgid "Submit a review"
msgstr ""
+msgid "Submit as ham"
+msgstr ""
+
msgid "Submit as spam"
msgstr ""
@@ -29243,6 +30579,9 @@ msgstr ""
msgid "Submit your changes"
msgstr ""
+msgid "Submitted as ham"
+msgstr ""
+
msgid "Submitted the current review."
msgstr ""
@@ -29273,6 +30612,9 @@ msgstr ""
msgid "Subscription"
msgstr ""
+msgid "Subscription History"
+msgstr ""
+
msgid "Subscription deletion failed."
msgstr ""
@@ -29417,6 +30759,9 @@ msgstr ""
msgid "Successfully unlocked"
msgstr ""
+msgid "Successfully updated %{last_updated_timeago}."
+msgstr ""
+
msgid "Successfully verified domain ownership"
msgstr ""
@@ -29519,6 +30864,69 @@ msgstr ""
msgid "Sunday"
msgstr ""
+msgid "SuperSonics|Activated on"
+msgstr ""
+
+msgid "SuperSonics|Expires on"
+msgstr ""
+
+msgid "SuperSonics|ID"
+msgstr ""
+
+msgid "SuperSonics|Last Sync"
+msgstr ""
+
+msgid "SuperSonics|Licensed to"
+msgstr ""
+
+msgid "SuperSonics|Manage"
+msgstr ""
+
+msgid "SuperSonics|Plan"
+msgstr ""
+
+msgid "SuperSonics|Renews"
+msgstr ""
+
+msgid "SuperSonics|Seats"
+msgstr ""
+
+msgid "SuperSonics|Started"
+msgstr ""
+
+msgid "SuperSonics|Subscription details"
+msgstr ""
+
+msgid "SuperSonics|Sync subscription details"
+msgstr ""
+
+msgid "SuperSonics|The subscription details synced successfully."
+msgstr ""
+
+msgid "SuperSonics|There is a connectivity issue."
+msgstr ""
+
+msgid "SuperSonics|This field is required."
+msgstr ""
+
+msgid "SuperSonics|Type"
+msgstr ""
+
+msgid "SuperSonics|Valid From"
+msgstr ""
+
+msgid "SuperSonics|You can no longer sync your subscription details with GitLab. Get help for the most common connectivity issues by %{connectivityHelpLinkStart}troubleshooting the activation code%{connectivityHelpLinkEnd}."
+msgstr ""
+
+msgid "SuperSonics|You do not have an active subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription"
+msgstr ""
+
+msgid "SuperSonics|Your subscription was successfully activated. You can see the details below."
+msgstr ""
+
msgid "Support"
msgstr ""
@@ -29609,6 +31017,9 @@ msgstr ""
msgid "Table of Contents"
msgstr ""
+msgid "Table of contents"
+msgstr ""
+
msgid "Tag"
msgstr "標籤"
@@ -29702,9 +31113,6 @@ msgstr ""
msgid "TagsPage|Repository has no tags yet."
msgstr ""
-msgid "TagsPage|Sort by"
-msgstr ""
-
msgid "TagsPage|Tags"
msgstr ""
@@ -30003,19 +31411,34 @@ msgstr ""
msgid "TestReports|%{rate}%{sign} success rate"
msgstr ""
+msgid "TestReports|Attachment"
+msgstr ""
+
msgid "TestReports|Jobs"
msgstr ""
+msgid "TestReports|Learn how to upload pipeline test reports"
+msgstr ""
+
+msgid "TestReports|Learn more about pipeline test reports"
+msgstr ""
+
+msgid "TestReports|No test cases were found in the test report."
+msgstr ""
+
msgid "TestReports|Tests"
msgstr ""
msgid "TestReports|There are no test cases to display."
msgstr ""
+msgid "TestReports|There are no test reports for this pipeline"
+msgstr ""
+
msgid "TestReports|There are no test suites to show."
msgstr ""
-msgid "TestReports|There are no tests to show."
+msgid "TestReports|There are no tests to display"
msgstr ""
msgid "TestReports|There was an error fetching the summary."
@@ -30024,6 +31447,9 @@ msgstr ""
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
+msgid "TestReports|You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request."
+msgstr ""
+
msgid "Tests"
msgstr ""
@@ -30042,6 +31468,9 @@ msgstr ""
msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can."
msgstr ""
+msgid "Thanks for signing up to GitLab!"
+msgstr ""
+
msgid "Thanks for your purchase!"
msgstr ""
@@ -30067,6 +31496,9 @@ msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
+msgid "The API key used by GitLab for accessing the Spam Check service endpoint"
+msgstr ""
+
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 ""
@@ -30091,6 +31523,9 @@ msgstr ""
msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}"
msgstr ""
+msgid "The URL of the Jenkins server."
+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 ""
@@ -30121,6 +31556,9 @@ msgstr ""
msgid "The collection of events added to the data gathered for that stage."
msgstr ""
+msgid "The comment you are editing has been changed by another user. Would you like to keep your changes and overwrite the new description or discard your changes?"
+msgstr ""
+
msgid "The commit does not exist"
msgstr ""
@@ -30248,6 +31686,9 @@ msgstr ""
msgid "The group will be placed in 'pending removal' state"
msgstr ""
+msgid "The group_project_ids parameter is only allowed for a group"
+msgstr ""
+
msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -30302,6 +31743,9 @@ msgstr ""
msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
msgstr ""
+msgid "The maximum size of your Pages site is regulated by the artifacts maximum size which is part of %{link_to_gitlab_ci}."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -30314,6 +31758,9 @@ msgstr ""
msgid "The merge request can now be merged."
msgstr ""
+msgid "The merge request has made changes to this file that affect the number of code quality violations in it."
+msgstr ""
+
msgid "The metric must be one of %{metrics}."
msgstr ""
@@ -30323,6 +31770,9 @@ msgstr ""
msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
msgstr ""
+msgid "The name of the Jenkins project. Copy the name from the end of the URL to the project."
+msgstr ""
+
msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
@@ -30341,6 +31791,15 @@ msgstr ""
msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest."
msgstr ""
+msgid "The password for the Jenkins server."
+msgstr ""
+
+msgid "The password for your GitLab account on %{gitlab_url} has successfully been changed."
+msgstr ""
+
+msgid "The password for your GitLab account on %{link_to_gitlab} has successfully been changed."
+msgstr ""
+
msgid "The phase of the development lifecycle."
msgstr ""
@@ -30485,13 +31944,13 @@ 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."
+msgid "The username for the Jenkins server."
msgstr ""
-msgid "The value of the provided variable exceeds the %{count} character limit"
+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 visualization will appear in this tab when the CI/CD configuration file is populated with valid syntax."
+msgid "The value of the provided variable exceeds the %{count} character limit"
msgstr ""
msgid "The vulnerability is known, and has not been remediated or mitigated, but is considered to be an acceptable business risk."
@@ -30527,6 +31986,9 @@ msgstr ""
msgid "There are no SSH keys with access to your account."
msgstr ""
+msgid "There are no Spam Logs"
+msgstr ""
+
msgid "There are no abuse reports!"
msgstr ""
@@ -30602,6 +32064,9 @@ msgstr ""
msgid "There are running deployments on the environment. Please retry later."
msgstr ""
+msgid "There is a connectivity issue"
+msgstr ""
+
msgid "There is a halted Elasticsearch migration"
msgstr ""
@@ -30629,12 +32094,24 @@ msgstr ""
msgid "There was a problem communicating with your device."
msgstr ""
+msgid "There was a problem dismissing this notification."
+msgstr ""
+
msgid "There was a problem fetching branches."
msgstr ""
+msgid "There was a problem fetching emojis."
+msgstr ""
+
+msgid "There was a problem fetching epics."
+msgstr ""
+
msgid "There was a problem fetching groups."
msgstr ""
+msgid "There was a problem fetching iterations."
+msgstr ""
+
msgid "There was a problem fetching labels."
msgstr ""
@@ -30707,9 +32184,6 @@ msgstr ""
msgid "There was an error fetching the %{replicableType}"
msgstr ""
-msgid "There was an error fetching the Geo Nodes"
-msgstr ""
-
msgid "There was an error fetching the Geo Settings"
msgstr ""
@@ -30722,6 +32196,9 @@ msgstr ""
msgid "There was an error fetching the environments information."
msgstr ""
+msgid "There was an error fetching the jobs for your project."
+msgstr ""
+
msgid "There was an error fetching the top labels for the selected group"
msgstr ""
@@ -30806,9 +32283,6 @@ msgstr ""
msgid "There was an error when subscribing to this label."
msgstr ""
-msgid "There was an error when trying to sync your license. Please verify that your instance is using an active license key."
-msgstr ""
-
msgid "There was an error when unsubscribing from this label."
msgstr ""
@@ -30830,6 +32304,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These dates affect how your epics appear in the roadmap. Set a fixed date or one inherited from the milestones assigned to issues in this epic."
+msgstr ""
+
msgid "These examples show how to trigger this project's pipeline for a branch or tag."
msgstr ""
@@ -30896,6 +32373,9 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
+msgid "This account has been locked"
+msgstr ""
+
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr ""
@@ -31016,6 +32496,9 @@ msgstr ""
msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
+msgid "This feature is part of your GitLab Ultimate trial."
+msgstr ""
+
msgid "This feature requires local storage to be enabled"
msgstr ""
@@ -31061,9 +32544,6 @@ msgstr ""
msgid "This is a Jira user."
msgstr ""
-msgid "This is a Premium feature"
-msgstr ""
-
msgid "This is a confidential %{noteableTypeText}."
msgstr ""
@@ -31238,6 +32718,9 @@ msgstr ""
msgid "This only applies to repository indexing operations."
msgstr ""
+msgid "This option deletes the user and any contributions that would usually be moved to the %{link_to_ghost_user}. As well as the user's personal projects, groups owned solely by the user, and projects in them, will also be removed. Commits to other projects are unaffected."
+msgstr ""
+
msgid "This option is only available on GitLab.com"
msgstr ""
@@ -31274,6 +32757,9 @@ msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr ""
+msgid "This project is licensed under the %{strong_start}%{license_name}%{strong_end}."
+msgstr ""
+
msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}"
msgstr ""
@@ -31304,15 +32790,6 @@ msgstr ""
msgid "This repository was last checked %{last_check_timestamp}. The check passed."
msgstr ""
-msgid "This runner processes jobs for all projects in its group and subgroups."
-msgstr ""
-
-msgid "This runner processes jobs for all unassigned projects."
-msgstr ""
-
-msgid "This runner processes jobs for assigned projects only."
-msgstr ""
-
msgid "This runner will only run on pipelines triggered on protected branches"
msgstr ""
@@ -31322,6 +32799,9 @@ msgstr ""
msgid "This setting can be overridden in each project."
msgstr ""
+msgid "This setting requires a %{link_to_restart} to take effect."
+msgstr ""
+
msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
msgstr ""
@@ -31337,18 +32817,33 @@ msgstr ""
msgid "This user does not have a pending request"
msgstr ""
+msgid "This user has an unconfirmed email address %{email}. You may force a confirmation."
+msgstr ""
+
+msgid "This user has been temporarily locked due to excessive number of failed logins. You may manually unlock the account."
+msgstr ""
+
msgid "This user has no active %{type}."
msgstr ""
msgid "This user has no identities"
msgstr ""
+msgid "This user has no personal projects."
+msgstr ""
+
msgid "This user has previously committed to the %{name} project."
msgstr ""
msgid "This user has the %{access} role in the %{name} project."
msgstr ""
+msgid "This user is blocked"
+msgstr ""
+
+msgid "This user is currently an owner in these groups:"
+msgstr ""
+
msgid "This user is the author of this %{noteable}."
msgstr ""
@@ -31418,6 +32913,9 @@ msgstr ""
msgid "ThreatMonitoring|In review"
msgstr ""
+msgid "ThreatMonitoring|Incident"
+msgstr ""
+
msgid "ThreatMonitoring|Name"
msgstr ""
@@ -31562,6 +33060,9 @@ msgstr ""
msgid "Time until first merge request"
msgstr ""
+msgid "Time zone"
+msgstr ""
+
msgid "TimeTrackingEstimated|Est"
msgstr ""
@@ -31732,6 +33233,9 @@ msgstr ""
msgid "Tip:"
msgstr ""
+msgid "Tip: Hover over a job to see the jobs it depends on to run."
+msgstr ""
+
msgid "Tip: add a"
msgstr ""
@@ -31798,6 +33302,9 @@ msgstr ""
msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
+msgid "To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}."
+msgstr ""
+
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -31813,6 +33320,9 @@ msgstr ""
msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
msgstr ""
+msgid "To get started, use the link below to confirm your account."
+msgstr ""
+
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
msgstr ""
@@ -31828,7 +33338,7 @@ 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."
+msgid "To learn more about this project, read %{link_to_wiki}."
msgstr ""
msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
@@ -31840,7 +33350,10 @@ msgstr ""
msgid "To open Jaeger from GitLab to view tracing from the %{link} page, add a URL to your Jaeger server."
msgstr ""
-msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgid "To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
+msgstr ""
+
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you"
msgstr ""
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
@@ -31855,6 +33368,9 @@ 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 run CI/CD pipelines with JetBrains TeamCity, input the GitLab project details in the TeamCity project Version Control Settings."
+msgstr ""
+
msgid "To see all the user's personal access tokens you must impersonate them first."
msgstr ""
@@ -32008,9 +33524,6 @@ msgstr ""
msgid "Total cores (CPUs)"
msgstr ""
-msgid "Total days to completion"
-msgstr ""
-
msgid "Total issues"
msgstr ""
@@ -32222,12 +33735,6 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
-msgstr ""
-
-msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
-msgstr ""
-
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
@@ -32276,9 +33783,6 @@ 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 usage ping"
msgstr ""
@@ -32288,6 +33792,9 @@ msgstr ""
msgid "Twitter"
msgstr ""
+msgid "Twitter:"
+msgstr ""
+
msgid "Two-Factor Authentication"
msgstr ""
@@ -32300,6 +33807,9 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
+msgid "Two-factor Authentication:"
+msgstr ""
+
msgid "Two-factor authentication"
msgstr ""
@@ -32318,6 +33828,9 @@ msgstr ""
msgid "Two-factor authentication is not enabled for this user"
msgstr ""
+msgid "Two-factor grace period (hours)"
+msgstr ""
+
msgid "Type"
msgstr ""
@@ -32369,6 +33882,9 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user_name} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
msgid "USER %{user} WILL BE REMOVED! Are you sure?"
msgstr ""
@@ -32408,6 +33924,9 @@ msgstr ""
msgid "Unable to create link to vulnerability"
msgstr ""
+msgid "Unable to fetch branch list for this project."
+msgstr ""
+
msgid "Unable to fetch unscanned projects"
msgstr ""
@@ -32435,6 +33954,9 @@ msgstr ""
msgid "Unable to load the merge request widget. Try reloading the page."
msgstr ""
+msgid "Unable to save cadence. Please try again"
+msgstr ""
+
msgid "Unable to save iteration. Please try again"
msgstr ""
@@ -32474,6 +33996,12 @@ msgstr ""
msgid "Unassigned"
msgstr ""
+msgid "Unauthenticated API request rate limit"
+msgstr ""
+
+msgid "Unauthenticated rate limit period in seconds"
+msgstr ""
+
msgid "Unauthenticated request rate limit"
msgstr ""
@@ -32495,6 +34023,9 @@ msgstr ""
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
+msgid "Unhappy?"
+msgstr ""
+
msgid "Uninstall"
msgstr ""
@@ -32531,15 +34062,24 @@ msgstr ""
msgid "Unlimited"
msgstr ""
+msgid "Unlink"
+msgstr ""
+
msgid "Unlock"
msgstr ""
+msgid "Unlock account"
+msgstr ""
+
msgid "Unlock the discussion"
msgstr ""
msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
+msgid "Unlock user"
+msgstr ""
+
msgid "Unlocked"
msgstr ""
@@ -32651,15 +34191,27 @@ msgstr ""
msgid "Update %{sourcePath} file"
msgstr ""
+msgid "Update Now"
+msgstr ""
+
+msgid "Update Scheduled…"
+msgstr ""
+
msgid "Update all"
msgstr ""
+msgid "Update appearance settings"
+msgstr ""
+
msgid "Update approval rule"
msgstr ""
msgid "Update approvers"
msgstr ""
+msgid "Update broadcast message"
+msgstr ""
+
msgid "Update failed"
msgstr ""
@@ -32669,6 +34221,9 @@ msgstr ""
msgid "Update iteration"
msgstr ""
+msgid "Update milestone"
+msgstr ""
+
msgid "Update now"
msgstr ""
@@ -32723,6 +34278,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Updating…"
+msgstr ""
+
msgid "Upgrade offers available!"
msgstr ""
@@ -32738,9 +34296,6 @@ 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 merge requests."
msgstr ""
@@ -32969,13 +34524,13 @@ msgstr ""
msgid "UsageTrends|Issues"
msgstr ""
-msgid "UsageTrends|Issues & Merge Requests"
+msgid "UsageTrends|Issues & merge requests"
msgstr ""
msgid "UsageTrends|Items"
msgstr ""
-msgid "UsageTrends|Merge Requests"
+msgid "UsageTrends|Merge requests"
msgstr ""
msgid "UsageTrends|Month"
@@ -33068,9 +34623,21 @@ msgstr ""
msgid "Use one line per URI"
msgstr ""
+msgid "Use shortcuts"
+msgstr ""
+
msgid "Use template"
msgstr ""
+msgid "Use the link below to confirm your email address (%{email})"
+msgstr ""
+
+msgid "Use the link below to confirm your email address."
+msgstr ""
+
+msgid "Use the search bar on the top of this page"
+msgstr ""
+
msgid "Use this token to validate received payloads."
msgstr ""
@@ -33086,6 +34653,9 @@ msgstr ""
msgid "Used by members to sign in to your group in GitLab"
msgstr ""
+msgid "Used by more than 100,000 organizations, GitLab is the most popular solution to manage git repositories on-premises."
+msgstr ""
+
msgid "Used programming language"
msgstr ""
@@ -33362,6 +34932,9 @@ msgstr ""
msgid "Username or email"
msgstr ""
+msgid "Username:"
+msgstr ""
+
msgid "Username: %{username}"
msgstr ""
@@ -33464,12 +35037,24 @@ msgstr ""
msgid "ValueStreamAnalytics|&lt;1m"
msgstr ""
-msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgid "ValueStreamAnalytics|Average number of deployments to production per day."
msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStreamAnalytics|Median time from issue first merge request created to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Number of new issues created."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Total number of deploys to production."
+msgstr ""
+
+msgid "ValueStreamEvent|Stage time (median)"
+msgstr ""
+
msgid "ValueStreamEvent|Start"
msgstr ""
@@ -33524,6 +35109,9 @@ msgstr ""
msgid "Verify SAML Configuration"
msgstr ""
+msgid "Verify code"
+msgstr ""
+
msgid "Verify configuration"
msgstr ""
@@ -33613,6 +35201,9 @@ msgstr ""
msgid "View job"
msgstr ""
+msgid "View job dependencies in the pipeline graph!"
+msgstr ""
+
msgid "View job log"
msgstr ""
@@ -33661,19 +35252,16 @@ msgstr ""
msgid "View the documentation"
msgstr ""
-msgid "View the jobs grouped into stages"
-msgstr ""
-
msgid "View the latest successful deployment to this environment"
msgstr ""
msgid "View the performance dashboard at"
msgstr ""
-msgid "View users statistics"
+msgid "View usage details"
msgstr ""
-msgid "View what jobs are needed for a job to run"
+msgid "View users statistics"
msgstr ""
msgid "Viewed"
@@ -33967,6 +35555,9 @@ msgstr ""
msgid "Vulnerability|Unmodified Response"
msgstr ""
+msgid "WARNING:"
+msgstr ""
+
msgid "Wait for the file to load to copy its contents"
msgstr ""
@@ -34024,6 +35615,9 @@ msgstr ""
msgid "We don't have enough data to show this stage."
msgstr ""
+msgid "We encountered an error and our team has been notified. Please try again."
+msgstr ""
+
msgid "We have found the following errors:"
msgstr ""
@@ -34054,6 +35648,12 @@ msgstr ""
msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders."
msgstr ""
+msgid "We will redirect non-logged in users to this page"
+msgstr ""
+
+msgid "We will redirect users to this page after they sign out"
+msgstr ""
+
msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}."
msgstr ""
@@ -34105,6 +35705,15 @@ msgstr ""
msgid "WebIDE|You need permission to edit files directly in this project. Go to your fork to make changes and submit a merge request."
msgstr ""
+msgid "WebexTeamsService|Send notifications about project events to Webex Teams."
+msgstr ""
+
+msgid "WebexTeamsService|Send notifications about project events to a Webex Teams conversation. %{docs_link}"
+msgstr ""
+
+msgid "WebexTeamsService|Webex Teams"
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -34189,7 +35798,7 @@ msgstr ""
msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
@@ -34216,7 +35825,7 @@ msgstr ""
msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
+msgid "Webhooks|URL is triggered when an issue is created, updated, closed, or reopened"
msgstr ""
msgid "Webhooks|URL is triggered when someone adds a comment"
@@ -34240,6 +35849,9 @@ msgstr ""
msgid "Webhooks|Wiki page events"
msgstr ""
+msgid "Website:"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -34270,6 +35882,9 @@ msgstr ""
msgid "Welcome to the guided GitLab tour"
msgstr ""
+msgid "Welcome, %{name}!"
+msgstr ""
+
msgid "What are you searching for?"
msgstr ""
@@ -34291,6 +35906,15 @@ msgstr ""
msgid "What's new"
msgstr ""
+msgid "What's new is disabled and can no longer be viewed."
+msgstr ""
+
+msgid "What's new presents new features for your current subscription tier, while hiding new features not available to your subscription tier."
+msgstr ""
+
+msgid "What's new presents new features from all tiers to help you keep track of all new features."
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -34303,10 +35927,10 @@ msgstr ""
msgid "When a runner is locked, it cannot be assigned to other projects"
msgstr ""
-msgid "When enabled, any user visiting %{host} and creating an account will have to be explicitly approved by an admin before they can sign in. This setting is effective only if sign-ups are enabled."
+msgid "When an event in GitLab triggers a webhook, you can use the request details to figure out if something went wrong."
msgstr ""
-msgid "When enabled, any user visiting %{host} will be able to create an account."
+msgid "When disabled, an external authentication provider must be used."
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."
@@ -34463,6 +36087,9 @@ msgstr ""
msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{wikiLinkStart}the page%{wikiLinkEnd} and make sure your changes will not unintentionally remove theirs."
msgstr ""
+msgid "WikiPage|Cancel"
+msgstr ""
+
msgid "WikiPage|Commit message"
msgstr ""
@@ -34478,9 +36105,21 @@ msgstr ""
msgid "WikiPage|Format"
msgstr ""
+msgid "WikiPage|More Information."
+msgstr ""
+
msgid "WikiPage|Page title"
msgstr ""
+msgid "WikiPage|Save changes"
+msgstr ""
+
+msgid "WikiPage|Switch to old editor"
+msgstr ""
+
+msgid "WikiPage|Switching to the old editor will discard any changes you've made in the new editor."
+msgstr ""
+
msgid "WikiPage|Tip: You can move this page by adding the path to the beginning of the title."
msgstr ""
@@ -34496,9 +36135,15 @@ msgstr ""
msgid "WikiPage|Update %{pageTitle}"
msgstr ""
+msgid "WikiPage|Use new editor"
+msgstr ""
+
msgid "WikiPage|Write your content or drag files here…"
msgstr ""
+msgid "WikiPage|You are editing this page with Content Editor. This editor is in beta and may not display the page's contents properly."
+msgstr ""
+
msgid "Wikis"
msgstr ""
@@ -34583,6 +36228,9 @@ msgstr ""
msgid "Write milestone description..."
msgstr ""
+msgid "Write to \"authorized_keys\" file"
+msgstr ""
+
msgid "Write your release notes or drag your files here…"
msgstr ""
@@ -34691,7 +36339,7 @@ msgstr ""
msgid "You are receiving this message because you are a GitLab administrator for %{url}."
msgstr ""
-msgid "You are signed into GitLab as %{user_link}"
+msgid "You are signed in to GitLab as %{user_link}"
msgstr ""
msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico."
@@ -34718,6 +36366,9 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
+msgid "You can also use project access tokens with Git to authenticate over HTTP(S). %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "You can always edit this later"
msgstr ""
@@ -34754,13 +36405,13 @@ msgstr ""
msgid "You can easily contribute to them by requesting to join these groups."
msgstr ""
-msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgid "You can enable project access token creation in %{link_start}group settings%{link_end}."
msgstr ""
-msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
+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."
+msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}."
msgstr ""
msgid "You can get started by cloning the repository or start adding files to it with one of the following options."
@@ -34793,6 +36444,9 @@ msgstr ""
msgid "You can now export your security dashboard to a CSV report."
msgstr ""
+msgid "You can now group jobs in the pipeline graph based on which jobs are configured to run first, if you use the %{codeStart}needs:%{codeEnd} keyword to establish job dependencies in your CI/CD pipelines. %{linkStart}Learn how to speed up your pipeline with needs.%{linkEnd}"
+msgstr ""
+
msgid "You can now submit a merge request to get this change into the original branch."
msgstr ""
@@ -34853,9 +36507,6 @@ msgstr ""
msgid "You cannot impersonate an internal user"
msgstr ""
-msgid "You cannot make this a shared runner."
-msgstr ""
-
msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
msgstr ""
@@ -34880,9 +36531,6 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
-msgid "You do not have permission to access deployment frequencies"
-msgstr ""
-
msgid "You do not have permission to access dora metrics."
msgstr ""
@@ -34898,6 +36546,9 @@ msgstr ""
msgid "You do not have permissions to run the import."
msgstr ""
+msgid "You don't have access to delete this user."
+msgstr ""
+
msgid "You don't have any U2F devices registered yet."
msgstr ""
@@ -34925,6 +36576,9 @@ msgstr ""
msgid "You don't have any recent searches"
msgstr ""
+msgid "You don't have any webhooks deliveries"
+msgstr ""
+
msgid "You don't have sufficient permission to perform this action."
msgstr ""
@@ -34946,7 +36600,10 @@ 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}."
+msgid "You have been granted %{member_human_access} access to group %{name}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to project %{name}."
msgstr ""
msgid "You have been invited"
@@ -35042,6 +36699,9 @@ msgstr ""
msgid "You must solve the CAPTCHA in order to submit"
msgstr ""
+msgid "You must transfer ownership or delete these groups before you can delete this user."
+msgstr ""
+
msgid "You must upload a file with the same file name when dropping onto an existing design."
msgstr ""
@@ -35180,7 +36840,7 @@ msgstr ""
msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features."
msgstr ""
-msgid "Your CI configuration file is invalid."
+msgid "Your CI/CD configuration syntax is invalid. View Lint tab for more details."
msgstr ""
msgid "Your CSV export has started. It will be emailed to %{email} when complete."
@@ -35210,6 +36870,9 @@ msgstr ""
msgid "Your GitLab Ultimate 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 GitLab account has been locked due to an excessive amount of unsuccessful sign in attempts. Your account will automatically unlock in %{duration} or you may click the link below to unlock now."
+msgstr ""
+
msgid "Your GitLab account request has been approved!"
msgstr ""
@@ -35240,12 +36903,18 @@ msgstr ""
msgid "Your SSH key has expired"
msgstr ""
+msgid "Your SSH key is expiring soon."
+msgstr ""
+
msgid "Your SSH key was deleted"
msgstr ""
msgid "Your SSH keys (%{count})"
msgstr ""
+msgid "Your SSH keys with the following fingerprints are scheduled to expire soon:"
+msgstr ""
+
msgid "Your SSH keys with the following fingerprints has expired:"
msgstr ""
@@ -35258,9 +36927,6 @@ msgstr ""
msgid "Your U2F device was registered!"
msgstr ""
-msgid "Your Version"
-msgstr ""
-
msgid "Your WebAuthn device did not send a valid JSON response."
msgstr ""
@@ -35279,6 +36945,9 @@ msgstr ""
msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
msgstr ""
+msgid "Your action succeeded."
+msgstr ""
+
msgid "Your applications (%{size})"
msgstr ""
@@ -35369,9 +37038,6 @@ msgstr ""
msgid "Your license is valid from"
msgstr ""
-msgid "Your license was successfully synced."
-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 ""
@@ -35390,6 +37056,9 @@ msgstr ""
msgid "Your new SCIM token"
msgstr ""
+msgid "Your new comment"
+msgstr ""
+
msgid "Your new personal access token has been created."
msgstr ""
@@ -35568,6 +37237,9 @@ msgstr ""
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
+msgid "can only be changed by a group admin."
+msgstr ""
+
msgid "can't be enabled because signed commits are required for this project"
msgstr ""
@@ -35869,6 +37541,9 @@ msgstr ""
msgid "container_name cannot be larger than %{max_length} chars"
msgstr ""
+msgid "contribute to this project."
+msgstr ""
+
msgid "could not read private key, is the passphrase correct?"
msgstr ""
@@ -35887,6 +37562,9 @@ msgstr ""
msgid "created %{timeAgo}"
msgstr ""
+msgid "created by"
+msgstr ""
+
msgid "data"
msgstr ""
@@ -36030,6 +37708,9 @@ msgid "from %d job"
msgid_plural "from %d jobs"
msgstr[0] ""
+msgid "general, development"
+msgstr ""
+
msgid "group"
msgstr ""
@@ -36060,12 +37741,18 @@ msgstr ""
msgid "help"
msgstr ""
+msgid "here"
+msgstr ""
+
msgid "http:"
msgstr ""
msgid "http://www.example.com"
msgstr ""
+msgid "https://bamboo.example.com"
+msgstr ""
+
msgid "https://your-bitbucket-server"
msgstr ""
@@ -36380,19 +38067,16 @@ 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 %{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"
+msgid "mrWidget|If the last pipeline ran in the fork project, it may be inaccurate. Before merge, we advise running a pipeline in this project."
msgstr ""
-msgid "mrWidget|Learn more about resolving conflicts"
+msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
@@ -36419,6 +38103,24 @@ msgstr ""
msgid "mrWidget|Merged by"
msgstr ""
+msgid "mrWidget|Merging! Changes are being shipped…"
+msgstr ""
+
+msgid "mrWidget|Merging! Changes will land soon…"
+msgstr ""
+
+msgid "mrWidget|Merging! Drum roll, please…"
+msgstr ""
+
+msgid "mrWidget|Merging! Everything's good…"
+msgstr ""
+
+msgid "mrWidget|Merging! This is going to be great…"
+msgstr ""
+
+msgid "mrWidget|Merging! We're almost there…"
+msgstr ""
+
msgid "mrWidget|More information"
msgstr ""
@@ -36509,21 +38211,18 @@ 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|To merge, a Jira issue key must be mentioned in the title or description."
+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 ""
@@ -36578,6 +38277,9 @@ msgstr ""
msgid "my-awesome-group"
msgstr ""
+msgid "my-channel"
+msgstr ""
+
msgid "n/a"
msgstr "ä¸é©ç”¨"
@@ -36599,9 +38301,6 @@ msgstr ""
msgid "no approvers"
msgstr ""
-msgid "no contributions"
-msgstr ""
-
msgid "no expiration"
msgstr ""
@@ -36689,6 +38388,9 @@ msgid "point"
msgid_plural "points"
msgstr[0] ""
+msgid "previously merged commits"
+msgstr ""
+
msgid "private"
msgstr ""
@@ -36729,6 +38431,12 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "reCAPTCHA Private Key"
+msgstr ""
+
+msgid "reCAPTCHA Site Key"
+msgstr ""
+
msgid "recent activity"
msgstr ""
@@ -36747,6 +38455,9 @@ msgstr ""
msgid "remove due date"
msgstr ""
+msgid "remove start date"
+msgstr ""
+
msgid "remove weight"
msgstr ""
@@ -36763,13 +38474,16 @@ msgstr[0] ""
msgid "repository:"
msgstr ""
+msgid "required"
+msgstr ""
+
msgid "reset it."
msgstr ""
-msgid "revised"
+msgid "restart"
msgstr ""
-msgid "runners"
+msgid "revised"
msgstr ""
msgid "satisfied"
@@ -36808,6 +38522,9 @@ msgstr ""
msgid "severity|Unknown"
msgstr ""
+msgid "shared"
+msgstr ""
+
msgid "should be an array of %{object_name} objects"
msgstr ""
@@ -36880,6 +38597,9 @@ 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 "system ghost user"
+msgstr ""
+
msgid "tag name"
msgstr ""
@@ -36889,6 +38609,9 @@ msgstr ""
msgid "the following issue(s)"
msgstr ""
+msgid "the wiki"
+msgstr ""
+
msgid "this document"
msgstr ""
diff --git a/package.json b/package.json
index 59df66b9f4f..5d9a29d6c02 100644
--- a/package.json
+++ b/package.json
@@ -146,6 +146,7 @@
"pdfjs-dist": "^2.0.943",
"pikaday": "^1.8.0",
"popper.js": "^1.16.1",
+ "portal-vue": "^2.1.7",
"prismjs": "^1.21.0",
"prosemirror-markdown": "^1.5.1",
"prosemirror-model": "^1.13.3",
diff --git a/spec/controllers/oauth/authorizations_controller_spec.rb b/spec/controllers/oauth/authorizations_controller_spec.rb
index 21124299b25..5fc5cdfc9b9 100644
--- a/spec/controllers/oauth/authorizations_controller_spec.rb
+++ b/spec/controllers/oauth/authorizations_controller_spec.rb
@@ -73,39 +73,74 @@ RSpec.describe Oauth::AuthorizationsController do
include_examples 'OAuth Authorizations require confirmed user'
include_examples "Implicit grant can't be used in confidential application"
- context 'when the user is confirmed' do
- let(:confirmed_at) { 1.hour.ago }
+ context 'rendering of views based on the ownership of the application' do
+ shared_examples 'render views' do
+ render_views
- context 'without valid params' do
- it 'returns 200 code and renders error view' do
- get :new
+ it 'returns 200 and renders view with correct info', :aggregate_failures do
+ subject
expect(response).to have_gitlab_http_status(:ok)
- expect(response).to render_template('doorkeeper/authorizations/error')
+ expect(response.body).to include(application.owner.name)
+ expect(response).to render_template('doorkeeper/authorizations/new')
end
end
- context 'with valid params' do
- render_views
+ subject { get :new, params: params }
- it 'returns 200 code and renders view' do
- subject
+ context 'when auth app owner is a user' do
+ context 'with valid params' do
+ it_behaves_like 'render views'
+ end
+ end
- expect(response).to have_gitlab_http_status(:ok)
- expect(response).to render_template('doorkeeper/authorizations/new')
+ context 'when auth app owner is a group' do
+ let(:group) { create(:group) }
+
+ context 'when auth app owner is a root group' do
+ let(:application) { create(:oauth_application, owner_id: group.id, owner_type: 'Namespace') }
+
+ it_behaves_like 'render views'
+ end
+
+ context 'when auth app owner is a subgroup' do
+ let(:subgroup) { create(:group, parent: group) }
+ let(:application) { create(:oauth_application, owner_id: subgroup.id, owner_type: 'Namespace') }
+
+ it_behaves_like 'render views'
end
+ end
- it 'deletes session.user_return_to and redirects when skip authorization' do
- application.update!(trusted: true)
- request.session['user_return_to'] = 'http://example.com'
+ context 'when there is no owner associated' do
+ let(:application) { create(:oauth_application, owner_id: nil, owner_type: nil) }
+ it 'renders view' do
subject
- expect(request.session['user_return_to']).to be_nil
- expect(response).to have_gitlab_http_status(:found)
+ expect(response).to have_gitlab_http_status(:ok)
+ expect(response).to render_template('doorkeeper/authorizations/new')
end
end
end
+
+ context 'without valid params' do
+ it 'returns 200 code and renders error view' do
+ get :new
+
+ expect(response).to have_gitlab_http_status(:ok)
+ expect(response).to render_template('doorkeeper/authorizations/error')
+ end
+ end
+
+ it 'deletes session.user_return_to and redirects when skip authorization' do
+ application.update!(trusted: true)
+ request.session['user_return_to'] = 'http://example.com'
+
+ subject
+
+ expect(request.session['user_return_to']).to be_nil
+ expect(response).to have_gitlab_http_status(:found)
+ end
end
describe 'POST #create' do
diff --git a/spec/factories/projects.rb b/spec/factories/projects.rb
index 80392a2fece..f4f1e1bcbda 100644
--- a/spec/factories/projects.rb
+++ b/spec/factories/projects.rb
@@ -194,7 +194,7 @@ FactoryBot.define do
filename,
content,
message: "Automatically created file #{filename}",
- branch_name: project.default_branch_or_master
+ branch_name: project.default_branch || 'master'
)
end
end
diff --git a/spec/features/admin/admin_dev_ops_report_spec.rb b/spec/features/admin/admin_dev_ops_report_spec.rb
index a05fa0640d8..33f984af807 100644
--- a/spec/features/admin/admin_dev_ops_report_spec.rb
+++ b/spec/features/admin/admin_dev_ops_report_spec.rb
@@ -53,15 +53,13 @@ RSpec.describe 'DevOps Report page', :js do
end
context 'when there is data to display' do
- it 'shows numbers for each metric' do
+ it 'shows the DevOps Score app' do
stub_application_setting(usage_ping_enabled: true)
create(:dev_ops_report_metric)
visit admin_dev_ops_report_path
- expect(page).to have_content(
- 'Issues created per active user 1.2 You 9.3 Lead 13.3%'
- )
+ expect(page).to have_selector('[data-testid="devops-score-app"]')
end
end
end
diff --git a/spec/features/groups_spec.rb b/spec/features/groups_spec.rb
index 27b75d15d3b..a43946925bf 100644
--- a/spec/features/groups_spec.rb
+++ b/spec/features/groups_spec.rb
@@ -439,6 +439,35 @@ RSpec.describe 'Group' do
end
end
+ describe 'new_repo experiment' do
+ let_it_be(:group) { create_default(:group) }
+
+ it 'when in candidate renders "project/repository"' do
+ stub_experiments(new_repo: :candidate)
+
+ visit group_path(group)
+
+ find('li.header-new.dropdown').click
+
+ page.within('li.header-new.dropdown') do
+ expect(page).to have_selector('a', text: 'New project/repository')
+ end
+ end
+
+ it 'when in control renders "project/repository"' do
+ stub_experiments(new_repo: :control)
+
+ visit group_path(group)
+
+ find('li.header-new.dropdown').click
+
+ page.within('li.header-new.dropdown') do
+ expect(page).to have_selector('a', text: 'New project')
+ expect(page).to have_no_selector('a', text: 'New project/repository')
+ end
+ end
+ end
+
def remove_with_confirm(button_text, confirm_with)
click_button button_text
fill_in 'confirm_name_input', with: confirm_with
diff --git a/spec/features/issues/user_toggles_subscription_spec.rb b/spec/features/issues/user_toggles_subscription_spec.rb
index d91c187c840..35f4b415463 100644
--- a/spec/features/issues/user_toggles_subscription_spec.rb
+++ b/spec/features/issues/user_toggles_subscription_spec.rb
@@ -32,8 +32,8 @@ RSpec.describe "User toggles subscription", :js do
let(:project) { create(:project_empty_repo, :public, emails_disabled: true) }
it 'is disabled' do
- expect(page).to have_content('Notifications have been disabled by the project or group owner')
- expect(page).not_to have_selector('[data-testid="subscription-toggle"]')
+ expect(page).to have_content('Disabled by project owner')
+ expect(page).to have_button('Notifications', class: 'is-disabled')
end
end
end
diff --git a/spec/frontend/admin/analytics/devops_score/components/devops_score_spec.js b/spec/frontend/admin/analytics/devops_score/components/devops_score_spec.js
new file mode 100644
index 00000000000..09979694e07
--- /dev/null
+++ b/spec/frontend/admin/analytics/devops_score/components/devops_score_spec.js
@@ -0,0 +1,91 @@
+import { GlTable, GlBadge } from '@gitlab/ui';
+import { GlSingleStat } from '@gitlab/ui/dist/charts';
+import { mount } from '@vue/test-utils';
+import { extendedWrapper } from 'helpers/vue_test_utils_helper';
+import DevopsScore from '~/analytics/devops_report/components/devops_score.vue';
+import { createdAt, cards, averageScore, devopsScoreTableHeaders } from '../mock_data';
+
+describe('DevopsScore', () => {
+ let wrapper;
+
+ const createComponent = () => {
+ wrapper = extendedWrapper(
+ mount(DevopsScore, {
+ provide: {
+ devopsScoreMetrics: {
+ createdAt,
+ cards,
+ averageScore,
+ },
+ },
+ }),
+ );
+ };
+
+ const findTable = () => wrapper.find(GlTable);
+ const findCol = (testId) => findTable().find(`[data-testid="${testId}"]`);
+ const findUsageCol = () => findCol('usageCol');
+
+ beforeEach(() => {
+ createComponent();
+ });
+
+ it('displays the title note', () => {
+ expect(wrapper.findByTestId('devops-score-note-text').text()).toBe(
+ 'DevOps score metrics are based on usage over the last 30 days. Last updated: 2020-06-29 08:16.',
+ );
+ });
+
+ it('displays the single stat section', () => {
+ const component = wrapper.find(GlSingleStat);
+
+ expect(component.exists()).toBe(true);
+ expect(component.props('value')).toBe(averageScore.value);
+ });
+
+ describe('devops score table', () => {
+ it('displays the table', () => {
+ expect(findTable().exists()).toBe(true);
+ });
+
+ describe('table headings', () => {
+ let headers;
+
+ beforeEach(() => {
+ headers = findTable().findAll("[data-testid='header']");
+ });
+
+ it('displays the correct number of headings', () => {
+ expect(headers).toHaveLength(devopsScoreTableHeaders.length);
+ });
+
+ describe.each(devopsScoreTableHeaders)('header fields', ({ label, index }) => {
+ let headerWrapper;
+
+ beforeEach(() => {
+ headerWrapper = headers.at(index);
+ });
+
+ it(`displays the correct table heading text for "${label}"`, () => {
+ expect(headerWrapper.text()).toContain(label);
+ });
+ });
+ });
+
+ describe('table columns', () => {
+ describe('Your usage', () => {
+ it('displays the corrrect value', () => {
+ expect(findUsageCol().text()).toContain('3.2');
+ });
+
+ it('displays the corrrect badge', () => {
+ const badge = findUsageCol().find(GlBadge);
+
+ expect(badge.exists()).toBe(true);
+ expect(badge.props('variant')).toBe('muted');
+ expect(badge.text()).toBe('Low');
+ });
+ });
+ });
+ });
+});
diff --git a/spec/frontend/admin/analytics/devops_score/mock_data.js b/spec/frontend/admin/analytics/devops_score/mock_data.js
new file mode 100644
index 00000000000..358568c6e39
--- /dev/null
+++ b/spec/frontend/admin/analytics/devops_score/mock_data.js
@@ -0,0 +1,42 @@
+export const averageScore = {
+ value: '10',
+ scoreLevel: {
+ label: 'High',
+ icon: 'check-circle',
+ variant: 'success',
+ },
+};
+
+export const cards = [
+ {
+ title: 'Issues created per active user',
+ usage: '3.2',
+ leadInstance: '10.2',
+ score: '0',
+ scoreLevel: {
+ label: 'Low',
+ variant: 'muted',
+ },
+ },
+];
+
+export const createdAt = '2020-06-29 08:16';
+
+export const devopsScoreTableHeaders = [
+ {
+ index: 0,
+ label: '',
+ },
+ {
+ index: 1,
+ label: 'Your usage',
+ },
+ {
+ index: 2,
+ label: 'Leader usage',
+ },
+ {
+ index: 3,
+ label: 'Score',
+ },
+];
diff --git a/spec/frontend/boards/components/board_content_sidebar_spec.js b/spec/frontend/boards/components/board_content_sidebar_spec.js
index 7f949739891..01c99a02db2 100644
--- a/spec/frontend/boards/components/board_content_sidebar_spec.js
+++ b/spec/frontend/boards/components/board_content_sidebar_spec.js
@@ -6,9 +6,9 @@ import BoardContentSidebar from '~/boards/components/board_content_sidebar.vue';
import BoardSidebarDueDate from '~/boards/components/sidebar/board_sidebar_due_date.vue';
import BoardSidebarLabelsSelect from '~/boards/components/sidebar/board_sidebar_labels_select.vue';
import BoardSidebarMilestoneSelect from '~/boards/components/sidebar/board_sidebar_milestone_select.vue';
-import BoardSidebarSubscription from '~/boards/components/sidebar/board_sidebar_subscription.vue';
import BoardSidebarTitle from '~/boards/components/sidebar/board_sidebar_title.vue';
import { ISSUABLE } from '~/boards/constants';
+import SidebarSubscriptionsWidget from '~/sidebar/components/subscriptions/sidebar_subscriptions_widget.vue';
import { mockIssue, mockIssueGroupPath, mockIssueProjectPath } from '../mock_data';
describe('BoardContentSidebar', () => {
@@ -111,7 +111,7 @@ describe('BoardContentSidebar', () => {
});
it('renders BoardSidebarSubscription', () => {
- expect(wrapper.find(BoardSidebarSubscription).exists()).toBe(true);
+ expect(wrapper.find(SidebarSubscriptionsWidget).exists()).toBe(true);
});
it('renders BoardSidebarMilestoneSelect', () => {
diff --git a/spec/frontend/merge_request/components/status_box_spec.js b/spec/frontend/issuable/components/status_box_spec.js
index de0f3574ab2..990fac67f7e 100644
--- a/spec/frontend/merge_request/components/status_box_spec.js
+++ b/spec/frontend/issuable/components/status_box_spec.js
@@ -1,8 +1,6 @@
import { GlSprintf } from '@gitlab/ui';
import { shallowMount } from '@vue/test-utils';
-import { nextTick } from 'vue';
-import StatusBox from '~/merge_request/components/status_box.vue';
-import mrEventHub from '~/merge_request/eventhub';
+import StatusBox from '~/issuable/components/status_box.vue';
let wrapper;
@@ -70,18 +68,4 @@ describe('Merge request status box component', () => {
});
});
});
-
- it('updates with eventhub event', async () => {
- factory({
- initialState: 'opened',
- });
-
- expect(wrapper.text()).toContain('Open');
-
- mrEventHub.$emit('mr.state.updated', { state: 'closed' });
-
- await nextTick();
-
- expect(wrapper.text()).toContain('Closed');
- });
});
diff --git a/spec/frontend/notes/components/comment_form_spec.js b/spec/frontend/notes/components/comment_form_spec.js
index b717bab7c3f..b140eea9439 100644
--- a/spec/frontend/notes/components/comment_form_spec.js
+++ b/spec/frontend/notes/components/comment_form_spec.js
@@ -437,6 +437,7 @@ describe('issue_comment_form component', () => {
await findCloseReopenButton().trigger('click');
await wrapper.vm.$nextTick;
+ await wrapper.vm.$nextTick;
expect(flash).toHaveBeenCalledWith(
`Something went wrong while closing the ${type}. Please try again later.`,
@@ -472,6 +473,7 @@ describe('issue_comment_form component', () => {
await findCloseReopenButton().trigger('click');
await wrapper.vm.$nextTick;
+ await wrapper.vm.$nextTick;
expect(flash).toHaveBeenCalledWith(
`Something went wrong while reopening the ${type}. Please try again later.`,
@@ -489,6 +491,8 @@ describe('issue_comment_form component', () => {
await findCloseReopenButton().trigger('click');
+ await wrapper.vm.$nextTick();
+
expect(refreshUserMergeRequestCounts).toHaveBeenCalled();
});
});
diff --git a/spec/frontend/projects/compare/components/app_spec.js b/spec/frontend/projects/compare/components/app_spec.js
index 6de06e4373c..7989a6f3d74 100644
--- a/spec/frontend/projects/compare/components/app_spec.js
+++ b/spec/frontend/projects/compare/components/app_spec.js
@@ -2,26 +2,19 @@ import { GlButton } from '@gitlab/ui';
import { shallowMount } from '@vue/test-utils';
import CompareApp from '~/projects/compare/components/app.vue';
import RevisionCard from '~/projects/compare/components/revision_card.vue';
+import { appDefaultProps as defaultProps } from './mock_data';
jest.mock('~/lib/utils/csrf', () => ({ token: 'mock-csrf-token' }));
-const projectCompareIndexPath = 'some/path';
-const refsProjectPath = 'some/refs/path';
-const paramsFrom = 'master';
-const paramsTo = 'master';
-
describe('CompareApp component', () => {
let wrapper;
+ const findSourceRevisionCard = () => wrapper.find('[data-testid="sourceRevisionCard"]');
+ const findTargetRevisionCard = () => wrapper.find('[data-testid="targetRevisionCard"]');
const createComponent = (props = {}) => {
wrapper = shallowMount(CompareApp, {
propsData: {
- projectCompareIndexPath,
- refsProjectPath,
- paramsFrom,
- paramsTo,
- projectMergeRequestPath: '',
- createMrPath: '',
+ ...defaultProps,
...props,
},
});
@@ -39,16 +32,16 @@ describe('CompareApp component', () => {
it('renders component with prop', () => {
expect(wrapper.props()).toEqual(
expect.objectContaining({
- projectCompareIndexPath,
- refsProjectPath,
- paramsFrom,
- paramsTo,
+ projectCompareIndexPath: defaultProps.projectCompareIndexPath,
+ refsProjectPath: defaultProps.refsProjectPath,
+ paramsFrom: defaultProps.paramsFrom,
+ paramsTo: defaultProps.paramsTo,
}),
);
});
it('contains the correct form attributes', () => {
- expect(wrapper.attributes('action')).toBe(projectCompareIndexPath);
+ expect(wrapper.attributes('action')).toBe(defaultProps.projectCompareIndexPath);
expect(wrapper.attributes('method')).toBe('POST');
});
@@ -87,6 +80,58 @@ describe('CompareApp component', () => {
});
});
+ it('sets the selected project when the "selectProject" event is emitted', async () => {
+ const project = {
+ name: 'some-to-name',
+ id: '1',
+ };
+
+ findTargetRevisionCard().vm.$emit('selectProject', {
+ direction: 'to',
+ project,
+ });
+
+ await wrapper.vm.$nextTick();
+
+ expect(findTargetRevisionCard().props('selectedProject')).toEqual(
+ expect.objectContaining(project),
+ );
+ });
+
+ it('sets the selected revision when the "selectRevision" event is emitted', async () => {
+ const revision = 'some-revision';
+
+ findTargetRevisionCard().vm.$emit('selectRevision', {
+ direction: 'to',
+ revision,
+ });
+
+ await wrapper.vm.$nextTick();
+
+ expect(findSourceRevisionCard().props('paramsBranch')).toBe(revision);
+ });
+
+ describe('swap revisions button', () => {
+ const findSwapRevisionsButton = () => wrapper.find('[data-testid="swapRevisionsButton"]');
+
+ it('renders the swap revisions button', () => {
+ expect(findSwapRevisionsButton().exists()).toBe(true);
+ });
+
+ it('has the correct text', () => {
+ expect(findSwapRevisionsButton().text()).toBe('Swap revisions');
+ });
+
+ it('swaps revisions when clicked', async () => {
+ findSwapRevisionsButton().vm.$emit('click');
+
+ await wrapper.vm.$nextTick();
+
+ expect(findTargetRevisionCard().props('paramsBranch')).toBe(defaultProps.paramsTo);
+ expect(findSourceRevisionCard().props('paramsBranch')).toBe(defaultProps.paramsFrom);
+ });
+ });
+
describe('merge request buttons', () => {
const findProjectMrButton = () => wrapper.find('[data-testid="projectMrButton"]');
const findCreateMrButton = () => wrapper.find('[data-testid="createMrButton"]');
diff --git a/spec/frontend/projects/compare/components/mock_data.js b/spec/frontend/projects/compare/components/mock_data.js
new file mode 100644
index 00000000000..61309928c26
--- /dev/null
+++ b/spec/frontend/projects/compare/components/mock_data.js
@@ -0,0 +1,37 @@
+const refsProjectPath = 'some/refs/path';
+const paramsName = 'to';
+const paramsBranch = 'main';
+const defaultProject = {
+ name: 'some-to-name',
+ id: '1',
+};
+
+export const appDefaultProps = {
+ projectCompareIndexPath: 'some/path',
+ projectMergeRequestPath: '',
+ projects: [defaultProject],
+ paramsFrom: 'main',
+ paramsTo: 'target/branch',
+ createMrPath: '',
+ refsProjectPath,
+ defaultProject,
+};
+
+export const revisionCardDefaultProps = {
+ selectedProject: defaultProject,
+ paramsBranch,
+ revisionText: 'Source',
+ refsProjectPath,
+ paramsName,
+};
+
+export const repoDropdownDefaultProps = {
+ selectedProject: defaultProject,
+ paramsName,
+};
+
+export const revisionDropdownDefaultProps = {
+ refsProjectPath,
+ paramsBranch,
+ paramsName,
+};
diff --git a/spec/frontend/projects/compare/components/repo_dropdown_spec.js b/spec/frontend/projects/compare/components/repo_dropdown_spec.js
index df8fea8fd32..27a7a32ebca 100644
--- a/spec/frontend/projects/compare/components/repo_dropdown_spec.js
+++ b/spec/frontend/projects/compare/components/repo_dropdown_spec.js
@@ -1,37 +1,17 @@
import { GlDropdown, GlDropdownItem } from '@gitlab/ui';
import { shallowMount } from '@vue/test-utils';
import RepoDropdown from '~/projects/compare/components/repo_dropdown.vue';
-
-const defaultProps = {
- paramsName: 'to',
-};
-
-const projectToId = '1';
-const projectToName = 'some-to-name';
-const projectFromId = '2';
-const projectFromName = 'some-from-name';
-
-const defaultProvide = {
- projectTo: { id: projectToId, name: projectToName },
- projectsFrom: [
- { id: projectFromId, name: projectFromName },
- { id: 3, name: 'some-from-another-name' },
- ],
-};
+import { revisionCardDefaultProps as defaultProps } from './mock_data';
describe('RepoDropdown component', () => {
let wrapper;
- const createComponent = (props = {}, provide = {}) => {
+ const createComponent = (props = {}) => {
wrapper = shallowMount(RepoDropdown, {
propsData: {
...defaultProps,
...props,
},
- provide: {
- ...defaultProvide,
- ...provide,
- },
});
};
@@ -49,11 +29,11 @@ describe('RepoDropdown component', () => {
});
it('set hidden input', () => {
- expect(findHiddenInput().attributes('value')).toBe(projectToId);
+ expect(findHiddenInput().attributes('value')).toBe(defaultProps.selectedProject.id);
});
it('displays the project name in the disabled dropdown', () => {
- expect(findGlDropdown().props('text')).toBe(projectToName);
+ expect(findGlDropdown().props('text')).toBe(defaultProps.selectedProject.name);
expect(findGlDropdown().props('disabled')).toBe(true);
});
@@ -66,31 +46,39 @@ describe('RepoDropdown component', () => {
describe('Target Revision', () => {
beforeEach(() => {
- createComponent({ paramsName: 'from' });
+ const projects = [
+ {
+ name: 'some-to-name',
+ id: '1',
+ },
+ ];
+
+ createComponent({ paramsName: 'from', projects });
});
it('set hidden input of the selected project', () => {
- expect(findHiddenInput().attributes('value')).toBe(projectToId);
+ expect(findHiddenInput().attributes('value')).toBe(defaultProps.selectedProject.id);
});
it('displays matching project name of the source revision initially in the dropdown', () => {
- expect(findGlDropdown().props('text')).toBe(projectToName);
+ expect(findGlDropdown().props('text')).toBe(defaultProps.selectedProject.name);
});
- it('updates the hiddin input value when onClick method is triggered', async () => {
- const repoId = '100';
+ it('updates the hidden input value when onClick method is triggered', async () => {
+ const repoId = '1';
wrapper.vm.onClick({ id: repoId });
await wrapper.vm.$nextTick();
expect(findHiddenInput().attributes('value')).toBe(repoId);
});
- it('emits `changeTargetProject` event when another target project is selected', async () => {
- const index = 1;
- const { projectsFrom } = defaultProvide;
- findGlDropdown().findAll(GlDropdownItem).at(index).vm.$emit('click');
+ it('emits `selectProject` event when another target project is selected', async () => {
+ findGlDropdown().findAll(GlDropdownItem).at(0).vm.$emit('click');
await wrapper.vm.$nextTick();
- expect(wrapper.emitted('changeTargetProject')[0][0]).toEqual(projectsFrom[index].name);
+ expect(wrapper.emitted('selectProject')[0][0]).toEqual({
+ direction: 'from',
+ project: { id: '1', name: 'some-to-name' },
+ });
});
});
});
diff --git a/spec/frontend/projects/compare/components/revision_card_spec.js b/spec/frontend/projects/compare/components/revision_card_spec.js
index 83f858f4454..57906045337 100644
--- a/spec/frontend/projects/compare/components/revision_card_spec.js
+++ b/spec/frontend/projects/compare/components/revision_card_spec.js
@@ -3,13 +3,7 @@ import { shallowMount } from '@vue/test-utils';
import RepoDropdown from '~/projects/compare/components/repo_dropdown.vue';
import RevisionCard from '~/projects/compare/components/revision_card.vue';
import RevisionDropdown from '~/projects/compare/components/revision_dropdown.vue';
-
-const defaultProps = {
- refsProjectPath: 'some/refs/path',
- revisionText: 'Source',
- paramsName: 'to',
- paramsBranch: 'master',
-};
+import { revisionCardDefaultProps as defaultProps } from './mock_data';
describe('RepoDropdown component', () => {
let wrapper;
diff --git a/spec/frontend/projects/compare/components/revision_dropdown_spec.js b/spec/frontend/projects/compare/components/revision_dropdown_spec.js
index aab9607ceae..118bb68585e 100644
--- a/spec/frontend/projects/compare/components/revision_dropdown_spec.js
+++ b/spec/frontend/projects/compare/components/revision_dropdown_spec.js
@@ -1,15 +1,10 @@
-import { GlDropdown, GlSearchBoxByType } from '@gitlab/ui';
+import { GlDropdown, GlDropdownItem, GlSearchBoxByType } from '@gitlab/ui';
import { shallowMount } from '@vue/test-utils';
import AxiosMockAdapter from 'axios-mock-adapter';
import createFlash from '~/flash';
import axios from '~/lib/utils/axios_utils';
import RevisionDropdown from '~/projects/compare/components/revision_dropdown.vue';
-
-const defaultProps = {
- refsProjectPath: 'some/refs/path',
- paramsName: 'from',
- paramsBranch: 'master',
-};
+import { revisionDropdownDefaultProps as defaultProps } from './mock_data';
jest.mock('~/flash');
@@ -142,4 +137,17 @@ describe('RevisionDropdown component', () => {
expect(findGlDropdown().props('text')).toBe(defaultProps.paramsBranch);
});
});
+
+ it('emits `selectRevision` event when another revision is selected', async () => {
+ createComponent();
+ wrapper.vm.branches = ['some-branch'];
+ await wrapper.vm.$nextTick();
+
+ findGlDropdown().findAll(GlDropdownItem).at(0).vm.$emit('click');
+
+ expect(wrapper.emitted('selectRevision')[0][0]).toEqual({
+ direction: 'to',
+ revision: 'some-branch',
+ });
+ });
});
diff --git a/spec/frontend/sidebar/components/subscriptions/sidebar_subscriptions_widget_spec.js b/spec/frontend/sidebar/components/subscriptions/sidebar_subscriptions_widget_spec.js
new file mode 100644
index 00000000000..549ab99c6af
--- /dev/null
+++ b/spec/frontend/sidebar/components/subscriptions/sidebar_subscriptions_widget_spec.js
@@ -0,0 +1,131 @@
+import { GlIcon, GlToggle } from '@gitlab/ui';
+import { shallowMount } from '@vue/test-utils';
+import Vue from 'vue';
+import VueApollo from 'vue-apollo';
+import createMockApollo from 'helpers/mock_apollo_helper';
+import waitForPromises from 'helpers/wait_for_promises';
+import createFlash from '~/flash';
+import SidebarEditableItem from '~/sidebar/components/sidebar_editable_item.vue';
+import SidebarSubscriptionWidget from '~/sidebar/components/subscriptions/sidebar_subscriptions_widget.vue';
+import issueSubscribedQuery from '~/sidebar/queries/issue_subscribed.query.graphql';
+import { issueSubscriptionsResponse } from '../../mock_data';
+
+jest.mock('~/flash');
+
+Vue.use(VueApollo);
+
+describe('Sidebar Subscriptions Widget', () => {
+ let wrapper;
+ let fakeApollo;
+
+ const findEditableItem = () => wrapper.findComponent(SidebarEditableItem);
+ const findToggle = () => wrapper.findComponent(GlToggle);
+ const findIcon = () => wrapper.findComponent(GlIcon);
+
+ const createComponent = ({
+ subscriptionsQueryHandler = jest.fn().mockResolvedValue(issueSubscriptionsResponse()),
+ } = {}) => {
+ fakeApollo = createMockApollo([[issueSubscribedQuery, subscriptionsQueryHandler]]);
+
+ wrapper = shallowMount(SidebarSubscriptionWidget, {
+ apolloProvider: fakeApollo,
+ provide: {
+ canUpdate: true,
+ },
+ propsData: {
+ fullPath: 'group/project',
+ iid: '1',
+ issuableType: 'issue',
+ },
+ stubs: {
+ SidebarEditableItem,
+ },
+ });
+ };
+
+ afterEach(() => {
+ wrapper.destroy();
+ fakeApollo = null;
+ });
+
+ it('passes a `loading` prop as true to editable item when query is loading', () => {
+ createComponent();
+
+ expect(findEditableItem().props('loading')).toBe(true);
+ });
+
+ describe('when user is not subscribed to the issue', () => {
+ beforeEach(() => {
+ createComponent();
+ return waitForPromises();
+ });
+
+ it('passes a `loading` prop as false to editable item', () => {
+ expect(findEditableItem().props('loading')).toBe(false);
+ });
+
+ it('toggle is unchecked', () => {
+ expect(findToggle().props('value')).toBe(false);
+ });
+
+ it('emits `subscribedUpdated` event with a `false` payload', () => {
+ expect(wrapper.emitted('subscribedUpdated')).toEqual([[false]]);
+ });
+ });
+
+ describe('when user is subscribed to the issue', () => {
+ beforeEach(() => {
+ createComponent({
+ subscriptionsQueryHandler: jest.fn().mockResolvedValue(issueSubscriptionsResponse(true)),
+ });
+ return waitForPromises();
+ });
+
+ it('passes a `loading` prop as false to editable item', () => {
+ expect(findEditableItem().props('loading')).toBe(false);
+ });
+
+ it('toggle is checked', () => {
+ expect(findToggle().props('value')).toBe(true);
+ });
+
+ it('emits `subscribedUpdated` event with a `true` payload', () => {
+ expect(wrapper.emitted('subscribedUpdated')).toEqual([[true]]);
+ });
+ });
+
+ describe('when emails are disabled', () => {
+ it('toggle is disabled and off when user is subscribed', async () => {
+ createComponent({
+ subscriptionsQueryHandler: jest
+ .fn()
+ .mockResolvedValue(issueSubscriptionsResponse(true, true)),
+ });
+ await waitForPromises();
+
+ expect(findIcon().props('name')).toBe('notifications-off');
+ expect(findToggle().props('disabled')).toBe(true);
+ });
+
+ it('toggle is disabled and off when user is not subscribed', async () => {
+ createComponent({
+ subscriptionsQueryHandler: jest
+ .fn()
+ .mockResolvedValue(issueSubscriptionsResponse(false, true)),
+ });
+ await waitForPromises();
+
+ expect(findIcon().props('name')).toBe('notifications-off');
+ expect(findToggle().props('disabled')).toBe(true);
+ });
+ });
+
+ it('displays a flash message when query is rejected', async () => {
+ createComponent({
+ subscriptionsQueryHandler: jest.fn().mockRejectedValue('Houston, we have a problem'),
+ });
+ await waitForPromises();
+
+ expect(createFlash).toHaveBeenCalled();
+ });
+});
diff --git a/spec/frontend/sidebar/mock_data.js b/spec/frontend/sidebar/mock_data.js
index 38fce53e398..f51d2f3d459 100644
--- a/spec/frontend/sidebar/mock_data.js
+++ b/spec/frontend/sidebar/mock_data.js
@@ -275,6 +275,20 @@ export const issueReferenceResponse = (reference) => ({
},
});
+export const issueSubscriptionsResponse = (subscribed = false, emailsDisabled = false) => ({
+ data: {
+ workspace: {
+ __typename: 'Project',
+ issuable: {
+ __typename: 'Issue',
+ id: 'gid://gitlab/Issue/4',
+ subscribed,
+ emailsDisabled,
+ },
+ },
+ },
+});
+
export const issuableQueryResponse = {
data: {
workspace: {
diff --git a/spec/frontend/sidebar/sidebar_subscriptions_spec.js b/spec/frontend/sidebar/sidebar_subscriptions_spec.js
deleted file mode 100644
index d900fde7e70..00000000000
--- a/spec/frontend/sidebar/sidebar_subscriptions_spec.js
+++ /dev/null
@@ -1,36 +0,0 @@
-import { shallowMount } from '@vue/test-utils';
-import SidebarSubscriptions from '~/sidebar/components/subscriptions/sidebar_subscriptions.vue';
-import SidebarService from '~/sidebar/services/sidebar_service';
-import SidebarMediator from '~/sidebar/sidebar_mediator';
-import SidebarStore from '~/sidebar/stores/sidebar_store';
-import Mock from './mock_data';
-
-describe('Sidebar Subscriptions', () => {
- let wrapper;
- let mediator;
-
- beforeEach(() => {
- mediator = new SidebarMediator(Mock.mediator);
- wrapper = shallowMount(SidebarSubscriptions, {
- propsData: {
- mediator,
- },
- });
- });
-
- afterEach(() => {
- wrapper.destroy();
- SidebarService.singleton = null;
- SidebarStore.singleton = null;
- SidebarMediator.singleton = null;
- });
-
- it('calls the mediator toggleSubscription on event', () => {
- const spy = jest.spyOn(mediator, 'toggleSubscription').mockReturnValue(Promise.resolve());
-
- wrapper.vm.onToggleSubscription();
-
- expect(spy).toHaveBeenCalled();
- spy.mockRestore();
- });
-});
diff --git a/spec/graphql/types/ci/job_type_spec.rb b/spec/graphql/types/ci/job_type_spec.rb
index a1107bae630..8b092584efe 100644
--- a/spec/graphql/types/ci/job_type_spec.rb
+++ b/spec/graphql/types/ci/job_type_spec.rb
@@ -5,6 +5,7 @@ require 'spec_helper'
RSpec.describe Types::Ci::JobType do
specify { expect(described_class.graphql_name).to eq('CiJob') }
specify { expect(described_class).to require_graphql_authorizations(:read_commit_status) }
+ specify { expect(described_class).to expose_permissions_using(Types::PermissionTypes::Ci::Job) }
it 'exposes the expected fields' do
expected_fields = %i[
@@ -38,6 +39,7 @@ RSpec.describe Types::Ci::JobType do
status
tags
triggered
+ userPermissions
]
expect(described_class).to have_graphql_fields(*expected_fields)
diff --git a/spec/graphql/types/ci/runner_type_spec.rb b/spec/graphql/types/ci/runner_type_spec.rb
new file mode 100644
index 00000000000..dfe4a30c5b7
--- /dev/null
+++ b/spec/graphql/types/ci/runner_type_spec.rb
@@ -0,0 +1,16 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+RSpec.describe Types::Ci::RunnerType do
+ specify { expect(described_class.graphql_name).to eq('CiRunner') }
+
+ it 'contains attributes related to a runner' do
+ expected_fields = %w[
+ id description contacted_at maximum_timeout access_level active status
+ version short_sha revision locked run_untagged ip_address runner_type tag_list
+ ]
+
+ expect(described_class).to have_graphql_fields(*expected_fields)
+ end
+end
diff --git a/spec/graphql/types/permission_types/ci/job_spec.rb b/spec/graphql/types/permission_types/ci/job_spec.rb
new file mode 100644
index 00000000000..e4bc5419070
--- /dev/null
+++ b/spec/graphql/types/permission_types/ci/job_spec.rb
@@ -0,0 +1,13 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+RSpec.describe Types::PermissionTypes::Ci::Job do
+ it 'has expected permission fields' do
+ expected_permissions = [
+ :read_job_artifacts, :read_build, :update_build
+ ]
+
+ expect(described_class).to have_graphql_fields(expected_permissions).only
+ end
+end
diff --git a/spec/graphql/types/query_type_spec.rb b/spec/graphql/types/query_type_spec.rb
index a877e19c069..f0e80fa8f14 100644
--- a/spec/graphql/types/query_type_spec.rb
+++ b/spec/graphql/types/query_type_spec.rb
@@ -24,6 +24,7 @@ RSpec.describe GitlabSchema.types['Query'] do
merge_request
usage_trends_measurements
runner_platforms
+ runner
]
expect(described_class).to have_graphql_fields(*expected_fields).at_least
@@ -84,6 +85,12 @@ RSpec.describe GitlabSchema.types['Query'] do
end
end
+ describe 'runner field' do
+ subject { described_class.fields['runner'] }
+
+ it { is_expected.to have_graphql_type(Types::Ci::RunnerType) }
+ end
+
describe 'runner_platforms field' do
subject { described_class.fields['runnerPlatforms'] }
diff --git a/spec/helpers/auth_helper_spec.rb b/spec/helpers/auth_helper_spec.rb
index beffa4cf60e..5194285b965 100644
--- a/spec/helpers/auth_helper_spec.rb
+++ b/spec/helpers/auth_helper_spec.rb
@@ -313,4 +313,37 @@ RSpec.describe AuthHelper do
it { is_expected.to be_falsey }
end
end
+
+ describe '#auth_app_owner_text' do
+ shared_examples 'generates text with the correct info' do
+ it 'includes the name of the application owner' do
+ auth_app_owner_text = helper.auth_app_owner_text(owner)
+
+ expect(auth_app_owner_text).to include(owner.name)
+ expect(auth_app_owner_text).to include(path_to_owner)
+ end
+ end
+
+ context 'when owner is a user' do
+ let_it_be(:owner) { create(:user) }
+
+ let(:path_to_owner) { user_path(owner) }
+
+ it_behaves_like 'generates text with the correct info'
+ end
+
+ context 'when owner is a group' do
+ let_it_be(:owner) { create(:group) }
+
+ let(:path_to_owner) { user_path(owner) }
+
+ it_behaves_like 'generates text with the correct info'
+ end
+
+ context 'when the user is missing' do
+ it 'returns nil' do
+ expect(helper.auth_app_owner_text(nil)).to be(nil)
+ end
+ end
+ end
end
diff --git a/spec/helpers/dev_ops_report_helper_spec.rb b/spec/helpers/dev_ops_report_helper_spec.rb
new file mode 100644
index 00000000000..769400521f8
--- /dev/null
+++ b/spec/helpers/dev_ops_report_helper_spec.rb
@@ -0,0 +1,35 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+RSpec.describe DevOpsReportHelper do
+ subject { DevOpsReport::MetricPresenter.new(metric) }
+
+ let(:metric) { build(:dev_ops_report_metric, created_at: DateTime.new(2021, 4, 3, 2, 1, 0) ) }
+
+ describe '#devops_score_metrics' do
+ let(:devops_score_metrics) { helper.devops_score_metrics(subject) }
+
+ it { expect(devops_score_metrics[:averageScore]).to eq({ scoreLevel: { icon: "status-alert", label: "Moderate", variant: "warning" }, value: "55.9" } ) }
+
+ it { expect(devops_score_metrics[:cards].first).to eq({ leadInstance: "9.3", score: "13.3", scoreLevel: { label: "Low", variant: "muted" }, title: "Issues created per active user", usage: "1.2" } ) }
+ it { expect(devops_score_metrics[:cards].second).to eq({ leadInstance: "30.3", score: "92.7", scoreLevel: { label: "High", variant: "success" }, title: "Comments created per active user", usage: "28.1" } ) }
+ it { expect(devops_score_metrics[:cards].fourth).to eq({ leadInstance: "5.2", score: "62.4", scoreLevel: { label: "Moderate", variant: "neutral" }, title: "Boards created per active user", usage: "3.3" } ) }
+
+ it { expect(devops_score_metrics[:createdAt]).to eq("2021-04-03 02:01") }
+
+ describe 'with low average score' do
+ let(:low_metric) { double(average_percentage_score: 2, cards: subject.cards, created_at: subject.created_at) }
+ let(:devops_score_metrics) { helper.devops_score_metrics(low_metric) }
+
+ it { expect(devops_score_metrics[:averageScore]).to eq({ scoreLevel: { icon: "status-failed", label: "Low", variant: "danger" }, value: "2.0" } ) }
+ end
+
+ describe 'with high average score' do
+ let(:high_metric) { double(average_percentage_score: 82, cards: subject.cards, created_at: subject.created_at) }
+ let(:devops_score_metrics) { helper.devops_score_metrics(high_metric) }
+
+ it { expect(devops_score_metrics[:averageScore]).to eq({ scoreLevel: { icon: "status_success_solid", label: "High", variant: "success" }, value: "82.0" } ) }
+ end
+ end
+end
diff --git a/spec/helpers/users_helper_spec.rb b/spec/helpers/users_helper_spec.rb
index f0f09408249..46073b37a3b 100644
--- a/spec/helpers/users_helper_spec.rb
+++ b/spec/helpers/users_helper_spec.rb
@@ -160,7 +160,7 @@ RSpec.describe UsersHelper do
it 'returns the "It\'s You" badge' do
badges = helper.user_badges_in_admin_section(user)
- expect(filter_ee_badges(badges)).to eq([text: "It's you!", variant: nil])
+ expect(filter_ee_badges(badges)).to eq([text: "It's you!", variant: "muted"])
end
end
diff --git a/spec/lib/api/entities/release_spec.rb b/spec/lib/api/entities/release_spec.rb
index 06062634015..4f40830a15c 100644
--- a/spec/lib/api/entities/release_spec.rb
+++ b/spec/lib/api/entities/release_spec.rb
@@ -54,18 +54,41 @@ RSpec.describe API::Entities::Release do
subject(:description_html) { entity.as_json['description_html'] }
- it 'renders special references if current user has access' do
- project.add_reporter(user)
+ it 'is inexistent' do
+ expect(description_html).to be_nil
+ end
+
+ context 'when remove_description_html_in_release_api feature flag is disabled' do
+ before do
+ stub_feature_flags(remove_description_html_in_release_api: false)
+ end
+
+ it 'renders special references if current user has access' do
+ project.add_reporter(user)
+
+ expect(description_html).to include(issue_path)
+ expect(description_html).to include(issue_title)
+ end
- expect(description_html).to include(issue_path)
- expect(description_html).to include(issue_title)
+ it 'does not render special references if current user has no access' do
+ project.add_guest(user)
+
+ expect(description_html).not_to include(issue_path)
+ expect(description_html).not_to include(issue_title)
+ end
end
- it 'does not render special references if current user has no access' do
- project.add_guest(user)
+ context 'when remove_description_html_in_release_api_override feature flag is enabled' do
+ before do
+ stub_feature_flags(remove_description_html_in_release_api_override: project)
+ end
- expect(description_html).not_to include(issue_path)
- expect(description_html).not_to include(issue_title)
+ it 'renders special references if current user has access' do
+ project.add_reporter(user)
+
+ expect(description_html).to include(issue_path)
+ expect(description_html).to include(issue_title)
+ end
end
end
end
diff --git a/spec/lib/gitlab/background_migration/recalculate_project_authorizations_spec.rb b/spec/lib/gitlab/background_migration/recalculate_project_authorizations_spec.rb
deleted file mode 100644
index 1c55b50ea3f..00000000000
--- a/spec/lib/gitlab/background_migration/recalculate_project_authorizations_spec.rb
+++ /dev/null
@@ -1,241 +0,0 @@
-# frozen_string_literal: true
-
-require 'spec_helper'
-
-RSpec.describe Gitlab::BackgroundMigration::RecalculateProjectAuthorizations, schema: 20200204113223 do
- let(:users_table) { table(:users) }
- let(:namespaces_table) { table(:namespaces) }
- let(:projects_table) { table(:projects) }
- let(:project_authorizations_table) { table(:project_authorizations) }
- let(:members_table) { table(:members) }
- let(:group_group_links) { table(:group_group_links) }
- let(:project_group_links) { table(:project_group_links) }
-
- let(:user) { users_table.create!(id: 1, email: 'user@example.com', projects_limit: 10) }
- let(:group) { namespaces_table.create!(type: 'Group', name: 'group', path: 'group') }
-
- subject { described_class.new.perform([user.id]) }
-
- context 'missing authorization' do
- context 'personal project' do
- before do
- user_namespace = namespaces_table.create!(owner_id: user.id, name: 'User', path: 'user')
- projects_table.create!(id: 1,
- name: 'personal-project',
- path: 'personal-project',
- visibility_level: 0,
- namespace_id: user_namespace.id)
- end
-
- it 'creates correct authorization' do
- expect { subject }.to change { project_authorizations_table.count }.from(0).to(1)
- expect(project_authorizations_table.all).to(
- match_array([have_attributes(user_id: 1, project_id: 1, access_level: 40)]))
- end
- end
-
- context 'group membership' do
- before do
- projects_table.create!(id: 1, name: 'group-project', path: 'group-project',
- visibility_level: 0, namespace_id: group.id)
- members_table.create!(user_id: user.id, source_id: group.id, source_type: 'Namespace',
- type: 'GroupMember', access_level: 20, notification_level: 3)
- end
-
- it 'creates correct authorization' do
- expect { subject }.to change { project_authorizations_table.count }.from(0).to(1)
- expect(project_authorizations_table.all).to(
- match_array([have_attributes(user_id: 1, project_id: 1, access_level: 20)]))
- end
- end
-
- context 'inherited group membership' do
- before do
- sub_group = namespaces_table.create!(type: 'Group', name: 'subgroup',
- path: 'subgroup', parent_id: group.id)
- projects_table.create!(id: 1, name: 'group-project', path: 'group-project',
- visibility_level: 0, namespace_id: sub_group.id)
- members_table.create!(user_id: user.id, source_id: group.id, source_type: 'Namespace',
- type: 'GroupMember', access_level: 20, notification_level: 3)
- end
-
- it 'creates correct authorization' do
- expect { subject }.to change { project_authorizations_table.count }.from(0).to(1)
- expect(project_authorizations_table.all).to(
- match_array([have_attributes(user_id: 1, project_id: 1, access_level: 20)]))
- end
- end
-
- context 'project membership' do
- before do
- project = projects_table.create!(id: 1, name: 'group-project', path: 'group-project',
- visibility_level: 0, namespace_id: group.id)
- members_table.create!(user_id: user.id, source_id: project.id, source_type: 'Project',
- type: 'ProjectMember', access_level: 20, notification_level: 3)
- end
-
- it 'creates correct authorization' do
- expect { subject }.to change { project_authorizations_table.count }.from(0).to(1)
- expect(project_authorizations_table.all).to(
- match_array([have_attributes(user_id: 1, project_id: 1, access_level: 20)]))
- end
- end
-
- context 'shared group' do
- before do
- members_table.create!(user_id: user.id, source_id: group.id, source_type: 'Namespace',
- type: 'GroupMember', access_level: 30, notification_level: 3)
-
- shared_group = namespaces_table.create!(type: 'Group', name: 'shared group',
- path: 'shared-group')
- projects_table.create!(id: 1, name: 'project', path: 'project', visibility_level: 0,
- namespace_id: shared_group.id)
-
- group_group_links.create!(shared_group_id: shared_group.id, shared_with_group_id: group.id,
- group_access: 20)
- end
-
- it 'creates correct authorization' do
- expect { subject }.to change { project_authorizations_table.count }.from(0).to(1)
- expect(project_authorizations_table.all).to(
- match_array([have_attributes(user_id: 1, project_id: 1, access_level: 20)]))
- end
- end
-
- context 'shared project' do
- before do
- members_table.create!(user_id: user.id, source_id: group.id, source_type: 'Namespace',
- type: 'GroupMember', access_level: 30, notification_level: 3)
-
- another_group = namespaces_table.create!(type: 'Group', name: 'another group', path: 'another-group')
- shared_project = projects_table.create!(id: 1, name: 'shared project', path: 'shared-project',
- visibility_level: 0, namespace_id: another_group.id)
-
- project_group_links.create!(project_id: shared_project.id, group_id: group.id, group_access: 20)
- end
-
- it 'creates correct authorization' do
- expect { subject }.to change { project_authorizations_table.count }.from(0).to(1)
- expect(project_authorizations_table.all).to(
- match_array([have_attributes(user_id: 1, project_id: 1, access_level: 20)]))
- end
- end
- end
-
- context 'unapproved access requests' do
- context 'group membership' do
- before do
- projects_table.create!(id: 1, name: 'group-project', path: 'group-project',
- visibility_level: 0, namespace_id: group.id)
- members_table.create!(user_id: user.id, source_id: group.id, source_type: 'Namespace',
- type: 'GroupMember', access_level: 20, requested_at: Time.now, notification_level: 3)
- end
-
- it 'does not create authorization' do
- expect { subject }.not_to change { project_authorizations_table.count }.from(0)
- end
- end
-
- context 'inherited group membership' do
- before do
- sub_group = namespaces_table.create!(type: 'Group', name: 'subgroup', path: 'subgroup',
- parent_id: group.id)
- projects_table.create!(id: 1, name: 'group-project', path: 'group-project',
- visibility_level: 0, namespace_id: sub_group.id)
- members_table.create!(user_id: user.id, source_id: group.id, source_type: 'Namespace',
- type: 'GroupMember', access_level: 20, requested_at: Time.now, notification_level: 3)
- end
-
- it 'does not create authorization' do
- expect { subject }.not_to change { project_authorizations_table.count }.from(0)
- end
- end
-
- context 'project membership' do
- before do
- project = projects_table.create!(id: 1, name: 'group-project', path: 'group-project',
- visibility_level: 0, namespace_id: group.id)
- members_table.create!(user_id: user.id, source_id: project.id, source_type: 'Project',
- type: 'ProjectMember', access_level: 20, requested_at: Time.now, notification_level: 3)
- end
-
- it 'does not create authorization' do
- expect { subject }.not_to change { project_authorizations_table.count }.from(0)
- end
- end
-
- context 'shared group' do
- before do
- members_table.create!(user_id: user.id, source_id: group.id, source_type: 'Namespace',
- type: 'GroupMember', access_level: 30, requested_at: Time.now, notification_level: 3)
-
- shared_group = namespaces_table.create!(type: 'Group', name: 'shared group',
- path: 'shared-group')
- projects_table.create!(id: 1, name: 'project', path: 'project', visibility_level: 0,
- namespace_id: shared_group.id)
-
- group_group_links.create!(shared_group_id: shared_group.id, shared_with_group_id: group.id,
- group_access: 20)
- end
-
- it 'does not create authorization' do
- expect { subject }.not_to change { project_authorizations_table.count }.from(0)
- end
- end
-
- context 'shared project' do
- before do
- members_table.create!(user_id: user.id, source_id: group.id, source_type: 'Namespace',
- type: 'GroupMember', access_level: 30, requested_at: Time.now, notification_level: 3)
-
- another_group = namespaces_table.create!(type: 'Group', name: 'another group', path: 'another-group')
- shared_project = projects_table.create!(id: 1, name: 'shared project', path: 'shared-project',
- visibility_level: 0, namespace_id: another_group.id)
-
- project_group_links.create!(project_id: shared_project.id, group_id: group.id, group_access: 20)
- end
-
- it 'does not create authorization' do
- expect { subject }.not_to change { project_authorizations_table.count }.from(0)
- end
- end
- end
-
- context 'incorrect authorization' do
- before do
- project = projects_table.create!(id: 1, name: 'group-project', path: 'group-project',
- visibility_level: 0, namespace_id: group.id)
- members_table.create!(user_id: user.id, source_id: group.id, source_type: 'Namespace',
- type: 'GroupMember', access_level: 30, notification_level: 3)
-
- project_authorizations_table.create!(user_id: user.id, project_id: project.id,
- access_level: 10)
- end
-
- it 'fixes authorization' do
- expect { subject }.not_to change { project_authorizations_table.count }.from(1)
- expect(project_authorizations_table.all).to(
- match_array([have_attributes(user_id: 1, project_id: 1, access_level: 30)]))
- end
- end
-
- context 'unwanted authorization' do
- before do
- project = projects_table.create!(name: 'group-project', path: 'group-project',
- visibility_level: 0, namespace_id: group.id)
-
- project_authorizations_table.create!(user_id: user.id, project_id: project.id,
- access_level: 10)
- end
-
- it 'deletes authorization' do
- expect { subject }.to change { project_authorizations_table.count }.from(1).to(0)
- end
- end
-
- context 'deleted user' do
- it 'does not fail' do
- expect { described_class.new.perform([non_existing_record_id]) }.not_to raise_error
- end
- end
-end
diff --git a/spec/lib/gitlab/import_export/base/relation_factory_spec.rb b/spec/lib/gitlab/import_export/base/relation_factory_spec.rb
index 09e6e5a03bb..df33b4896a4 100644
--- a/spec/lib/gitlab/import_export/base/relation_factory_spec.rb
+++ b/spec/lib/gitlab/import_export/base/relation_factory_spec.rb
@@ -13,6 +13,7 @@ RSpec.describe Gitlab::ImportExport::Base::RelationFactory do
subject do
described_class.create(relation_sym: relation_sym,
relation_hash: relation_hash,
+ relation_index: 1,
object_builder: Gitlab::ImportExport::Project::ObjectBuilder,
members_mapper: members_mapper,
user: user,
diff --git a/spec/lib/gitlab/import_export/config_spec.rb b/spec/lib/gitlab/import_export/config_spec.rb
index 40cf75779b6..7ad5d3d846c 100644
--- a/spec/lib/gitlab/import_export/config_spec.rb
+++ b/spec/lib/gitlab/import_export/config_spec.rb
@@ -25,7 +25,7 @@ RSpec.describe Gitlab::ImportExport::Config do
expect { subject }.not_to raise_error
expect(subject).to be_a(Hash)
expect(subject.keys).to contain_exactly(
- :tree, :excluded_attributes, :included_attributes, :methods, :preloads)
+ :tree, :excluded_attributes, :included_attributes, :methods, :preloads, :export_reorders)
end
end
end
diff --git a/spec/lib/gitlab/import_export/group/relation_factory_spec.rb b/spec/lib/gitlab/import_export/group/relation_factory_spec.rb
index 6b2f80cc80a..63286fc0719 100644
--- a/spec/lib/gitlab/import_export/group/relation_factory_spec.rb
+++ b/spec/lib/gitlab/import_export/group/relation_factory_spec.rb
@@ -12,6 +12,7 @@ RSpec.describe Gitlab::ImportExport::Group::RelationFactory do
described_class.create(
relation_sym: relation_sym,
relation_hash: relation_hash,
+ relation_index: 1,
members_mapper: members_mapper,
object_builder: Gitlab::ImportExport::Group::ObjectBuilder,
user: importer_user,
diff --git a/spec/lib/gitlab/import_export/json/streaming_serializer_spec.rb b/spec/lib/gitlab/import_export/json/streaming_serializer_spec.rb
index 762687beedb..a0b2faaecfe 100644
--- a/spec/lib/gitlab/import_export/json/streaming_serializer_spec.rb
+++ b/spec/lib/gitlab/import_export/json/streaming_serializer_spec.rb
@@ -30,12 +30,14 @@ RSpec.describe Gitlab::ImportExport::JSON::StreamingSerializer do
let(:json_writer) { instance_double('Gitlab::ImportExport::JSON::LegacyWriter') }
let(:hash) { { name: exportable.name, description: exportable.description }.stringify_keys }
let(:include) { [] }
+ let(:custom_orderer) { nil }
let(:relations_schema) do
{
only: [:name, :description],
include: include,
- preload: { issues: nil }
+ preload: { issues: nil },
+ export_reorder: custom_orderer
}
end
@@ -57,19 +59,63 @@ RSpec.describe Gitlab::ImportExport::JSON::StreamingSerializer do
[{ issues: { include: [] } }]
end
+ before do
+ create_list(:issue, 3, project: exportable, relative_position: 10000) # ascending ids, same position positive
+ create_list(:issue, 3, project: exportable, relative_position: -5000) # ascending ids, same position negative
+ create_list(:issue, 3, project: exportable, relative_position: 0) # ascending ids, duplicate positions
+ create_list(:issue, 3, project: exportable, relative_position: nil) # no position
+ create_list(:issue, 3, :with_desc_relative_position, project: exportable ) # ascending ids, descending position
+ end
+
it 'calls json_writer.write_relation_array with proper params' do
expect(json_writer).to receive(:write_relation_array).with(exportable_path, :issues, array_including(issue.to_json))
subject.execute
end
- context 'relation ordering' do
- before do
- create_list(:issue, 5, project: exportable)
+ context 'default relation ordering' do
+ it 'orders exported issues by primary key(:id)' do
+ expected_issues = exportable.issues.reorder(:id).map(&:to_json)
+
+ expect(json_writer).to receive(:write_relation_array).with(exportable_path, :issues, expected_issues)
+
+ subject.execute
end
+ end
- it 'orders exported issues by primary key' do
- expected_issues = exportable.issues.reorder(:id).map(&:to_json)
+ context 'custom relation ordering ascending' do
+ let(:custom_orderer) do
+ {
+ issues: {
+ column: :relative_position,
+ direction: :asc,
+ nulls_position: :nulls_last
+ }
+ }
+ end
+
+ it 'orders exported issues by custom column(relative_position)' do
+ expected_issues = exportable.issues.reorder(:relative_position, :id).map(&:to_json)
+
+ expect(json_writer).to receive(:write_relation_array).with(exportable_path, :issues, expected_issues)
+
+ subject.execute
+ end
+ end
+
+ context 'custom relation ordering descending' do
+ let(:custom_orderer) do
+ {
+ issues: {
+ column: :relative_position,
+ direction: :desc,
+ nulls_position: :nulls_first
+ }
+ }
+ end
+
+ it 'orders exported issues by custom column(relative_position)' do
+ expected_issues = exportable.issues.order_relative_position_desc.order(id: :desc).map(&:to_json)
expect(json_writer).to receive(:write_relation_array).with(exportable_path, :issues, expected_issues)
diff --git a/spec/lib/gitlab/import_export/project/relation_factory_spec.rb b/spec/lib/gitlab/import_export/project/relation_factory_spec.rb
index 56ba730e893..38e700e8f9e 100644
--- a/spec/lib/gitlab/import_export/project/relation_factory_spec.rb
+++ b/spec/lib/gitlab/import_export/project/relation_factory_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-RSpec.describe Gitlab::ImportExport::Project::RelationFactory do
+RSpec.describe Gitlab::ImportExport::Project::RelationFactory, :use_clean_rails_memory_store_caching do
let(:group) { create(:group) }
let(:project) { create(:project, :repository, group: group) }
let(:members_mapper) { double('members_mapper').as_null_object }
@@ -13,6 +13,7 @@ RSpec.describe Gitlab::ImportExport::Project::RelationFactory do
described_class.create(
relation_sym: relation_sym,
relation_hash: relation_hash,
+ relation_index: 1,
object_builder: Gitlab::ImportExport::Project::ObjectBuilder,
members_mapper: members_mapper,
user: importer_user,
@@ -171,6 +172,75 @@ RSpec.describe Gitlab::ImportExport::Project::RelationFactory do
end
end
+ context 'issue object' do
+ let(:relation_sym) { :issues }
+
+ let(:exported_member) do
+ {
+ "id" => 111,
+ "access_level" => 30,
+ "source_id" => 1,
+ "source_type" => "Project",
+ "user_id" => 3,
+ "notification_level" => 3,
+ "created_at" => "2016-11-18T09:29:42.634Z",
+ "updated_at" => "2016-11-18T09:29:42.634Z",
+ "user" => {
+ "id" => admin.id,
+ "email" => admin.email,
+ "username" => admin.username
+ }
+ }
+ end
+
+ let(:members_mapper) do
+ Gitlab::ImportExport::MembersMapper.new(
+ exported_members: [exported_member],
+ user: importer_user,
+ importable: project)
+ end
+
+ let(:relation_hash) do
+ {
+ 'id' => 20,
+ 'target_branch' => "feature",
+ 'source_branch' => "feature_conflict",
+ 'project_id' => project.id,
+ 'author_id' => admin.id,
+ 'assignee_id' => admin.id,
+ 'updated_by_id' => admin.id,
+ 'title' => "Issue 1",
+ 'created_at' => "2016-06-14T15:02:36.568Z",
+ 'updated_at' => "2016-06-14T15:02:56.815Z",
+ 'state' => "opened",
+ 'description' => "Description",
+ "relative_position" => 25111 # just a random position
+ }
+ end
+
+ it 'has preloaded project' do
+ expect(created_object.project).to equal(project)
+ end
+
+ context 'computing relative position' do
+ context 'when max relative position in the hierarchy is not cached' do
+ it 'has computed new relative_position' do
+ expect(created_object.relative_position).to equal(1026) # 513*2 - ideal distance
+ end
+ end
+
+ context 'when max relative position in the hierarchy is cached' do
+ before do
+ Rails.cache.write("import:#{project.model_name.plural}:#{project.id}:hierarchy_max_issues_relative_position", 10000)
+ end
+
+ it 'has computed new relative_position' do
+ expect(created_object.relative_position).to equal(10000 + 1026) # 513*2 - ideal distance
+ end
+ end
+ end
+ end
+
context 'label object' do
let(:relation_sym) { :labels }
let(:relation_hash) do
diff --git a/spec/lib/gitlab/import_export/project/sample/relation_factory_spec.rb b/spec/lib/gitlab/import_export/project/sample/relation_factory_spec.rb
index 86d5f2402f8..9dde09a7602 100644
--- a/spec/lib/gitlab/import_export/project/sample/relation_factory_spec.rb
+++ b/spec/lib/gitlab/import_export/project/sample/relation_factory_spec.rb
@@ -17,6 +17,7 @@ RSpec.describe Gitlab::ImportExport::Project::Sample::RelationFactory do
described_class.create( # rubocop:disable Rails/SaveBang
relation_sym: relation_sym,
relation_hash: relation_hash,
+ relation_index: 1,
object_builder: Gitlab::ImportExport::Project::ObjectBuilder,
members_mapper: members_mapper,
user: importer_user,
diff --git a/spec/lib/gitlab/tree_summary_spec.rb b/spec/lib/gitlab/tree_summary_spec.rb
index a86afa9cba5..3021d92244e 100644
--- a/spec/lib/gitlab/tree_summary_spec.rb
+++ b/spec/lib/gitlab/tree_summary_spec.rb
@@ -85,7 +85,7 @@ RSpec.describe Gitlab::TreeSummary do
'long.txt',
'',
message: message,
- branch_name: project.default_branch_or_master
+ branch_name: project.default_branch
)
end
diff --git a/spec/lib/gitlab/usage_data_spec.rb b/spec/lib/gitlab/usage_data_spec.rb
index 8e0c79b3842..9be0ca71bcb 100644
--- a/spec/lib/gitlab/usage_data_spec.rb
+++ b/spec/lib/gitlab/usage_data_spec.rb
@@ -172,6 +172,7 @@ RSpec.describe Gitlab::UsageData, :aggregate_failures do
another_project = create(:project, :repository, creator: another_user)
create(:remote_mirror, project: another_project, enabled: false)
create(:snippet, author: user)
+ create(:suggestion, note: create(:note, project: project))
end
expect(described_class.usage_activity_by_stage_create({})).to include(
@@ -181,7 +182,8 @@ RSpec.describe Gitlab::UsageData, :aggregate_failures do
projects_with_disable_overriding_approvers_per_merge_request: 2,
projects_without_disable_overriding_approvers_per_merge_request: 6,
remote_mirrors: 2,
- snippets: 2
+ snippets: 2,
+ suggestions: 2
)
expect(described_class.usage_activity_by_stage_create(described_class.last_28_days_time_period)).to include(
deploy_keys: 1,
@@ -190,7 +192,8 @@ RSpec.describe Gitlab::UsageData, :aggregate_failures do
projects_with_disable_overriding_approvers_per_merge_request: 1,
projects_without_disable_overriding_approvers_per_merge_request: 3,
remote_mirrors: 1,
- snippets: 1
+ snippets: 1,
+ suggestions: 1
)
end
end
diff --git a/spec/models/note_spec.rb b/spec/models/note_spec.rb
index 992b2246f01..4eabc266b40 100644
--- a/spec/models/note_spec.rb
+++ b/spec/models/note_spec.rb
@@ -1384,6 +1384,16 @@ RSpec.describe Note do
expect(notes.second.id).to eq(note2.id)
end
end
+
+ describe '.with_suggestions' do
+ it 'returns the correct note' do
+ note_with_suggestion = create(:note, suggestions: [create(:suggestion)])
+ note_without_suggestion = create(:note)
+
+ expect(described_class.with_suggestions).to include(note_with_suggestion)
+ expect(described_class.with_suggestions).not_to include(note_without_suggestion)
+ end
+ end
end
describe '#noteable_assignee_or_author?' do
diff --git a/spec/models/project_spec.rb b/spec/models/project_spec.rb
index 5e12161f47b..55b13128c17 100644
--- a/spec/models/project_spec.rb
+++ b/spec/models/project_spec.rb
@@ -6892,6 +6892,37 @@ RSpec.describe Project, factory_default: :keep do
end
end
+ describe '#default_branch_or_main' do
+ let(:project) { create(:project, :repository) }
+
+ before do
+ # Stubbing it as true since the FF disabled for tests globally
+ stub_feature_flags(main_branch_over_master: true)
+ end
+
+ it 'returns default branch' do
+ expect(project.default_branch_or_main).to eq(project.default_branch)
+ end
+
+ context 'when default branch is nil' do
+ let(:project) { create(:project, :empty_repo) }
+
+ it 'returns main' do
+ expect(project.default_branch_or_main).to eq('main')
+ end
+
+ context 'main_branch_over_master is disabled' do
+ before do
+ stub_feature_flags(main_branch_over_master: false)
+ end
+
+ it 'returns master' do
+ expect(project.default_branch_or_main).to eq('master')
+ end
+ end
+ end
+ end
+
def finish_job(export_job)
export_job.start
export_job.finish
diff --git a/spec/requests/api/graphql/ci/runner_spec.rb b/spec/requests/api/graphql/ci/runner_spec.rb
new file mode 100644
index 00000000000..e1f84d23209
--- /dev/null
+++ b/spec/requests/api/graphql/ci/runner_spec.rb
@@ -0,0 +1,144 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+RSpec.describe 'Query.runner(id)' do
+ include GraphqlHelpers
+
+ let_it_be(:user) { create_default(:user, :admin) }
+
+ let_it_be(:active_runner) do
+ create(:ci_runner, :instance, description: 'Runner 1', contacted_at: 2.hours.ago,
+ active: true, version: 'adfe156', revision: 'a', locked: true, ip_address: '127.0.0.1', maximum_timeout: 600,
+ access_level: 0, tag_list: %w[tag1 tag2], run_untagged: true)
+ end
+
+ let_it_be(:inactive_runner) do
+ create(:ci_runner, :instance, description: 'Runner 2', contacted_at: 1.day.ago, active: false,
+ version: 'adfe157', revision: 'b', ip_address: '10.10.10.10', access_level: 1, run_untagged: true)
+ end
+
+ def get_runner(id)
+ case id
+ when :active_runner
+ active_runner
+ when :inactive_runner
+ inactive_runner
+ end
+ end
+
+ shared_examples 'runner details fetch' do |runner_id|
+ let(:query) do
+ wrap_fields(query_graphql_path(query_path, all_graphql_fields_for('CiRunner')))
+ end
+
+ let(:query_path) do
+ [
+ [:runner, { id: get_runner(runner_id).to_global_id.to_s }]
+ ]
+ end
+
+ it 'retrieves expected fields' do
+ post_graphql(query, current_user: user)
+
+ runner_data = graphql_data_at(:runner)
+ expect(runner_data).not_to be_nil
+
+ runner = get_runner(runner_id)
+ expect(runner_data).to match a_hash_including(
+ 'id' => "gid://gitlab/Ci::Runner/#{runner.id}",
+ 'description' => runner.description,
+ 'contactedAt' => runner.contacted_at&.iso8601,
+ 'version' => runner.version,
+ 'shortSha' => runner.short_sha,
+ 'revision' => runner.revision,
+ 'locked' => runner.locked,
+ 'active' => runner.active,
+ 'status' => runner.status.to_s.upcase,
+ 'maximumTimeout' => runner.maximum_timeout,
+ 'accessLevel' => runner.access_level.to_s.upcase,
+ 'runUntagged' => runner.run_untagged,
+ 'ipAddress' => runner.ip_address,
+ 'runnerType' => 'INSTANCE_TYPE'
+ )
+ expect(runner_data['tagList']).to match_array runner.tag_list
+ end
+ end
+
+ shared_examples 'retrieval by unauthorized user' do |runner_id|
+ let(:query) do
+ wrap_fields(query_graphql_path(query_path, all_graphql_fields_for('CiRunner')))
+ end
+
+ let(:query_path) do
+ [
+ [:runner, { id: get_runner(runner_id).to_global_id.to_s }]
+ ]
+ end
+
+ it 'returns null runner' do
+ post_graphql(query, current_user: user)
+
+ expect(graphql_data_at(:runner)).to be_nil
+ end
+ end
+
+ describe 'for active runner' do
+ it_behaves_like 'runner details fetch', :active_runner
+ end
+
+ describe 'for inactive runner' do
+ it_behaves_like 'runner details fetch', :inactive_runner
+ end
+
+ describe 'by regular user' do
+ let(:user) { create_default(:user) }
+
+ it_behaves_like 'retrieval by unauthorized user', :active_runner
+ end
+
+ describe 'by unauthenticated user' do
+ let(:user) { nil }
+
+ it_behaves_like 'retrieval by unauthorized user', :active_runner
+ end
+
+ describe 'Query limits' do
+ def runner_query(runner)
+ <<~SINGLE
+ runner(id: "#{runner.to_global_id}") {
+ #{all_graphql_fields_for('CiRunner')}
+ }
+ SINGLE
+ end
+
+ let(:single_query) do
+ <<~QUERY
+ {
+ active: #{runner_query(active_runner)}
+ }
+ QUERY
+ end
+
+ let(:double_query) do
+ <<~QUERY
+ {
+ active: #{runner_query(active_runner)}
+ inactive: #{runner_query(inactive_runner)}
+ }
+ QUERY
+ end
+
+ it 'does not execute more queries per runner', :aggregate_failures do
+ # warm-up license cache and so on:
+ post_graphql(single_query, current_user: user)
+
+ control = ActiveRecord::QueryRecorder.new { post_graphql(single_query, current_user: user) }
+
+ expect { post_graphql(double_query, current_user: user) }
+ .not_to exceed_query_limit(control)
+ expect(graphql_data_at(:active)).not_to be_nil
+ expect(graphql_data_at(:inactive)).not_to be_nil
+ end
+ end
+end
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 4179e6f7e91..4a3227cc9f5 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -275,6 +275,15 @@ RSpec.configure do |config|
# https://gitlab.com/groups/gitlab-org/-/epics/5531
stub_feature_flags(refactor_blob_viewer: false)
+ # Disable `main_branch_over_master` as we migrate
+ # from `master` to `main` accross our codebase.
+ # It's done in order to preserve the concistency in tests
+ # As we're ready to change `master` usages to `main`, let's enable it
+ stub_feature_flags(main_branch_over_master: false)
+
+ # Selectively disable by actor https://docs.gitlab.com/ee/development/feature_flags/#selectively-disable-by-actor
+ stub_feature_flags(remove_description_html_in_release_api_override: false)
+
allow(Gitlab::GitalyClient).to receive(:can_use_disk?).and_return(enable_rugged)
else
unstub_all_feature_flags
diff --git a/spec/support/shared_examples/features/sidebar_shared_examples.rb b/spec/support/shared_examples/features/sidebar_shared_examples.rb
index ca891669e31..c9508818f74 100644
--- a/spec/support/shared_examples/features/sidebar_shared_examples.rb
+++ b/spec/support/shared_examples/features/sidebar_shared_examples.rb
@@ -44,22 +44,24 @@ RSpec.shared_examples 'issue boards sidebar' do
context 'in notifications subscription' do
it 'displays notifications toggle', :aggregate_failures do
page.within('[data-testid="sidebar-notifications"]') do
- expect(page).to have_selector('[data-testid="notification-subscribe-toggle"]')
+ expect(page).to have_selector('[data-testid="subscription-toggle"]')
expect(page).to have_content('Notifications')
- expect(page).not_to have_content('Notifications have been disabled by the project or group owner')
+ expect(page).not_to have_content('Disabled by project owner')
end
end
it 'shows toggle as on then as off as user toggles to subscribe and unsubscribe', :aggregate_failures do
- toggle = find('[data-testid="notification-subscribe-toggle"]')
+ wait_for_requests
- toggle.click
+ click_button 'Notifications'
- expect(toggle).to have_css("button.is-checked")
+ expect(page).to have_button('Notifications', class: 'is-checked')
- toggle.click
+ click_button 'Notifications'
- expect(toggle).not_to have_css("button.is-checked")
+ wait_for_requests
+
+ expect(page).not_to have_button('Notifications', class: 'is-checked')
end
context 'when notifications have been disabled' do
@@ -71,8 +73,8 @@ RSpec.shared_examples 'issue boards sidebar' do
it 'displays a message that notifications have been disabled' do
page.within('[data-testid="sidebar-notifications"]') do
- expect(page).not_to have_selector('[data-testid="notification-subscribe-toggle"]')
- expect(page).to have_content('Notifications have been disabled by the project or group owner')
+ expect(page).to have_button('Notifications', class: 'is-disabled')
+ expect(page).to have_content('Disabled by project owner')
end
end
end
diff --git a/spec/views/layouts/header/_new_dropdown.haml_spec.rb b/spec/views/layouts/header/_new_dropdown.haml_spec.rb
index cec095f93ad..bf81ab577f7 100644
--- a/spec/views/layouts/header/_new_dropdown.haml_spec.rb
+++ b/spec/views/layouts/header/_new_dropdown.haml_spec.rb
@@ -52,6 +52,7 @@ RSpec.describe 'layouts/header/_new_dropdown' do
end
it 'has a "New project" link' do
+ render('layouts/header/new_repo_experiment')
render
expect(rendered).to have_link('New project', href: new_project_path(namespace_id: group.id))